aboutsummaryrefslogtreecommitdiff
path: root/manifests/web.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-09-05 13:22:48 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-09-05 13:22:48 -0300
commit35613fe0e9de8e8229862c939d3c9fb8890a1db2 (patch)
tree36dd3b9fdf6e92bfe8fb40d45e73448702cbefbf /manifests/web.pp
parent126e34605a20b8134719e036bef68568bbc102cb (diff)
downloadpuppet-nodo-35613fe0e9de8e8229862c939d3c9fb8890a1db2.tar.gz
puppet-nodo-35613fe0e9de8e8229862c939d3c9fb8890a1db2.tar.bz2
Including mysql backup at database class; adding --single-transaction sql dump option to avoid 'out of resources' error
Diffstat (limited to 'manifests/web.pp')
-rw-r--r--manifests/web.pp6
1 files changed, 0 insertions, 6 deletions
diff --git a/manifests/web.pp b/manifests/web.pp
index caf031a..ef05dbe 100644
--- a/manifests/web.pp
+++ b/manifests/web.pp
@@ -24,10 +24,4 @@ class nodo::web inherits nodo::vserver {
backupninja::svn { "svn":
src => "/var/svn",
}
-
- backupninja::mysql { "all_databases":
- backupdir => '/var/backups/mysql',
- compress => true,
- sqldump => true,
- }
}