From: Silvio Rhatto Date: Wed, 24 Feb 2016 21:57:20 +0000 (-0300) Subject: Use /usr/local/bin/drupal X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2e83bfb7dcca150bcc86cb127d19181d3bf92599;p=puppet-drupal.git Use /usr/local/bin/drupal --- diff --git a/manifests/init.pp b/manifests/init.pp index 7183ae3..577e6fe 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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,