diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-11-23 18:07:09 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-11-23 18:07:09 -0200 |
commit | d6eacb67610021ca0ded14f1c7983d9907a51cee (patch) | |
tree | f62df41bb271ba6de668f8af31570aff1a2e658b /manifests | |
parent | afcba3fb1147ff525cf05709ffca0428598b3db6 (diff) | |
download | puppet-drupal-d6eacb67610021ca0ded14f1c7983d9907a51cee.tar.gz puppet-drupal-d6eacb67610021ca0ded14f1c7983d9907a51cee.tar.bz2 |
Leave composer and drush packages absent
Diffstat (limited to 'manifests')
-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, |