diff options
-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' + } } |