Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
suitpuppet
su_apache
Commits
2c343dac
Commit
2c343dac
authored
Sep 07, 2020
by
Adam Lewenberg
Browse files
fix class name in some places
parent
21713795
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/debian.pp
View file @
2c343dac
...
...
@@ -58,14 +58,14 @@ class su_apache::debian (
# Set the SSL/TLS protocols and ciphers.
apache::conf
{
'ssl-strength.conf'
:
ensure
=>
present
,
content
=>
template
(
'apache/etc/apache2/conf.d/ssl-strength.erb'
),
content
=>
template
(
'
su_
apache/etc/apache2/conf.d/ssl-strength.erb'
),
}
# Replace the default Apache security configuration file with one that
# suppresses most information disclosure about the server.
apache::conf
{
'security.conf'
:
ensure
=>
present
,
source
=>
'puppet:///modules/apache/etc/apache2/conf.d/security'
,
source
=>
'puppet:///modules/
su_
apache/etc/apache2/conf.d/security'
,
require
=>
Package
[
'apache'
],
notify
=>
Service
[
'apache'
],
}
...
...
@@ -76,7 +76,7 @@ class su_apache::debian (
require
=>
File
[
'/etc/apache2/mods-available/status.conf'
],
}
file
{
'/etc/apache2/mods-available/status.conf'
:
source
=>
'puppet:///modules/apache/etc/apache2/mods-available/status.conf'
,
source
=>
'puppet:///modules/
su_
apache/etc/apache2/mods-available/status.conf'
,
require
=>
Package
[
'apache'
],
notify
=>
Service
[
'apache'
],
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment