aboutsummaryrefslogtreecommitdiff
path: root/manifests/laptop.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/laptop.pp')
-rw-r--r--manifests/laptop.pp12
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,
+ }
+}