Class: Kitchen::Provisioner::PolicyfileSandbox

Inherits:
Chef::CommonSandbox
  • Object
show all
Defined in:
lib/kitchen/provisioner/policyfile_zero.rb

Instance Method Summary collapse

Instance Method Details

#prepare_cookbooksObject

Stub #prepare_cookbooks because we have implemented this in the provisioner, below. If a Berksfile is present, the default implementation will try to run Berkshelf, which can lead to dependency issues since berks is not yet using Solve 2.x. See also PolicyfileZero#load_needed_dependencies! which is stubbed to prevent berks from loading.



47
# File 'lib/kitchen/provisioner/policyfile_zero.rb', line 47

def prepare_cookbooks; end