Skip to content

Commit

Permalink
Merge pull request #1458 from cdenneen/BKR-1199-read_fog_credentials
Browse files Browse the repository at this point in the history
Adding default to read fog credentials
  • Loading branch information
tvpartytonight authored Nov 13, 2017
2 parents 1d38047 + 645bc79 commit b1f8ceb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/beaker/options/presets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ def presets
:cache_files_locally => false,
:aws_keyname_modifier => rand(10 ** 10).to_s.rjust(10,'0'), # 10 digit random number string
:run_in_parallel => [],
:use_fog_credentials => true,
:ssh => {
:config => false,
:paranoid => false,
Expand Down

0 comments on commit b1f8ceb

Please sign in to comment.