Sha256: 942fb2bb054a9afdedf14ef86373268645e0c4e2f446569d1ce6ec9fe2d2d969

Contents?: true

Size: 462 Bytes

Versions: 46

Compression:

Stored size: 462 Bytes

Contents

<%
  @read_cmd = 'crontab -l'
  @write_cmd = 'crontab -'
  @additive = ['# start-graylog-web-crontab', '# end-graylog-web-crontab']
%>

# use sudo/bash to unset bundle env vars since we are running a different
# rails app and redirect output to null to prevent bash-login from complaining about tty
*/15 * * * * sudo -u root bash -l -c "<%= Rubber.root %>/script/rubber cron -r <%= rubber_env.graylog_web_dir %> bundle exec rake subscriptions:send" &> /dev/null

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
rubber-2.0.0.pre6 templates/graylog/config/rubber/role/graylog_web/crontab
rubber-2.0.0.pre5 templates/graylog/config/rubber/role/graylog_web/crontab
rubber-2.0.0.pre4 templates/graylog/config/rubber/role/graylog_web/crontab
rubber-2.0.0.pre3 templates/graylog/config/rubber/role/graylog_web/crontab
rubber-2.0.0.pre2 templates/graylog/config/rubber/role/graylog_web/crontab
rubber-2.0.0.pre1 templates/graylog/config/rubber/role/graylog_web/crontab