summaryrefslogtreecommitdiff
path: root/manifests/vhost/php/silverstripe.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/vhost/php/silverstripe.pp')
-rw-r--r--manifests/vhost/php/silverstripe.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/vhost/php/silverstripe.pp b/manifests/vhost/php/silverstripe.pp
index e7c7f24..81b0d7f 100644
--- a/manifests/vhost/php/silverstripe.pp
+++ b/manifests/vhost/php/silverstripe.pp
@@ -72,7 +72,7 @@ define apache::vhost::php::silverstripe(
default => "${path}/www"
}
$modsec_rules = ['960010']
- $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: