diff --git a/lib/chef/knife/oci_server_create.rb b/lib/chef/knife/oci_server_create.rb index ca25e07..f38e5d7 100644 --- a/lib/chef/knife/oci_server_create.rb +++ b/lib/chef/knife/oci_server_create.rb @@ -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]