diff options
| author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-05-16 12:59:29 +0000 | 
|---|---|---|
| committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-05-16 12:59:29 +0000 | 
| commit | 7c6a4ea462d8c56a34e99c1249cae3868796b07a (patch) | |
| tree | 9dace0c591a5b4c43de83ea7cff1bd38ac520eab /manifests/init.pp | |
| parent | 9b993d7a97361a5044e896e7cdf6ad22a1d05870 (diff) | |
| download | puppet-shorewall-7c6a4ea462d8c56a34e99c1249cae3868796b07a.tar.gz puppet-shorewall-7c6a4ea462d8c56a34e99c1249cae3868796b07a.tar.bz2  | |
added purge to delete removed rules
git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@1457 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests/init.pp')
| -rw-r--r-- | manifests/init.pp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 5813a3c..ee4ab90 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -63,6 +63,7 @@ class shorewall {  		file {"${dir}":             ensure => directory,  	       force => true, +           purge => true,         	   mode => 0755, owner => root, group => 0;  		}  | 
