1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

auto expand home.

This commit is contained in:
Nat Welch 2013-04-30 17:15:31 -07:00
parent eb066b1193
commit a00f7691ff

View file

@ -47,8 +47,8 @@ module Fog
:image_name => "gcel-12-04-v20130225",
:machine_type => "n1-standard-1",
:zone_name => "us-central1-a",
:private_key_path => "~/.ssh/id_rsa",
:public_key_path => "~/.ssh/id_rsa.pub",
:private_key_path => File.expand("~/.ssh/id_rsa"),
:public_key_path => File.expand("~/.ssh/id_rsa.pub"),
}
server = create(defaults.merge(new_attributes))