Skip to content

Commit

Permalink
docs: remove CentOS/RHEL 7
Browse files Browse the repository at this point in the history
CentOS 7 reached EOL in 2024/06, RHEL 7 is in ELS, both ship only up to
Python 3.8 - newer versions require manual install.
Both have already been removed from metadata.json
  • Loading branch information
d1nuc0m committed Nov 28, 2024
1 parent ca258fb commit 36e66df
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
- [Disable SELinux Management](#disable-selinux-management)
- [Apache](#apache)
- [Apache (with Reverse Proxy)](#apache-with-reverse-proxy)
- [RedHat/CentOS 7 with Python 3](#redhatcentos-7-with-python-3)
- [Using SSL to the PuppetDB host](#using-ssl-to-the-puppetdb-host)
- [Using SSL to PuppetDB \>= 6.9.1](#using-ssl-to-puppetdb--691)
- [Development](#development)
Expand Down Expand Up @@ -225,14 +224,6 @@ apache::vhost { 'example.acme':
}
```

## RedHat/CentOS 7 with Python 3

CentOS/RedHat 7 is pretty old. Python 3 got added after the initial release and
a lot of packages are missing. For example python3.6 is available as a package,
but no matching wsgi module for apache is available. Because of that, we don't
test on CentOS 7 anymore. However, it's still possible to setup Puppetboard on
CentOS with gunicorn as a webserver and nginx/apache forwarding to it.

## Using SSL to the PuppetDB host

If you would like to use certificate auth into the PuppetDB service you must configure puppetboard to use a client certificate and private key.
Expand Down

0 comments on commit 36e66df

Please sign in to comment.