summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2017-07-06 08:07:08 +0200
committermh <mh@immerda.ch>2017-07-06 08:07:08 +0200
commitaa9d865f8d9a841cc7d4bef70aa5481816a9649e (patch)
tree0102d2bc18333af83fc0f754099cf9aa2f838efa
parent06f09ecfbfbdd4c59e31bbcabcc356d2b7a50e9d (diff)
to make the previous commit work, we should also remove the ensure from fragment
-rw-r--r--manifests/entry.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/entry.pp b/manifests/entry.pp
index b8768b0..b6ce702 100644
--- a/manifests/entry.pp
+++ b/manifests/entry.pp
@@ -9,7 +9,6 @@ define shorewall::entry(
$parts = split($name,'-')
if $shorewall {
concat::fragment{$name:
- ensure => $ensure,
content => "${line}\n",
order => $parts[1],
target => "/etc/shorewall/puppet/${parts[0]}",
@@ -17,7 +16,6 @@ define shorewall::entry(
}
if $shorewall6 and $shorewall::with_shorewall6 {
concat::fragment{"shorewall6_${name}":
- ensure => $ensure,
content => "${line}\n",
order => $parts[1],
target => "/etc/shorewall6/puppet/${parts[0]}",