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