summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-03-11 12:20:17 -0700
committerTim Smith <tsmith@chef.io>2019-03-11 12:20:17 -0700
commitb611d63fa8d042eaaf9c394d839bcd15f53a42cc (patch)
treed8a1689b0fc12b158c860dbd5e019443fee64e01
parentb870d8c578a6424e405ec2083d5f47d331f09d14 (diff)
downloadchef-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.rb8
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