diff options
author | david <david@f03ff2f1-f02d-0410-970d-b9634babeaa1> | 2007-07-14 09:27:55 +0000 |
---|---|---|
committer | david <david@f03ff2f1-f02d-0410-970d-b9634babeaa1> | 2007-07-14 09:27:55 +0000 |
commit | 29d21af47eca4660c71b28362183c03c57f6c04c (patch) | |
tree | c4abf1bb9d6395260efb021919ab8bd7741d57bd /manifests | |
parent | bc01dcd37bf4296d706e4dd48b3d6247d9ae76a2 (diff) | |
download | puppet-common-29d21af47eca4660c71b28362183c03c57f6c04c.tar.gz puppet-common-29d21af47eca4660c71b28362183c03c57f6c04c.tar.bz2 |
purge /var/lib/puppet/modules
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@122 f03ff2f1-f02d-0410-970d-b9634babeaa1
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 3c681d1..fc6b481 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -7,6 +7,8 @@ file { # module-local data, e.g. for constructing config files "/var/lib/puppet/modules": ensure => directory, + source => "puppet://$servername/common/modules/", + recurse => true, purge => true, mode => 0755, owner => root, group => root; # prepare directories to drop various puppet enhancements [ "$rubysitedir/puppet", "$rubysitedir/facter" ]: |