From: Silvio Rhatto Date: Wed, 16 Dec 2015 11:34:49 +0000 (-0200) Subject: Fix drupal script source X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=26ed898b68199649575848c00a07eae49510fbb6;p=puppet-drupal.git Fix drupal script source --- 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,