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_identityObject



36
37
38
39
40
# File 'lib/cucumber/chef/utility/bootstrap_helper.rb', line 36

def bootstrap_identity
  bootstrap_identity = provider_config[:identity_file]
  ensure_identity_permissions(bootstrap_identity)
  bootstrap_identity
end

#bootstrap_userObject



28
29
30
# File 'lib/cucumber/chef/utility/bootstrap_helper.rb', line 28

def bootstrap_user
  provider_config[:bootstrap_user]
end

#bootstrap_user_home_dirObject



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