Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$hostname and Debian compatibility #1

Open
mbethke opened this issue Jun 6, 2016 · 1 comment
Open

$hostname and Debian compatibility #1

mbethke opened this issue Jun 6, 2016 · 1 comment

Comments

@mbethke
Copy link

mbethke commented Jun 6, 2016

  • The $hostname parameter isn't actually used, the template just interpolates @fqdn.
  • A params.pp block for Debian compatibility is easy:
case $::operatingsystem {
     'Debian' : {
        $package = ['ssmtp']
        $group = 'root'
        $owner = 'root'
        $conf = '/etc/ssmtp/ssmtp.conf'
     }
@HackingM
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants