1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2025-09-14 08:09:28 +00:00

added check_mk mk-job support

This commit is contained in:
André Bauer
2017-02-27 09:49:59 +01:00
parent 59cdc23ca1
commit d7436ed582
3 changed files with 5 additions and 3 deletions

View File

@@ -1 +1 @@
<%= @minute %> <%= @hour %> <%= @monthday %> <%= @month %> <%= @weekday %> root /usr/bin/rsnapshot -c <%= @config %> <%= @level %>
<%= @minute %> <%= @hour %> <%= @monthday %> <%= @month %> <%= @weekday %> root<% if scope['rsnapshot::check_mk_job'] == true -%> mk-job rsnapshot_<%= @host %>_<%= @level %><% end -%> /usr/bin/rsnapshot -c <%= @config %> <%= @level %>