Module: Gogetit::Config
- Extended by:
- Util
- Defined in:
- lib/gogetit/config.rb
Class Attribute Summary collapse
-
.config ⇒ Object
readonly
Returns the value of attribute config.
-
.logger ⇒ Object
readonly
Returns the value of attribute logger.
Method Summary
Methods included from Util
check_ip_available, generate_cloud_init_config, get_gateway, get_http_content, get_provider_of, is_port_open?, knife_bootstrap_chef, knife_bootstrap_zero, knife_remove, ping_available?, run_command, run_through_ssh, ssh_available?, update_databags, wait_until_available
Class Attribute Details
.config ⇒ Object (readonly)
Returns the value of attribute config.
11 12 13 |
# File 'lib/gogetit/config.rb', line 11 def config @config end |
.logger ⇒ Object (readonly)
Returns the value of attribute logger.
11 12 13 |
# File 'lib/gogetit/config.rb', line 11 def logger @logger end |