summaryrefslogtreecommitdiff
path: root/lib/chef/exceptions.rb
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2015-12-15 12:13:31 -0800
committerMatt Wrock <matt@mattwrock.com>2015-12-15 12:28:53 -0800
commit09df8eea8bdbca4b7f1f0db43033d8d473860131 (patch)
treefc01ea00bfc3a6467a59f6ed1e67a6f9ae7496fe /lib/chef/exceptions.rb
parentb743fcdbd172862386d172b42bbbc31cfe2f4239 (diff)
downloadchef-09df8eea8bdbca4b7f1f0db43033d8d473860131.tar.gz
non msi packages must explicitly provide a source attribute on install
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 0f4e74ad11..8736ff7ffc 100644
--- a/lib/chef/exceptions.rb
+++ b/lib/chef/exceptions.rb
@@ -170,6 +170,7 @@ class Chef
class CannotDetermineHomebrewOwner < Package; end
class CannotDetermineWindowsInstallerType < Package; end
+ class NoWindowsPackageSource < Package; end
# Can not create staging file during file deployment
class FileContentStagingError < RuntimeError