diff options
-rw-r--r-- | manifests/init.pp | 7 |
1 files changed, 6 insertions, 1 deletions
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, |