knife.rb 221 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 cwd = "#{File.absolute_path(File.dirname(__FILE__))}/.." cookbook_path ["#{cwd}/cookbooks", "#{cwd}/site-cookbooks"] log_level :info log_location STDOUT data_bag_path "#{cwd}/data_bags" verbose_logging true