Method: Beaker::DSL::InstallUtils#configure_puppet
- Defined in:
- lib/beaker/dsl/install_utils.rb
#configure_puppet(opts = {}) ⇒ Object
Configure puppet.conf for all hosts based upon a provided Hash
741 742 743 744 745 |
# File 'lib/beaker/dsl/install_utils.rb', line 741 def configure_puppet(opts={}) hosts.each do |host| configure_puppet_on(host,opts) end end |