diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-02-04 12:30:17 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-02-04 12:30:17 -0200 |
commit | 0e28b997af94d6979851d4bdb1aa2c7e9cf2f917 (patch) | |
tree | 250b278a062acbd42f4b165dd57e522b8f6a942b /manifests | |
parent | 2f129ec5c520626d63c37fea10bc1bcca1a847cf (diff) | |
download | puppet-nodo-0e28b997af94d6979851d4bdb1aa2c7e9cf2f917.tar.gz puppet-nodo-0e28b997af94d6979851d4bdb1aa2c7e9cf2f917.tar.bz2 |
Adding nodo::laptop:webdev
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/laptop.pp | 12 |
1 files changed, 12 insertions, 0 deletions
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, + } +} |