From: Silvio Rhatto Date: Sun, 16 Sep 2012 16:37:33 +0000 (-0300) Subject: Including gdm just on squeeze X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=400222abc1f81d8322e883f11063445317082df8;p=puppet-nodo.git Including gdm just on squeeze --- 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 {