aboutsummaryrefslogtreecommitdiff
path: root/manifests/desktop.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/desktop.pp')
-rw-r--r--manifests/desktop.pp10
1 files changed, 1 insertions, 9 deletions
diff --git a/manifests/desktop.pp b/manifests/desktop.pp
index 39ce4f0..25fc874 100644
--- a/manifests/desktop.pp
+++ b/manifests/desktop.pp
@@ -1,7 +1,5 @@
-class nodo::desktop inherits nodo::physical {
+class nodo::desktop inherits nodo::personal {
include utils::desktop
- include pam
- include xorg
# fstab
file { "/etc/fstab":
@@ -20,10 +18,4 @@ class nodo::desktop inherits nodo::physical {
mode => 0644,
ensure => present,
}
-
- # data
- file { "/var/data":
- ensure => directory,
- mode => 0755,
- }
}