[Puppet Users] refactor use of ensure_packages to install new versions of php packages

2020-10-12 Thread jochen....@gmail.com
Hi all, I posted a question on Stackoverflow before the weekend, but no responses and not many views yet, unfortunately. So please forgive me asking this again here. refactor ensure_packages to switch version of installed packages https://stackoverflow.com/q/64284862/13088564?sem=2 I am succe

[Puppet Users] Manage Amavisd Service

2023-11-24 Thread jochen....@gmail.com
Hi, I manage a Debian Mailserver running postfix, amavis and others. I have service statements in place that should keep the server running. >From time to time, the service resource does not correctly restart the amavis service. if I do service amavis status, the output should be Active: a

[Puppet Users] Re: Manage Amavisd Service

2023-11-24 Thread jochen....@gmail.com
Perhaps I should add, that manually a service amavis start also did not solve the problem, but a service amavis restart helped. The Active state again changed to active(running) jochen@gmail.com schrieb am Freitag, 24. November 2023 um 12:46:28 UTC+1: > Hi, > > I manage

[Puppet Users] Apache with HTTP2 and PHP setup using puppet

2024-05-20 Thread jochen....@gmail.com
Hi, I would like to update my apache-php servers with http2 but am facing several difficulties. It seems like apache must be multithreaded for http2 and a multithreaded apache does not work with mod-php. I have the feeling I will need something like php-fpm from now on and it seems like this c