We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b39952a + 966e0b5 commit 384892aCopy full SHA for 384892a
manifests/install/rabbitmqadmin.pp
@@ -15,7 +15,8 @@
15
staging::file { 'rabbitmqadmin':
16
target => '/var/lib/rabbitmq/rabbitmqadmin',
17
source => "${protocol}://${default_user}:${default_pass}@localhost:${management_port}/cli/rabbitmqadmin",
18
- curl_option => '-k --noproxy localhost',
+ curl_option => '-k --noproxy localhost --retry 30 --retry-delay 6',
19
+ timeout => '180',
20
wget_option => '--no-proxy',
21
require => [
22
Class['rabbitmq::service'],
0 commit comments