Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
Switches to wget to download composer; they may have changed server s…
Browse files Browse the repository at this point in the history
…ettings, breaking curl. puphpet/puphpet#2098
  • Loading branch information
jtreminio committed Jan 14, 2016
1 parent 9a0c2cd commit 659fc6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions manifests/php/composer.pp
Expand Up @@ -31,11 +31,10 @@
class { '::composer':
target_dir => '/usr/local/bin',
composer_file => 'composer',
download_method => 'curl',
download_method => 'wget',
logoutput => false,
tmp_path => '/tmp',
php_package => $php_package,
curl_package => 'curl',
suhosin_enabled => false,
}

Expand Down

0 comments on commit 659fc6d

Please sign in to comment.