* Install module on all hosts, not just those with the default role
* Remove dead comment
def beaker_opts
{ debug: true, trace: true, expect_failures: true, acceptable_exit_codes: (0...256) }
- # { expect_failures: true, acceptable_exit_codes: (0...256) }
end
def posix_agents
c.before :suite do
unless ENV['BEAKER_provision'] == 'no'
run_puppet_install_helper
- install_module_on(hosts_as('default'))
+ install_module_on(hosts)
install_module_dependencies_on(hosts)
end
end