summaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-01-02 19:46:52 +0100
committermh <mh@immerda.ch>2013-01-02 19:48:56 +0100
commiteac5a3c28c4773531964f77e25291c88efcc5e12 (patch)
tree4a76241c9737623a989dccdaa5bb46b66264fd4d /manifests/base.pp
parent3d2e75b8b438dff6f32ce22664b148b6a5ca365e (diff)
provide an easy option to still manage the source of the central conf file
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index 52e77d8..4324553 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -16,6 +16,12 @@ class shorewall::base {
owner => root, group => 0, mode => 0644;
}
+ if $shorewall::conf_source {
+ File['/etc/shorewall/shorewall.conf']{
+ source => $shorewall::conf_source,
+ }
+ }
+
augeas { 'shorewall_module_config_path':
changes => 'set /files/etc/shorewall/shorewall.conf/CONFIG_PATH \'"/etc/shorewall/puppet:/etc/shorewall:/usr/share/shorewall"\'',
lens => 'Shellvars.lns',