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

Puppetboard scenario fails on Debian 9 #67

Open
mattock opened this issue Oct 29, 2018 · 1 comment
Open

Puppetboard scenario fails on Debian 9 #67

mattock opened this issue Oct 29, 2018 · 1 comment

Comments

@mattock
Copy link
Member

mattock commented Oct 29, 2018

It fails because the Puppetboard module makes faulty assumptions in its params.pp:

 case $facts['os']['family'] {
    'Debian': {
      if ($facts['os']['name'] == 'ubuntu') {
        $apache_confd = '/etc/apache2/conf-enabled'
      } else {
        $apache_confd   = '/etc/apache2/conf.d'
      }
      $apache_service = 'apache2'
}

In Debian 9 the correct directory is /etc/apache2/conf-enabled.

@mattock
Copy link
Member Author

mattock commented Oct 29, 2018

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

1 participant