aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-09-04 11:16:47 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-09-04 11:16:47 -0300
commit6a1f52916eae9c5d19ff9c8441ba32161c40dd46 (patch)
tree262136c0a4b6c6f314201cc6e57cd0a71b0d1745 /manifests
parent5a367ce37270ed27f25c7e97250114d6d27f9b74 (diff)
downloadpuppet-nodo-6a1f52916eae9c5d19ff9c8441ba32161c40dd46.tar.gz
puppet-nodo-6a1f52916eae9c5d19ff9c8441ba32161c40dd46.tar.bz2
Not making mysqlhotcopy backups to avoid 'Warning: DBD::mysql::db do failed: Can't open file:' error
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, 0 insertions, 4 deletions
diff --git a/manifests/desktop.pp b/manifests/desktop.pp
index 0b3eff6..c87d454 100644
--- a/manifests/desktop.pp
+++ b/manifests/desktop.pp
@@ -48,7 +48,6 @@ 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 a39d9bb..34fde33 100644
--- a/manifests/laptop.pp
+++ b/manifests/laptop.pp
@@ -63,7 +63,6 @@ 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 cd3e37c..c82aac6 100644
--- a/manifests/mail.pp
+++ b/manifests/mail.pp
@@ -20,6 +20,5 @@ class nodo::mail {
backupdir => '/var/backups/mysql',
compress => true,
sqldump => true,
- hotcopy => true,
}
}
diff --git a/manifests/web.pp b/manifests/web.pp
index e4a72db..caf031a 100644
--- a/manifests/web.pp
+++ b/manifests/web.pp
@@ -29,6 +29,5 @@ class nodo::web inherits nodo::vserver {
backupdir => '/var/backups/mysql',
compress => true,
sqldump => true,
- hotcopy => true,
}
}