]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
Dependency fix
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 23 Nov 2015 16:28:41 +0000 (14:28 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 23 Nov 2015 16:28:41 +0000 (14:28 -0200)
manifests/init.pp

index b82ec0cc0ca85b2ec53ae0e83fa63a7a475ba5bd..a2318c8a9f35a333f3d185e7a4c36bca4e2858e6 100644 (file)
@@ -166,7 +166,6 @@ class drupal(
     user    => 'root',
     cwd     => '/tmp',
     creates => '/usr/local/bin/composer',
-    require => Package['curl'],
   }
 
   file { "/usr/local/bin/drush":