aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-11-27 15:13:09 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-11-27 15:13:09 -0200
commit6cb5b709dd7eadc2d7dbd8fe4fcf57ab695911a9 (patch)
treefb36dd0dc4fe60e1d6021a891ea49b5ba490491a
parente910ee31475d9a0636aae159714dbeab49c213af (diff)
downloadpuppet-drupal-6cb5b709dd7eadc2d7dbd8fe4fcf57ab695911a9.tar.gz
puppet-drupal-6cb5b709dd7eadc2d7dbd8fe4fcf57ab695911a9.tar.bz2
Fixing drupal6.make permission
-rw-r--r--manifests/init.pp4
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'],
}
}