]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
Leave composer and drush packages absent
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 23 Nov 2015 20:07:09 +0000 (18:07 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 23 Nov 2015 20:07:09 +0000 (18:07 -0200)
manifests/init.pp

index 0ea8b9376e8cc297a91b807eb23b6fea3a794623..10a8fc59d2a2e8068659a4417d356313b534361a 100644 (file)
@@ -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,