diff options
author | Tim Smith <tsmith@chef.io> | 2019-03-11 12:20:17 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-03-11 12:20:17 -0700 |
commit | b611d63fa8d042eaaf9c394d839bcd15f53a42cc (patch) | |
tree | d8a1689b0fc12b158c860dbd5e019443fee64e01 | |
parent | b870d8c578a6424e405ec2083d5f47d331f09d14 (diff) | |
download | chef-b611d63fa8d042eaaf9c394d839bcd15f53a42cc.tar.gz |
Remove experimental wording in policyfiles comment
It's used all over and very much stable at this point
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | lib/chef/policy_builder/policyfile.rb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/chef/policy_builder/policyfile.rb b/lib/chef/policy_builder/policyfile.rb index bedbe651a1..30818266f0 100644 --- a/lib/chef/policy_builder/policyfile.rb +++ b/lib/chef/policy_builder/policyfile.rb @@ -28,15 +28,9 @@ require "chef/server_api" class Chef module PolicyBuilder - # Policyfile is an experimental policy builder implementation that gets run + # Policyfile is a policy builder implementation that gets run # list and cookbook version information from a single document. # - # == WARNING - # This implementation is experimental. It may be changed in incompatible - # ways in minor or even patch releases, or even abandoned altogether. If - # using this with other tools, you may be forced to upgrade those tools in - # lockstep with chef-client because of incompatible behavior changes. - # # == Unsupported Options: # * override_runlist:: This could potentially be integrated into the # policyfile, or replaced with a similar feature that has different |