Method: VagrantPlugins::VagrantHyperV::Provisioner::ChefSolo#encrypted_data_bag_secret_key_path
- Defined in:
- lib/vagrant-windows-hyperv/provisioner/chef_solo.rb
permalink #encrypted_data_bag_secret_key_path ⇒ Object
[View source]
151 152 153 |
# File 'lib/vagrant-windows-hyperv/provisioner/chef_solo.rb', line 151 def encrypted_data_bag_secret_key_path File.(config.encrypted_data_bag_secret_key_path, @env[:machine].env.root_path) end |