support chef audit folder structure

This commit is contained in:
Dominik Richter 2015-10-26 11:53:09 +01:00
parent 9c1f258707
commit b0bef37b06

View file

@ -52,7 +52,7 @@ module Vulcano::Targets
end
HANDLERS = [
ProfileDir, ServerspecDir, FlatDir
ProfileDir, ChefAuditDir, ServerspecDir, FlatDir
].map(&:new)
def self.get_handler(paths)