summaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/base.pp')
-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;
}
}