From 26ed898b68199649575848c00a07eae49510fbb6 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 16 Dec 2015 09:34:49 -0200 Subject: Fix drupal script source --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3