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

lateset on ubuntu 18.04 #287

Closed
freibuis opened this issue Jun 30, 2020 · 0 comments · Fixed by #292
Closed

lateset on ubuntu 18.04 #287

freibuis opened this issue Jun 30, 2020 · 0 comments · Fixed by #292

Comments

@freibuis
Copy link

since puppetboard dropped support python 2.7 ubuntu 18.04 started failing. as ubuntu 18.04's default is 2.7 for apache::mod::wsgi. this would also mean by default ubuntu 14.04 isn't supported anymore. (metadata.json file)

on ubuntu 18.04 change

  class { 'apache::mod::wsgi': }

-->

  class { 'apache::mod::wsgi':
    package_name => "libapache2-mod-wsgi-py3",
    mod_path         => "/usr/lib/apache2/modules/mod_wsgi.so",
  }

Documentation is heavily RHEL focused and doesn't explain this part well.

can I suggest a variable called $manage_mod_wsgi and set some sane defaults for these versions?

if so I can push a PR if needed

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