aboutsummaryrefslogtreecommitdiff
path: root/manifests/masq.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/masq.pp')
-rw-r--r--manifests/masq.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/masq.pp b/manifests/masq.pp
index 646cec5..fb097e5 100644
--- a/manifests/masq.pp
+++ b/manifests/masq.pp
@@ -10,7 +10,7 @@ define shorewall::masq(
$mark = '',
$order='100'
){
- shorewall::entry{"masq.d/${order}-${title}":
+ shorewall::entry{"masq-${order}-${name}":
line => "# ${name}\n${interface} ${source} ${address} ${proto} ${port} ${ipsec} ${mark}"
}
}