From b0bef37b0663c1c4646d6e57b359e784a866b340 Mon Sep 17 00:00:00 2001 From: Dominik Richter Date: Mon, 26 Oct 2015 11:53:09 +0100 Subject: [PATCH] support chef audit folder structure --- lib/vulcano/targets/dir.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vulcano/targets/dir.rb b/lib/vulcano/targets/dir.rb index 305c098ae..c562cfcf3 100644 --- a/lib/vulcano/targets/dir.rb +++ b/lib/vulcano/targets/dir.rb @@ -52,7 +52,7 @@ module Vulcano::Targets end HANDLERS = [ - ProfileDir, ServerspecDir, FlatDir + ProfileDir, ChefAuditDir, ServerspecDir, FlatDir ].map(&:new) def self.get_handler(paths)