diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-09-16 13:37:33 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-09-16 13:37:33 -0300 |
commit | 400222abc1f81d8322e883f11063445317082df8 (patch) | |
tree | 458b09735474a0baa00e6e01ea1c77053ac2ed47 | |
parent | e215e56dcb3dcbeec22bffa4279475717b25aa03 (diff) | |
download | puppet-nodo-400222abc1f81d8322e883f11063445317082df8.tar.gz puppet-nodo-400222abc1f81d8322e883f11063445317082df8.tar.bz2 |
Including gdm just on squeeze
-rw-r--r-- | manifests/personal.pp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/manifests/personal.pp b/manifests/personal.pp index 8f662fa..721836b 100644 --- a/manifests/personal.pp +++ b/manifests/personal.pp @@ -9,7 +9,10 @@ class nodo::personal { include utils::personal include pam include xorg - include gdm + + if $lsbdistcodename == 'squeeze' { + include gdm + } # Currently tor management just works for debian case $operatingsystem { |