diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-07-09 10:26:55 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-07-09 10:26:55 -0300 |
commit | 627da5ef942f0a2574bae1439a086462a8ca80ae (patch) | |
tree | 0ef90b0d55043a0344bf452b5bf1a10d5a886513 /manifests | |
parent | fb0b00855861b9a0be4e00ce81e3829d0c944744 (diff) | |
download | puppet-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')
-rw-r--r-- | manifests/desktop.pp | 5 |
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' + } } |