diff options
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 0 insertions, 1 deletions
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": |