Skip to content

Commit e178671

Browse files
author
Kevin Paulisse
committed
Recognize puppet master timeout option
1 parent f74d06d commit e178671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/octocatalog-diff/catalog/puppetmaster.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def initialize(options)
4747
@catalog = nil
4848
@error_message = nil
4949
@retries = nil
50-
@timeout = options.fetch(:timeout, PUPPET_MASTER_TIMEOUT)
50+
@timeout = options.fetch(:puppet_master_timeout, options.fetch(:timeout, PUPPET_MASTER_TIMEOUT))
5151

5252
# Cannot convert file resources from this type of catalog right now.
5353
# FIXME: This is possible with additional API calls but is current unimplemented.

0 commit comments

Comments
 (0)