summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-05-03 03:36:45 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-05-03 12:12:12 +0200
commita3e2822e3f459c5e8eda6e7bd049c37d76570548 (patch)
tree2587af23e2b3ab4018c486e5add34d76bf95cbca
parentChange default hiera to be inlined. (diff)
downloadprofiles-a3e2822e3f459c5e8eda6e7bd049c37d76570548.tar.gz
profiles-a3e2822e3f459c5e8eda6e7bd049c37d76570548.tar.xz
Puppetboard remove wsgi setup.
This was added by 9.0.0 of the actual module.
-rw-r--r--manifests/puppetboard.pp12
1 files changed, 0 insertions, 12 deletions
diff --git a/manifests/puppetboard.pp b/manifests/puppetboard.pp
index b9f1337..ca42c88 100644
--- a/manifests/puppetboard.pp
+++ b/manifests/puppetboard.pp
@@ -6,18 +6,6 @@ class profiles::puppetboard {
purge_configs => true,
}
- $wsgi = $facts['os']['family'] ? {
- 'Debian' => {
- package_name => 'libapache2-mod-wsgi-py3',
- mod_path => '/usr/lib/apache2/modules/mod_wsgi.so',
- },
- default => {}
- }
-
- class { 'apache::mod::wsgi':
- * => $wsgi,
- }
-
# Configure puppetboard
class { 'puppetboard':