aboutsummaryrefslogtreecommitdiff
path: root/manifests/base/personal.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-02-08 03:36:43 -0200
committerSilvio Rhatto <rhatto@riseup.net>2016-02-08 03:36:43 -0200
commita9c544369f3999b868cfc1eb0dcb10e050defcc1 (patch)
tree2f06ad6d179f2677368b2ec7d0932d5aaa0ad2ea /manifests/base/personal.pp
parent6097bca6f5302765007f65a52f87999dbaefcff9 (diff)
downloadpuppet-nodo-a9c544369f3999b868cfc1eb0dcb10e050defcc1.tar.gz
puppet-nodo-a9c544369f3999b868cfc1eb0dcb10e050defcc1.tar.bz2
Initial cleanup
Remove munin, fstab, crypttab, gdm and old subsystems. This major change is motivated by the fact that the configuration has grown too much along the years and is difficult to maintain. Simplification is then necessary to keep going.
Diffstat (limited to 'manifests/base/personal.pp')
-rw-r--r--manifests/base/personal.pp13
1 files changed, 1 insertions, 12 deletions
diff --git a/manifests/base/personal.pp b/manifests/base/personal.pp
index 14fa34f..55f4835 100644
--- a/manifests/base/personal.pp
+++ b/manifests/base/personal.pp
@@ -4,19 +4,8 @@ class nodo::base::personal {
include nodo::utils::personal
include autossh
- class { 'nodo::subsystem::pam': }
class { 'nodo::subsystem::xorg': }
-
- if $::lsbdistcodename == 'squeeze' {
- include nodo::subsystem::gdm
- }
- elsif $::lsbdistcodename == 'wheezy' {
- include nodo::subsystem::gdm3
- }
- else {
- include nodo::subsystem::gdm3::disabled
- include nodo::subsystem::lightdm
- }
+ class { 'nodo::subsystem::lightdm': }
# Media folders and groups
include nodo::subsystem::media