Module: Cucumber::Chef::Utility::BootstrapHelper
- Included in:
- Cucumber::Chef::Utility
- Defined in:
- lib/cucumber/chef/utility/bootstrap_helper.rb
Instance Method Summary collapse
Instance Method Details
#bootstrap_identity ⇒ Object
36 37 38 39 40 |
# File 'lib/cucumber/chef/utility/bootstrap_helper.rb', line 36 def bootstrap_identity bootstrap_identity = provider_config[:identity_file] (bootstrap_identity) bootstrap_identity end |
#bootstrap_user ⇒ Object
28 29 30 |
# File 'lib/cucumber/chef/utility/bootstrap_helper.rb', line 28 def bootstrap_user provider_config[:bootstrap_user] end |
#bootstrap_user_home_dir ⇒ Object
32 33 34 |
# File 'lib/cucumber/chef/utility/bootstrap_helper.rb', line 32 def bootstrap_user_home_dir build_home_dir(provider_config[:bootstrap_user]) end |