diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-11-27 15:13:09 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-11-27 15:13:09 -0200 |
commit | 6cb5b709dd7eadc2d7dbd8fe4fcf57ab695911a9 (patch) | |
tree | fb36dd0dc4fe60e1d6021a891ea49b5ba490491a /manifests | |
parent | e910ee31475d9a0636aae159714dbeab49c213af (diff) | |
download | puppet-drupal-6cb5b709dd7eadc2d7dbd8fe4fcf57ab695911a9.tar.gz puppet-drupal-6cb5b709dd7eadc2d7dbd8fe4fcf57ab695911a9.tar.bz2 |
Fixing drupal6.make permission
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 5333d9b..20fc5bb 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -53,8 +53,8 @@ class drupal inherits pear { ensure => present, owner => root, group => root, - mode => 755, - source => "puppet:///modules/drupal/drupal6.make", + mode => 644, + source => "puppet://$server/modules/drupal/drupal6.make", require => File['/usr/local/share/drupal'], } } |