From 627da5ef942f0a2574bae1439a086462a8ca80ae Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 9 Jul 2010 10:26:55 -0300 Subject: Backups should happen when the box are likely to be online for nodo::desktop::minimal --- manifests/desktop.pp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'manifests/desktop.pp') 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' + } } -- cgit v1.2.3