From: Silvio Rhatto Date: Fri, 9 Jul 2010 13:26:55 +0000 (-0300) Subject: Backups should happen when the box are likely to be online for nodo::desktop::minimal X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=627da5ef942f0a2574bae1439a086462a8ca80ae;p=puppet-nodo.git Backups should happen when the box are likely to be online for nodo::desktop::minimal --- diff --git a/manifests/desktop.pp b/manifests/desktop.pp index 6b32f43..b58904a 100644 --- a/manifests/desktop.pp +++ b/manifests/desktop.pp @@ -35,4 +35,9 @@ class nodo::desktop::minimal { # Desktop class include nodo::desktop + + # Backups should happen when the box are likely to be online + backupninja::config { 'desktop': + $when = 'everyday at 12:00' + } }