-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add Debian Bookworm Support #88
Comments
waiting for: |
To get Puppet running on Debian bookworm use puppet-php >=8.1.0 and set:
The current MariaDB logs to syslog by default so set:
This disables the logging to file and the requirement and management of an existing directory /var/log/mysql. |
Debian 12 changes the use of APT keys, so there are some more adaptations needed.
apt::source:
'icinga-stable-release':
location: https://packages.icinga.com/debian
release: 'icinga-%{facts.os.distro.codename}'
repos: main
keyring: '/etc/apt/keyrings/icinga.gpg'
'netways-plugins-release':
location: https://packages.netways.de/plugins/debian
release: '%{facts.os.distro.codename}'
repos: main
keyring: '/etc/apt/keyrings/netways.asc'
'netways-extras-release':
location: https://packages.netways.de/extras/debian
release: '%{facts.os.distro.codename}'
repos: main
keyring: '/etc/apt/keyrings/netways.asc'
apt::keyring:
"icinga.gpg":
source: 'https://packages.icinga.com/icinga.key'
"netways.asc":
source: 'https://packages.netways.de/netways-repo.asc' It would be nice if you can change that, too ... 😃 |
Ok, but for the keyring apt v9.2.0 or higher is required. First step is to write this stuff to the documentation to be done for Debian 12 support. So apt can use also be done in the environment hiera. |
refs #130 |
No description provided.
The text was updated successfully, but these errors were encountered: