module Cucumber::Chef::Utility::BootstrapHelper

Public Instance Methods

bootstrap_identity() click to toggle source
# 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_user() click to toggle source
# File lib/cucumber/chef/utility/bootstrap_helper.rb, line 28
def bootstrap_user
  provider_config[:bootstrap_user]
end
bootstrap_user_home_dir() click to toggle source
# File lib/cucumber/chef/utility/bootstrap_helper.rb, line 32
def bootstrap_user_home_dir
  build_home_dir(provider_config[:bootstrap_user])
end