aboutsummaryrefslogtreecommitdiff
path: root/manifests/masq.pp
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2011-08-04 13:39:27 +0200
committerMarcel Haerry <haerry@puzzle.ch>2011-08-04 13:39:27 +0200
commit8dde08a3acbf2815e0cacdc4121f4f8fa2f6c0e5 (patch)
tree73153b146eedb931f9d46dddb23cc92e3067b4cb /manifests/masq.pp
parent777f77d360b3ba97f2b35f04bf81fe894196c76d (diff)
downloadpuppet-shorewall-8dde08a3acbf2815e0cacdc4121f4f8fa2f6c0e5.tar.gz
puppet-shorewall-8dde08a3acbf2815e0cacdc4121f4f8fa2f6c0e5.tar.bz2
refactor things to use the concat module
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 a9c9840..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}-${name}":
+ shorewall::entry{"masq-${order}-${name}":
line => "# ${name}\n${interface} ${source} ${address} ${proto} ${port} ${ipsec} ${mark}"
}
}