From: Silvio Rhatto Date: Mon, 23 Nov 2015 16:28:41 +0000 (-0200) Subject: Dependency fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=45213ef045a31fac9cda266a2a1794b477671f24;p=puppet-drupal.git Dependency fix --- diff --git a/manifests/init.pp b/manifests/init.pp index b82ec0c..a2318c8 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -166,7 +166,6 @@ class drupal( user => 'root', cwd => '/tmp', creates => '/usr/local/bin/composer', - require => Package['curl'], } file { "/usr/local/bin/drush":