Method: Beaker::DSL::InstallUtils#install_dev_puppet_module
- Defined in:
- lib/beaker/dsl/install_utils.rb
#install_dev_puppet_module(opts) ⇒ Object Also known as: puppet_module_install
Install the desired module on all hosts using either the PMT or a
staging forge
Passes options through to either ‘install_puppet_module_via_pmt_on`
or `copy_module_to`
1366 1367 1368 |
# File 'lib/beaker/dsl/install_utils.rb', line 1366 def install_dev_puppet_module( opts ) block_on( hosts ) {|h| install_dev_puppet_module_on( h, opts ) } end |