]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Backups should happen when the box are likely to be online for nodo::desktop::minimal
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 9 Jul 2010 13:26:55 +0000 (10:26 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 9 Jul 2010 13:26:55 +0000 (10:26 -0300)
manifests/desktop.pp

index 6b32f432ca84a5a746ce6fe089f6add59450a15a..b58904a6fd3a0116a6b00929be22fc4a27074861 100644 (file)
@@ -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'
+  }
 }