aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-07-24 17:06:40 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-07-24 17:06:40 -0300
commiteda1c42a0f9c3a18ec8a420875b3547502cb8a99 (patch)
treece6352e2ad2c8f210e4bcc416b4a991d0abbaab4 /manifests
parent3b9b663da41c885aa133706eb47bfd3b1eec812f (diff)
downloadpuppet-nodo-eda1c42a0f9c3a18ec8a420875b3547502cb8a99.tar.gz
puppet-nodo-eda1c42a0f9c3a18ec8a420875b3547502cb8a99.tar.bz2
Using also hotcopy for mysql backups
Diffstat (limited to 'manifests')
-rw-r--r--manifests/desktop.pp1
-rw-r--r--manifests/laptop.pp1
-rw-r--r--manifests/mail.pp1
-rw-r--r--manifests/web.pp1
4 files changed, 4 insertions, 0 deletions
diff --git a/manifests/desktop.pp b/manifests/desktop.pp
index c87d454..0b3eff6 100644
--- a/manifests/desktop.pp
+++ b/manifests/desktop.pp
@@ -48,6 +48,7 @@ class nodo::desktop::webdev inherits nodo::desktop {
backupdir => '/var/backups/mysql',
compress => true,
sqldump => true,
+ hotcopy => true,
}
}
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,
}
}
diff --git a/manifests/mail.pp b/manifests/mail.pp
index c82aac6..cd3e37c 100644
--- a/manifests/mail.pp
+++ b/manifests/mail.pp
@@ -20,5 +20,6 @@ class nodo::mail {
backupdir => '/var/backups/mysql',
compress => true,
sqldump => true,
+ hotcopy => true,
}
}
diff --git a/manifests/web.pp b/manifests/web.pp
index caf031a..e4a72db 100644
--- a/manifests/web.pp
+++ b/manifests/web.pp
@@ -29,5 +29,6 @@ class nodo::web inherits nodo::vserver {
backupdir => '/var/backups/mysql',
compress => true,
sqldump => true,
+ hotcopy => true,
}
}