aboutsummaryrefslogtreecommitdiff
path: root/manifests/web.pp
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/web.pp
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/web.pp')
-rw-r--r--manifests/web.pp1
1 files changed, 0 insertions, 1 deletions
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,
}
}