From 2e83bfb7dcca150bcc86cb127d19181d3bf92599 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 24 Feb 2016 18:57:20 -0300 Subject: Use /usr/local/bin/drupal --- manifests/init.pp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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, -- cgit v1.2.3