We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8c49f0 + 711c0e2 commit 71f3ed1Copy full SHA for 71f3ed1
lib/beaker-puppet/install_utils/foss_utils.rb
@@ -252,7 +252,7 @@ def install_puppet(opts = {})
252
# @return nil
253
# @raise [StandardError] When encountering an unsupported platform by default, or if gem cannot be found when default_action => 'gem_install'
254
# @raise [FailTest] When error occurs during the actual installation process
255
- def install_puppet_on(hosts, opts={})
+ def install_puppet_on(hosts, opts = options)
256
opts = FOSS_DEFAULT_DOWNLOAD_URLS.merge(opts)
257
258
# If version isn't specified assume the latest in the 3.x series
0 commit comments