aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.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/init.pp
parent3d2e75b8b438dff6f32ce22664b148b6a5ca365e (diff)
downloadpuppet-shorewall-eac5a3c28c4773531964f77e25291c88efcc5e12.tar.gz
puppet-shorewall-eac5a3c28c4773531964f77e25291c88efcc5e12.tar.bz2
provide an easy option to still manage the source of the central conf file
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 63e6fd3..13eea89 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,5 +1,6 @@
class shorewall(
$startup = '1',
+ $conf_source = false,
$ensure_version = 'present',
$tor_transparent_proxy_host = '127.0.0.1',
$tor_transparent_proxy_port = '9040',