diff options
-rw-r--r-- | manifests/init.pp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 0ea8b93..10a8fc5 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -155,9 +155,9 @@ class drupal( } # TODO: future - #package { [ 'composer', 'drush' ]: - # ensure => present, - #} + package { [ 'composer', 'drush' ]: + ensure => absent, + } #vcsrepo { "/usr/local/share/drush": # ensure => present, |