Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1522 from chef/rm-policyfile-zero-from-generator
Browse files Browse the repository at this point in the history
Remove policyfile_zero provisioner
  • Loading branch information
danielsdeleo authored Mar 8, 2018
2 parents 0de8e36 + bc99091 commit d544f20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ driver:
# - ["forwarded_port", {guest: 80, host: 8080}]

provisioner:
name: policyfile_zero
name: chef_zero

## require_chef_omnibus specifies a specific chef version to install. You can
## also set this to `true` to always use the latest version.
Expand Down
2 changes: 1 addition & 1 deletion spec/unit/command/generator_commands/cookbook_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ def with_argv(argv)
# - ["forwarded_port", {guest: 80, host: 8080}]
provisioner:
name: policyfile_zero
name: chef_zero
## require_chef_omnibus specifies a specific chef version to install. You can
## also set this to `true` to always use the latest version.
Expand Down

0 comments on commit d544f20

Please sign in to comment.