craigwatson / puppet-vmwaretools

Puppet module for non-OSP VMware Tools Installation
http://forge.puppetlabs.com/CraigWatson1987/vmwaretools
Apache License 2.0
27 stars 40 forks source link

Set curl_proxy dafault to false #79

Closed dutsmiller closed 8 years ago

dutsmiller commented 8 years ago

After we moved from Passenger to Puppetserver, the ruby conditional in the download.sh.erb began evaluating to true with 'undef' leaving the script with command that looked like:

curl -s -o -x

which would complain that -x required a parameter.