Automation Name: | <%= text_field_tag :auto_name, param('auto_name', '') %> | |
Chef Cookbook: | <%= text_field_tag :cookbook, param("cookbook", 'tomcat6'), :id => "cookbook" %> |
<% if available_cookbooks.empty? %>
<% else %> <% end %> |
Version: | <%= select_tag(:cookbook_version, options_for_select(["latest"].concat( available_cookbook_versions[param('cookbook')] || []))) %> | |
Recipe Name(s): |
<%= text_field_tag :recipes, param('recipes', 'default'), :id => "recipes" %> (Use space or comma as separator.) |
<% if available_recipes[param('cookbook')] && !available_recipes[param('cookbook')].empty? %> <% end %> |
<%= submit_tag("Import Chef Script", :name => "submitImport") %> |