summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2007-11-16 15:19:53 +0000
committeram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2007-11-16 15:19:53 +0000
commit2b4f972943a8be4702d04788a15556e8b98b1619 (patch)
tree28312cf54ce1d780883c34d624ebe7bafddb711d
parent3244f3e0fd01fec980118de99e5cad229eb0148c (diff)
downloadpuppet-shorewall-2b4f972943a8be4702d04788a15556e8b98b1619.tar.gz
puppet-shorewall-2b4f972943a8be4702d04788a15556e8b98b1619.tar.bz2
that it makes the /var/lib/puppet/modules/shorewall dir
git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@98 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
-rw-r--r--manifests/init.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 7139c49..3a50a8f 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -30,6 +30,13 @@ class shorewall {
service { shorewall: ensure => running, enable => true, }
+
+ file {
+ "/var/lib/puppet/modules/shorewall":
+ ensure => directory,
+ force => true,
+ mode => 0755, owner => root, group => root;
+ }
# private
define managed_file () {