aboutsummaryrefslogtreecommitdiff
path: root/manifests/rule_section.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/rule_section.pp')
-rw-r--r--manifests/rule_section.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/rule_section.pp b/manifests/rule_section.pp
index 2163dd5..82984ca 100644
--- a/manifests/rule_section.pp
+++ b/manifests/rule_section.pp
@@ -1,7 +1,7 @@
define shorewall::rule_section(
$order
){
- shorewall::entry{"rules.d/${order}-${title}":
+ shorewall::entry{"rules-${order}-${name}":
line => "SECTION ${name}",
}
}