djjudas21 / puppet-winbind

Puppet module to add Linux machines to a Windows domain using Winbind
Apache License 2.0
2 stars 6 forks source link

Make packages configurable (eg. via hiera) #11

Closed ofalk closed 7 years ago

ofalk commented 7 years ago

@djjudas21 , this is a very simple change that shouldn't have any effect on current installs. I've implemented it this way, to be able to use 'samba3x*' packages on RHEL5. Of course, a separate ::params.pp would be better.

djjudas21 commented 7 years ago

Thanks, this is useful. Just a side note - you are aware that RHEL5 is EOL and no longer receiving security patches? I'm actually trying to remove RHEL5 support from all my Puppet modules, but this is generic enough that it's fine.

ofalk commented 7 years ago

Thanks for the merge! Yes, I‘m well aware RHEL5 is EOL, but still in Extended Life Cycle. ;-)