acceptance/config/puppetgem/acceptance-options.rb in beaker-2.40.0 vs acceptance/config/puppetgem/acceptance-options.rb in beaker-2.41.0

- old
+ new

@@ -1,4 +1,9 @@ { + :type => 'foss', + :add_el_extras => 'true', + :is_puppetserver => false, + :puppetservice => 'puppet.service', :pre_suite => 'acceptance/pre_suite/puppet_gem/install.rb', - :tests => 'acceptance/tests/puppet' -}.merge(eval File.read('acceptance/config/acceptance-options.rb')) \ No newline at end of file + :tests => 'acceptance/tests/puppet', + :'master-start-curl-retries' => 30, +}.merge(eval File.read('acceptance/config/acceptance-options.rb'))