]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
Fix drupal script source
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 16 Dec 2015 11:34:49 +0000 (09:34 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 16 Dec 2015 11:34:49 +0000 (09:34 -0200)
manifests/init.pp

index 4e1cf58ce3844d33c88c6bbff990a31032cf17f7..f250fe9028f309088449021512c89197173a5d08 100644 (file)
@@ -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,