From: Silvio Rhatto Date: Fri, 4 Feb 2011 14:30:17 +0000 (-0200) Subject: Adding nodo::laptop:webdev X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0e28b997af94d6979851d4bdb1aa2c7e9cf2f917;p=puppet-nodo.git Adding nodo::laptop:webdev --- diff --git a/manifests/laptop.pp b/manifests/laptop.pp index 06b10c1..afd7afd 100644 --- a/manifests/laptop.pp +++ b/manifests/laptop.pp @@ -26,3 +26,15 @@ class nodo::laptop inherits nodo::personal { } } } + +class nodo::laptop::webdev inherits nodo::laptop { + include websites + include database + include utils::web + + backupninja::mysql { "all_databases": + backupdir => '/var/backups/mysql', + compress => true, + sqldump => true, + } +}