]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
Use /usr/local/bin/drupal
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 24 Feb 2016 21:57:20 +0000 (18:57 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 24 Feb 2016 21:57:20 +0000 (18:57 -0300)
manifests/init.pp

index 7183ae357a957cfe6d833e53cd28742044a7a7b3..577e6fefa8ffd6c2bf8531581dc8fdfb548e701a 100644 (file)
@@ -4,8 +4,13 @@ class drupal {
   include drupal::makefiles
   include drupal::maintenance
 
-  # Drupal management script
+  # TODO: old location, remove in the future
   file { "/usr/local/sbin/drupal":
+    ensure => absent,
+  }
+
+  # Drupal management script
+  file { "/usr/local/bin/drupal":
     ensure  => present,
     source  => 'puppet:///modules/drupal/drupal',
     owner   => root,