diff options
Diffstat (limited to 'manifests/laptop.pp')
-rw-r--r-- | manifests/laptop.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/laptop.pp b/manifests/laptop.pp index 34fde33..a39d9bb 100644 --- a/manifests/laptop.pp +++ b/manifests/laptop.pp @@ -63,6 +63,7 @@ class nodo::laptop::webdev inherits nodo::laptop { backupdir => '/var/backups/mysql', compress => true, sqldump => true, + hotcopy => true, } } |