projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e004cf0
)
Drop squeeze support
author
Aurelien Jarno
<aurelien@aurel32.net>
Sun, 31 Mar 2019 20:11:57 +0000
(22:11 +0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Sun, 31 Mar 2019 20:11:57 +0000
(22:11 +0200)
manifests/site.pp
patch
|
blob
|
history
diff --git
a/manifests/site.pp
b/manifests/site.pp
index
6b8be82
..
2933d23
100644
(file)
--- 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') {