summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-07-29 12:07:39 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2021-07-29 12:07:39 -0700
commit7722e0adbc2d655070285830f0f981ebf2f4a8f0 (patch)
treed82b87ee763a08e5c9b7cfd39c3b47e27fe30dbb
parentc0868649b0392e3a473e00a2554fbe8102d184e7 (diff)
downloadchef-7722e0adbc2d655070285830f0f981ebf2f4a8f0.tar.gz
think this has to be CMPL11
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--lib/chef/compliance/runner.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/compliance/runner.rb b/lib/chef/compliance/runner.rb
index 26bb3b0db6..14e776a6b7 100644
--- a/lib/chef/compliance/runner.rb
+++ b/lib/chef/compliance/runner.rb
@@ -311,7 +311,7 @@ class Chef
end
if !node["audit"]["attributes"].empty? && !node["audit"]["inputs"].empty?
- raise "CMPL004: both node['audit']['inputs'] and node['audit']['attributes'] are set. The node['audit']['attributes'] setting is deprecated and should not be used."
+ raise "CMPL011: both node['audit']['inputs'] and node['audit']['attributes'] are set. The node['audit']['attributes'] setting is deprecated and should not be used."
end
@validation_passed = true