thbe / puppet-ssmtp

Puppet ssmtp module
https://thbe.github.io/puppet-ssmtp/
GNU General Public License v3.0
1 stars 15 forks source link

Yum Requirement? #5

Closed mentalblock closed 9 years ago

mentalblock commented 9 years ago

I do not use a yum class. Is this absolutely necessary?

https://github.com/thbe/puppet-ssmtp/blob/master/manifests/init.pp#L44

thbe commented 9 years ago

No it is not necessary. The reason for the requirement is simple, ssmtp is not in the default repositories, you need to have EPEL enabled. Therefor, to satisfy automatic build dependencies, I've added the yum requirement to setup EPEL before testing the ssmtp module.