From 0e28b997af94d6979851d4bdb1aa2c7e9cf2f917 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 4 Feb 2011 12:30:17 -0200 Subject: Adding nodo::laptop:webdev --- manifests/laptop.pp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'manifests') 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, + } +} -- cgit v1.2.3