aboutsummaryrefslogtreecommitdiff
path: root/manifests/desktop.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-07-09 10:26:55 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-07-09 10:26:55 -0300
commit627da5ef942f0a2574bae1439a086462a8ca80ae (patch)
tree0ef90b0d55043a0344bf452b5bf1a10d5a886513 /manifests/desktop.pp
parentfb0b00855861b9a0be4e00ce81e3829d0c944744 (diff)
downloadpuppet-nodo-627da5ef942f0a2574bae1439a086462a8ca80ae.tar.gz
puppet-nodo-627da5ef942f0a2574bae1439a086462a8ca80ae.tar.bz2
Backups should happen when the box are likely to be online for nodo::desktop::minimal
Diffstat (limited to 'manifests/desktop.pp')
-rw-r--r--manifests/desktop.pp5
1 files changed, 5 insertions, 0 deletions
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'
+ }
}