Skip to content

Commit

Permalink
Make curl and wget not go via a proxy (if one is configured) for inst…
Browse files Browse the repository at this point in the history
…allation of the rabbitmq admin CLI
  • Loading branch information
tayzlor committed Sep 10, 2014
1 parent cbda1ce commit 69fcc9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/install/rabbitmqadmin.pp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
staging::file { 'rabbitmqadmin':
target => '/var/lib/rabbitmq/rabbitmqadmin',
source => "${protocol}://${default_user}:${default_pass}@localhost:${management_port}/cli/rabbitmqadmin",
curl_option => '--noproxy localhost',
wget_option => '--no-proxy',
require => [
Class['rabbitmq::service'],
Rabbitmq_plugin['rabbitmq_management']
Expand Down

0 comments on commit 69fcc9b

Please sign in to comment.