]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
Minor fixes
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 29 Dec 2009 19:15:53 +0000 (17:15 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 29 Dec 2009 19:15:53 +0000 (17:15 -0200)
manifests/init.pp

index a67214fab301a46c0a3e73284d3333a2c8c88a6b..47a9a06559b6ae331a61c4fa8b43a8ac571e14c8 100644 (file)
@@ -12,7 +12,7 @@ class drupal inherits pear {
   # Drupal update script
   file { "/usr/local/sbin/drupal-update.sh":
     ensure  => present,
-    content => template('drupal/drupal-update.sh'),
+    content => template('drupal/drupal-update.sh.erb'),
     user    => root,
     group   => root,
     mode    => 755,
@@ -21,7 +21,7 @@ class drupal inherits pear {
   # Drupal upgrade script
   file { "/usr/local/sbin/drupal-upgrade.sh":
     ensure  => present,
-    content => template('drupal/drupal-upgrade.sh'),
+    content => template('drupal/drupal-upgrade.sh.erb'),
     user    => root,
     group   => root,
     mode    => 755,
@@ -30,7 +30,7 @@ class drupal inherits pear {
   # Drupal deployment script
   file { "/usr/local/sbin/drupal-deploy.sh":
     ensure  => present,
-    content => template('drupal/drupal-deploy.sh'),
+    content => template('drupal/drupal-deploy.sh.erb'),
     user    => root,
     group   => root,
     mode    => 755,