summaryrefslogtreecommitdiff
path: root/lib/chef/exceptions.rb
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2014-12-15 21:34:41 -0800
committerBryan McLellan <btm@loftninjas.org>2014-12-17 20:16:12 -0500
commit60cf0de3e368168ba0a5ed8d9d4d9f261aed6431 (patch)
tree37ce4b7ad49e4ef3916568b9b4ba8eafef15a486 /lib/chef/exceptions.rb
parent1d5b9bf57df6812b6f6a2961d0995aa6c2d8f695 (diff)
downloadchef-60cf0de3e368168ba0a5ed8d9d4d9f261aed6431.tar.gz
Fix bug where error parser what-if output causes resource to be considered converged.
We now fall back to assuming the resource is not converged if we cannot parse information about a dsc resource.
Diffstat (limited to 'lib/chef/exceptions.rb')
-rw-r--r--lib/chef/exceptions.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/exceptions.rb b/lib/chef/exceptions.rb
index f5d91c24a6..48ab821cab 100644
--- a/lib/chef/exceptions.rb
+++ b/lib/chef/exceptions.rb
@@ -124,6 +124,7 @@ class Chef
class DuplicateDataBagItem < RuntimeError; end
class PowershellCmdletException < RuntimeError; end
+ class LCMParserException < RuntimeError; end
class CannotDetermineHomebrewOwner < Package; end