Initial Chef repository
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
executable_path ENV['PATH'] ? ENV['PATH'].split(File::PATH_SEPARATOR) : []
|
||||
<% if @cookbook_path.is_a? Array %>
|
||||
cookbook_path [ <%= @cookbook_path.collect { |cb| "\"#{cb}\""}.join(", ") -%> ]
|
||||
<% else %>
|
||||
cookbook_path "<%= @cookbook_path -%>"
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user