# This file is managed by Chef for <%= node['fqdn'] %>
# Do NOT modify this file directly.

<% @commands.each do |command| -%>
<%= @sudoer %>  <%= @host %>=(<%= @runas %>) <%= 'NOPASSWD:' if @nopasswd %><%= command %>
<% end -%>
