aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index ee4ab90..dd7164b 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -61,6 +61,7 @@ class shorewall {
$dir = "/var/lib/puppet/modules/shorewall/${name}.d"
file {"${dir}":
+ source => "puppet://$server/shorewall/empty", # so we can purge
ensure => directory,
force => true,
purge => true,