Sha256: e21d7d3867dca1f62894308c0c43e463da4b3e8ab14e1966e3301ce98d16bd18

Contents?: true

Size: 265 Bytes

Versions: 4

Compression:

Stored size: 265 Bytes

Contents

# DanarchyDeploy crontab
SHELL=<%= @variables[:shell] || '/bin/bash' %>
PATH=<%= @variables[:path] || '/bin:/usr/bin' %>
BASH_ENV=<%= @variables[:env] || '~/.bashrc' %>

<% @variables[:jobs].each do |job| -%>
<%= "#{job[:schedule]}\t#{job[:command]}" %>
<% end -%>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
danarchy_deploy-0.2.11 templates/system/crontab.erb
danarchy_deploy-0.2.10 templates/system/crontab.erb
danarchy_deploy-0.2.9 templates/system/crontab.erb
danarchy_deploy-0.2.8 templates/system/crontab.erb