Skip to content

Commit

Permalink
Merge pull request #63 from oracle/gateway_fix
Browse files Browse the repository at this point in the history
Fix 'knife oci server create' SSH for newer Chef Workstation versions
  • Loading branch information
briangustafson authored Jan 17, 2019
2 parents b8e7951 + 5bc4c5c commit 3fc236f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/chef/knife/oci_server_create.rb
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ def bootstrap(name)
bootstrap.config[:ssh_password] = config[:ssh_password]
bootstrap.config[:identity_file] = config[:identity_file]
bootstrap.config[:use_sudo] = true
bootstrap.config[:ssh_gateway] = config[:ssh_user] + '@' + name
bootstrap.config[:run_list] = config[:run_list]

bootstrap.config[:yes] = true if config[:yes]
Expand Down

0 comments on commit 3fc236f

Please sign in to comment.