summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2016-06-26 14:02:55 +0200
committermh <mh@immerda.ch>2016-06-26 14:02:55 +0200
commitcaadcdbd3be5c32120b0cbe5071cb702330a0243 (patch)
tree19b25be800b87b6167ec6b144a3c5c5d7fe8d8e7 /manifests
parent4a0cfbb26e072d12bcb14a31ef8b6f69e190d42e (diff)
older puppet versions can't yet dealt with that
Diffstat (limited to 'manifests')
-rw-r--r--manifests/base.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index cf8811b..22ef555 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -38,8 +38,9 @@ class shorewall::base {
'STARTUP_ENABLED':
value => $startup_str;
}
+ $cfs = keys($shorewall::settings)
shorewall::config_settings{
- keys($shorewall::settings):
+ $cfs:
settings => $shorewall::settings;
}
}