Class: Kitchen::Provisioner::PolicyfileSandbox
- Inherits:
-
Chef::CommonSandbox
- Object
- Chef::CommonSandbox
- Kitchen::Provisioner::PolicyfileSandbox
- Defined in:
- lib/kitchen/provisioner/policyfile_zero.rb
Instance Method Summary collapse
-
#prepare_cookbooks ⇒ Object
Stub #prepare_cookbooks because we have implemented this in the provisioner, below.
Instance Method Details
#prepare_cookbooks ⇒ Object
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 |