summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2015-01-16 16:26:17 +0100
committermh <mh@immerda.ch>2015-01-16 16:26:17 +0100
commitd976089f2fbaeb7668d9d5425af374f67f67788b (patch)
tree74d393e300f6c2e31ebddd89c057e70c763aa88f
parent86d189ef1496eb88a4ba553c261142ca4095c0de (diff)
linting
-rw-r--r--manifests/vhost/php/wordpress.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/vhost/php/wordpress.pp b/manifests/vhost/php/wordpress.pp
index 328d2b0..95576c9 100644
--- a/manifests/vhost/php/wordpress.pp
+++ b/manifests/vhost/php/wordpress.pp
@@ -65,12 +65,12 @@ define apache::vhost::php::wordpress(
$documentroot = $path ? {
'absent' => $::operatingsystem ? {
- openbsd => "/var/www/htdocs/${name}/www",
- default => "/var/www/vhosts/${name}/www"
+ 'openbsd' => "/var/www/htdocs/${name}/www",
+ default => "/var/www/vhosts/${name}/www"
},
default => "${path}/www"
}
- $modsec_rules = ["960010", "950018"]
+ $modsec_rules = ['960010', '950018']
$real_mod_security_rules_to_disable = union($mod_security_rules_to_disable,$modsec_rules)
# create vhost configuration file