diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-11-23 18:37:47 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-11-23 18:37:47 -0200 |
commit | 5222e7a4f3fbb35affaae46ee74c8a561e8f5ba3 (patch) | |
tree | 7eb55459a47efef10f83a067bb5e0f43016718d9 | |
parent | 27ba7205fdfff72f5089e7737000f83a3a8a4989 (diff) | |
download | puppet-drupal-5222e7a4f3fbb35affaae46ee74c8a561e8f5ba3.tar.gz puppet-drupal-5222e7a4f3fbb35affaae46ee74c8a561e8f5ba3.tar.bz2 |
Remove curl requirement
-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 11ea592..81c69c9 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -152,7 +152,6 @@ class drupal( user => 'root', cwd => '/tmp', creates => '/usr/local/bin/composer', - require => Package['curl'], } # TODO: future |