thbe / puppet-ssmtp

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

root group "root" doesn't not exist on FreeBSD #17

Open xbeaudouin opened 5 years ago

xbeaudouin commented 5 years ago

Using root group with "root" does not exist on FreeBSD.

You can use group => "wheel" instead.

Regards,

Error: Could not find group root
Error: /Stage[main]/Ssmtp::Service/File[/etc/mail/mailer.conf]/content: change from '{md5}07fe95b3bf43664ea2f1f5ecfaa95170' to '{md5}10fcb650b3a0c6103bc29e86a924ded8' failed: Could not find group root
Error: Could not find group root
Error: /Stage[main]/Ssmtp::Service/File[/etc/mail/mailer.conf]/group: change from 'ssmtp' to 'root' failed: Could not find group root
thbe commented 5 years ago

Which version of FreeBSD are you using?

xbeaudouin commented 5 years ago

Using vanilla FreeBSD 12.0-RELEASE. I use FreeBSD since version 3.0, root group doesn't exist, its name is wheel...

Kind regards