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
immerda
Puppet Modules
webhosting
Commits
13d219da
Commit
13d219da
authored
Oct 17, 2018
by
mh
Browse files
disable mod_security by default
parent
d1ba2b81
Changes
12
Hide whitespace changes
Inline
Side-by-side
manifests/modperl.pp
View file @
13d219da
...
...
@@ -52,7 +52,7 @@ define webhosting::modperl(
$nagios_check_url
=
'/'
,
$nagios_check_code
=
'200'
,
$nagios_use
=
'generic-service'
,
$mod_security
=
tru
e
,
$mod_security
=
fals
e
,
$git_repo
=
'absent'
,
){
if
(
$uid_name
==
'absent'
){
...
...
manifests/passenger.pp
View file @
13d219da
...
...
@@ -49,7 +49,7 @@ define webhosting::passenger(
$nagios_check_url
=
'/'
,
$nagios_check_code
=
'200'
,
$nagios_use
=
'generic-service'
,
$mod_security
=
tru
e
,
$mod_security
=
fals
e
,
$git_repo
=
'absent'
,
$user_scripts
=
'absent'
,
$user_scripts_options
=
{},
...
...
manifests/php.pp
View file @
13d219da
...
...
@@ -59,7 +59,7 @@ define webhosting::php(
$nagios_check_url
=
'/'
,
$nagios_check_code
=
'200'
,
$nagios_use
=
'generic-service'
,
$mod_security
=
tru
e
,
$mod_security
=
fals
e
,
$git_repo
=
'absent'
,
){
if
(
$uid_name
==
'absent'
){
...
...
manifests/php/drupal.pp
View file @
13d219da
...
...
@@ -57,7 +57,7 @@ define webhosting::php::drupal(
$nagios_check_code
=
'200'
,
$nagios_use
=
'generic-service'
,
$git_repo
=
'absent'
,
$mod_security
=
tru
e
,
$mod_security
=
fals
e
,
$manage_config
=
true
,
$config_webwriteable
=
false
,
$manage_directories
=
true
,
...
...
manifests/php/joomla.pp
View file @
13d219da
...
...
@@ -57,7 +57,7 @@ define webhosting::php::joomla(
$nagios_check_code
=
'200'
,
$nagios_use
=
'generic-service'
,
$git_repo
=
'absent'
,
$mod_security
=
tru
e
,
$mod_security
=
fals
e
,
$manage_config
=
true
,
$config_webwriteable
=
false
,
$manage_directories
=
true
...
...
manifests/php/mediawiki.pp
View file @
13d219da
...
...
@@ -51,7 +51,7 @@ define webhosting::php::mediawiki(
$nagios_check_url
=
'/'
,
$nagios_check_code
=
'200'
,
$nagios_use
=
'generic-service'
,
$mod_security
=
tru
e
,
$mod_security
=
fals
e
,
$image
=
'absent'
,
$config
=
'unmanaged'
,
$db_server
=
'unmanaged'
,
...
...
manifests/php/silverstripe.pp
View file @
13d219da
...
...
@@ -56,7 +56,7 @@ define webhosting::php::silverstripe(
$nagios_check_code
=
'200'
,
$nagios_use
=
'generic-service'
,
$git_repo
=
'absent'
,
$mod_security
=
tru
e
,
$mod_security
=
fals
e
,
$manage_config
=
true
,
$config_webwriteable
=
false
,
$manage_directories
=
true
...
...
manifests/php/simplemachine.pp
View file @
13d219da
...
...
@@ -56,7 +56,7 @@ define webhosting::php::simplemachine(
$nagios_check_code
=
'200'
,
$nagios_use
=
'generic-service'
,
$git_repo
=
'absent'
,
$mod_security
=
tru
e
,
$mod_security
=
fals
e
,
$manage_config
=
true
,
$config_webwriteable
=
false
,
$manage_directories
=
true
...
...
manifests/php/spip.pp
View file @
13d219da
...
...
@@ -54,7 +54,7 @@ define webhosting::php::spip(
$nagios_check_url
=
'/'
,
$nagios_check_code
=
'200'
,
$nagios_use
=
'generic-service'
,
$mod_security
=
tru
e
,
$mod_security
=
fals
e
,
$git_repo
=
'absent'
,
){
if
(
$uid_name
==
'absent'
){
...
...
manifests/php/typo3.pp
View file @
13d219da
...
...
@@ -56,7 +56,7 @@ define webhosting::php::typo3(
$nagios_check_code
=
'200'
,
$nagios_use
=
'generic-service'
,
$git_repo
=
'absent'
,
$mod_security
=
tru
e
,
$mod_security
=
fals
e
,
$manage_config
=
true
,
$config_webwriteable
=
false
,
$manage_directories
=
true
...
...
manifests/php/wordpress.pp
View file @
13d219da
...
...
@@ -57,7 +57,7 @@ define webhosting::php::wordpress(
$nagios_use
=
'generic-service'
,
$autoinstall
=
true
,
$blog_options
=
{},
$mod_security
=
tru
e
,
$mod_security
=
fals
e
,
$manage_config
=
false
,
$config_webwriteable
=
false
,
$manage_directories
=
true
,
...
...
manifests/wsgi.pp
View file @
13d219da
...
...
@@ -48,7 +48,7 @@ define webhosting::wsgi(
$nagios_check_url
=
'/'
,
$nagios_check_code
=
'200'
,
$nagios_use
=
'generic-service'
,
$mod_security
=
tru
e
,
$mod_security
=
fals
e
,
$git_repo
=
'absent'
,
$user_scripts
=
'absent'
,
$user_scripts_options
=
{},
...
...
Write
Preview
Supports
Markdown
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