From: Aurelien Jarno Date: Sun, 31 Mar 2019 20:11:57 +0000 (+0200) Subject: Drop squeeze support X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=commitdiff_plain;h=9ed89ed95202c7f1cd5afff59091b80ca2177528 Drop squeeze support --- diff --git a/manifests/site.pp b/manifests/site.pp index 6b8be82d0..2933d23fa 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -47,13 +47,9 @@ node default { include tcp_bbr include certregen::client - if $::lsbdistcodename == squeeze { - include roles::udldap::client - } else { - include roles::pubsub::client - class { 'roles::udldap::client': - ensure => absent - } + include roles::pubsub::client + class { 'roles::udldap::client': + ensure => absent } if getfromhash($site::nodeinfo, 'ganeti') {