diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-11-23 14:28:41 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-11-23 14:28:41 -0200 |
commit | 45213ef045a31fac9cda266a2a1794b477671f24 (patch) | |
tree | 9885ad48328fa2a210eb859110da91f275b116a8 /manifests | |
parent | 1a542bada6c5d92441dc0d9dd9de383a580cad67 (diff) | |
download | puppet-drupal-45213ef045a31fac9cda266a2a1794b477671f24.tar.gz puppet-drupal-45213ef045a31fac9cda266a2a1794b477671f24.tar.bz2 |
Dependency fix
Diffstat (limited to 'manifests')
-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": |