MADhacking / puppet-module-ssmtp

Puppet module for managing the /etc/ssmtp/ssmtp.conf file.
Other
0 stars 1 forks source link

$hostname and Debian compatibility #1

Open mbethke opened 8 years ago

mbethke commented 8 years ago
case $::operatingsystem {
     'Debian' : {
        $package = ['ssmtp']
        $group = 'root'
        $owner = 'root'
        $conf = '/etc/ssmtp/ssmtp.conf'
     }
HackingM commented 8 years ago

Hi Matthias,

Thanks for reporting the $hostname parameter issue. It was included for compatibility with a different module - I should make it actually work. :-)

I shall add the Debian compatibility info too - thanks for the info.