Skip to content

Commit 1e21718

Browse files
authored
Merge pull request #2375 from bastelfreak/suse
(#2374) Suse: Switch modsec_default_rules to array
2 parents 9f6fd95 + 9ce7592 commit 1e21718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@
651651
$modsec_version = 1
652652
$modsec_crs_package = undef
653653
$modsec_crs_path = undef
654-
$modsec_default_rules = undef
654+
$modsec_default_rules = []
655655
$modsec_dir = '/etc/apache2/modsecurity'
656656
$secpcrematchlimit = 1500
657657
$secpcrematchlimitrecursion = 1500

0 commit comments

Comments
 (0)