aboutsummaryrefslogtreecommitdiff
path: root/manifests/desktop.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/desktop.pp')
-rw-r--r--manifests/desktop.pp14
1 files changed, 2 insertions, 12 deletions
diff --git a/manifests/desktop.pp b/manifests/desktop.pp
index 50524d6..7e83732 100644
--- a/manifests/desktop.pp
+++ b/manifests/desktop.pp
@@ -1,17 +1,7 @@
class nodo::desktop inherits nodo::personal {
- include utils::desktop
+ include nodo::utils::desktop
- class { 'fstab':
+ class { [ 'nodo::subsystem::fstab', 'nodo::subsystem::crypttab' ]:
type => 'desktop',
}
-
- class { 'crypttab':
- type => 'desktop',
- }
-}
-
-class nodo::desktop::webdev inherits nodo::desktop {
- include websites::dev
- include database
- include utils::web
}