diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-09-05 13:22:48 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-09-05 13:22:48 -0300 |
commit | 35613fe0e9de8e8229862c939d3c9fb8890a1db2 (patch) | |
tree | 36dd3b9fdf6e92bfe8fb40d45e73448702cbefbf /manifests/web.pp | |
parent | 126e34605a20b8134719e036bef68568bbc102cb (diff) | |
download | puppet-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.pp | 6 |
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, - } } |