Method: VagrantPlugins::VagrantHyperV::Provisioner::ChefSolo#encrypted_data_bag_secret_key_path

Defined in:
lib/vagrant-windows-hyperv/provisioner/chef_solo.rb

#encrypted_data_bag_secret_key_pathObject

[View source]

151
152
153
# File 'lib/vagrant-windows-hyperv/provisioner/chef_solo.rb', line 151

def encrypted_data_bag_secret_key_path
  File.expand_path(config.encrypted_data_bag_secret_key_path, @env[:machine].env.root_path)
end