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/laptop.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/laptop.pp')
| -rw-r--r-- | manifests/laptop.pp | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/manifests/laptop.pp b/manifests/laptop.pp index 34fde33..e088de1 100644 --- a/manifests/laptop.pp +++ b/manifests/laptop.pp @@ -58,12 +58,6 @@ class nodo::laptop::webdev inherits nodo::laptop {    include websites::dev    include database    include utils::web - -  backupninja::mysql { "all_databases": -  	backupdir => '/var/backups/mysql', -  	compress  => true, -  	sqldump   => true, -  }  }  class nodo::laptop::dev { | 
