summaryrefslogtreecommitdiff
path: root/manifests/vhost/php/wordpress.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-10-12 12:18:05 +0200
committermh <mh@immerda.ch>2014-10-12 12:18:05 +0200
commit9a5b4d4b56ce78d918ef6a978047bdc4d9bfb72a (patch)
tree01f57acdcfe233872eb496b2bafa1f7c3979f890 /manifests/vhost/php/wordpress.pp
parent5b8288629495c1b84a61880c9bcfef21e84b4b12 (diff)
a first shot of tests
Diffstat (limited to 'manifests/vhost/php/wordpress.pp')
-rw-r--r--manifests/vhost/php/wordpress.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/vhost/php/wordpress.pp b/manifests/vhost/php/wordpress.pp
index 268f33e..00e1898 100644
--- a/manifests/vhost/php/wordpress.pp
+++ b/manifests/vhost/php/wordpress.pp
@@ -70,7 +70,7 @@ define apache::vhost::php::wordpress(
default => "${path}/www"
}
$modsec_rules = ["960010", "950018"]
- $real_mod_security_rules_to_disable = array_union($mod_security_rules_to_disable,$modsec_rules)
+ $real_mod_security_rules_to_disable = union($mod_security_rules_to_disable,$modsec_rules)
# create vhost configuration file
apache::vhost::php::webapp{$name: