Class: Wakame::Configuration::EC2
- Inherits:
-
DefaultSet
- Object
- DefaultSet
- Wakame::Configuration::EC2
- Defined in:
- lib/wakame/configuration.rb
Instance Method Summary collapse
Instance Method Details
#process(config) ⇒ Object
90 91 92 93 94 95 96 |
# File 'lib/wakame/configuration.rb', line 90 def process(config) super(config) config.config_root = File.join(config.root_path, 'tmp', 'config') config.ssh_private_key = '/home/wakame/config/root.id_rsa' end |