Closed bleything closed 6 years ago
At some point the exception that gets raised when a data bag doesn't exist changed. It looks like this happened in chef/chef@8f5f95b. This PR adds the new exception to the rescue in Uchiwa::Helpers.data_bag_item.
rescue
Uchiwa::Helpers.data_bag_item
released: https://supermarket.chef.io/cookbooks/uchiwa/versions/2.1.0
Description
At some point the exception that gets raised when a data bag doesn't exist changed. It looks like this happened in chef/chef@8f5f95b. This PR adds the new exception to the
rescue
inUchiwa::Helpers.data_bag_item
.Check List