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.
1 parent f74d06d commit e178671Copy full SHA for e178671
lib/octocatalog-diff/catalog/puppetmaster.rb
@@ -47,7 +47,7 @@ def initialize(options)
47
@catalog = nil
48
@error_message = nil
49
@retries = nil
50
- @timeout = options.fetch(:timeout, PUPPET_MASTER_TIMEOUT)
+ @timeout = options.fetch(:puppet_master_timeout, options.fetch(:timeout, PUPPET_MASTER_TIMEOUT))
51
52
# Cannot convert file resources from this type of catalog right now.
53
# FIXME: This is possible with additional API calls but is current unimplemented.
0 commit comments