aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 4e1cf58..f250fe9 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -27,7 +27,7 @@ class drupal(
# Drupal management script
file { "/usr/local/sbin/drupal":
ensure => present,
- content => template('drupal/drupal.sh.erb'),
+ source => 'puppet:///modules/drupal/drupal',
owner => root,
group => root,
mode => 755,