diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-31 22:31:15 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-31 22:31:15 -0200 |
commit | 0ff29932990868b19d8002ff261387a0ee36603f (patch) | |
tree | 68c28e60f2ea4a1963844d35a15a8fe56892bcab /manifests/personal.pp | |
parent | 1bb341f1cc5dfb56c570b8ee008f64a50362af8b (diff) | |
download | puppet-nodo-0ff29932990868b19d8002ff261387a0ee36603f.tar.gz puppet-nodo-0ff29932990868b19d8002ff261387a0ee36603f.tar.bz2 |
Adding gdm3 class and misc fixes
Diffstat (limited to 'manifests/personal.pp')
-rw-r--r-- | manifests/personal.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/personal.pp b/manifests/personal.pp index 5a879f8..b90728f 100644 --- a/manifests/personal.pp +++ b/manifests/personal.pp @@ -8,6 +8,8 @@ class nodo::personal { if $::lsbdistcodename == 'squeeze' { include gdm + else + include gdm3 } # Monitoring |