aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp11
1 files changed, 2 insertions, 9 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 20fc5bb..5ddd1c9 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -42,19 +42,12 @@ class drupal inherits pear {
}
# Drupal makefile
- # TODO: remove in the long run
- file { "/usr/share/drupal/drupal.make":
- ensure => absent,
- require => File['/usr/local/share/drupal'],
- }
-
- # Drupal makefile
- file { "/usr/share/drupal/drupal6.make":
+ file { "/usr/local/share/drupal/drupal6.make":
ensure => present,
owner => root,
group => root,
mode => 644,
- source => "puppet://$server/modules/drupal/drupal6.make",
+ source => "puppet:///modules/drupal/drupal6.make",
require => File['/usr/local/share/drupal'],
}
}