aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-11-23 18:07:09 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-11-23 18:07:09 -0200
commitd6eacb67610021ca0ded14f1c7983d9907a51cee (patch)
treef62df41bb271ba6de668f8af31570aff1a2e658b
parentafcba3fb1147ff525cf05709ffca0428598b3db6 (diff)
downloadpuppet-drupal-d6eacb67610021ca0ded14f1c7983d9907a51cee.tar.gz
puppet-drupal-d6eacb67610021ca0ded14f1c7983d9907a51cee.tar.bz2
Leave composer and drush packages absent
-rw-r--r--manifests/init.pp6
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,