diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-09-08 14:50:49 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-09-08 14:50:49 -0300 |
commit | 703111bf47f476ddbc20669ff6aeab62dcd2643a (patch) | |
tree | 3092d2f5be1fd5d5c1ede24ada7da822cac07e83 /manifests/base | |
parent | 1c8b5c5a28677fc7322f8e64c757b79ffe9d7326 (diff) | |
download | puppet-nodo-703111bf47f476ddbc20669ff6aeab62dcd2643a.tar.gz puppet-nodo-703111bf47f476ddbc20669ff6aeab62dcd2643a.tar.bz2 |
Adds lightdm support for jessie
Diffstat (limited to 'manifests/base')
-rw-r--r-- | manifests/base/personal.pp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/manifests/base/personal.pp b/manifests/base/personal.pp index 6a3dc4e..14fa34f 100644 --- a/manifests/base/personal.pp +++ b/manifests/base/personal.pp @@ -13,9 +13,10 @@ class nodo::base::personal { elsif $::lsbdistcodename == 'wheezy' { include nodo::subsystem::gdm3 } - #else { - # include nodo::subsystem::lightdm - #} + else { + include nodo::subsystem::gdm3::disabled + include nodo::subsystem::lightdm + } # Media folders and groups include nodo::subsystem::media |