aboutsummaryrefslogtreecommitdiff
path: root/manifests/laptop.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/laptop.pp')
-rw-r--r--manifests/laptop.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/laptop.pp b/manifests/laptop.pp
index f14dec0..4418e0f 100644
--- a/manifests/laptop.pp
+++ b/manifests/laptop.pp
@@ -45,3 +45,9 @@ class nodo::laptop::webdev inherits nodo::laptop {
sqldump => true,
}
}
+
+class nodo::laptop::dev {
+ $apt_include_src = true
+ $apt_use_next_release = true
+ include nodo::desktop::webdev
+}