Sha256: c9a09fc7f4c0ce2506e3e34c41ff8da023a73e23700d978ac7a02db012ac2533
Contents?: true
Size: 650 Bytes
Versions: 75
Compression:
Stored size: 650 Bytes
Contents
# Generated by Chef. Changes will be overwritten. <% if @mailto -%> MAILTO=<%= @mailto %> <% end -%> <% if @path -%> PATH=<%= @path %> <% end -%> <% if @shell -%> SHELL=<%= @shell %> <% end -%> <% if @home -%> HOME=<%= @home %> <% end -%> <% if @random_delay -%> RANDOM_DELAY=<%= @random_delay %> <% end -%> <% @environment.each do |key, val| -%> <%= key %>=<%= val.to_s.shellescape %> <% end -%> <% if @comment -%> # <%= @comment %> <% end -%> <% if @predefined_value -%> <%= @predefined_value %> <%= @user %> <%= @command %> <% else -%> <%= @minute %> <%= @hour %> <%= @day %> <%= @month %> <%= @weekday %> <%= @user %> <%= @command %> <% end -%>
Version data entries
75 entries across 75 versions & 1 rubygems