Re: [Puppet Users] IF statement using custom fact does not work

2024-01-11 Thread 'Kenyon Ralph' via Puppet Users
Even better, use versioncmp: https://www.puppet.com/docs/puppet/8/function.html#versioncmp On Wednesday, January 10, 2024 at 10:30:59 AM UTC-8 aru...@pixar.com wrote: > If $facts['versionrepokubelocal'] is an integer I don't think your > comparison will work. Try: > > ``` > if

Re: [Puppet Users] Manage Amavisd Service

2023-12-01 Thread 'Kenyon Ralph' via Puppet Users
service fine. Anyone has a tipp what I am doing wrong? thx Am 28.11.2023 um 12:45 schrieb Jochen Haeberle : Am 27.11.2023 um 17:54 schrieb 'Kenyon Ralph' via Puppet Users < puppet...@googlegroups.com>: The service restarts manually fine with service amavis restart The question is n

Re: [Puppet Users] Manage Amavisd Service

2023-11-27 Thread 'Kenyon Ralph' via Puppet Users
On Sunday, November 26, 2023 at 4:13:37 AM UTC-8 jochen@gmail.com wrote: Am 25.11.2023 um 22:16 schrieb 'Kenyon Ralph' via Puppet Users < puppet...@googlegroups.com>: This is a problem with amavis, not puppet. You'll need to do systemctl status amavis, journalctl --pager-end

[Puppet Users] Re: Manage Amavisd Service

2023-11-25 Thread 'Kenyon Ralph' via Puppet Users
On Friday, November 24, 2023 at 3:51:07 AM UTC-8 jochen@gmail.com wrote: 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

[Puppet Users] Re: Puppet package for Debian 12 bookworm is missing

2023-07-14 Thread Kenyon Ralph
Tracked here: https://tickets.puppetlabs.com/browse/PA-4995 On Thursday, July 13, 2023 at 1:43:54 PM UTC-7 Firstname Lastname wrote: > Hi, > > I am maintaining my puppet repo with the apt class, which currently > results in non-working apt file as there is no bookworm package at >

Re: [Puppet Users] Support for Ubuntu 22.04

2022-05-27 Thread Kenyon Ralph
It's a bit concerning that the company doesn't prioritize its most fundamental, core product. No other thing you're working on matters if we can't run Puppet Enterprise. On Friday, May 27, 2022 at 7:15:21 AM UTC-7 lisa...@puppet.com wrote: > We weren't surprised, adding support for this OS was

[Puppet Users] Re: Hiera recursive lookup problem

2022-03-19 Thread Kenyon Ralph
Just like the error says, you're trying to do a recursive lookup and you can't do that. You're trying to do a lookup in a key named "my" which contains a lookup for a key named "my". On Friday, March 18, 2022 at 9:05:13 AM UTC-7 michele...@gmail.com wrote: > Hi, I've got a problem with Hiera

[Puppet Users] Re: Puppet Enterprise 2021.5 is now available!

2022-02-22 Thread Kenyon Ralph
Ubuntu 22.04 will be released by then, maybe go straight to that instead? On Friday, February 18, 2022 at 11:01:08 AM UTC-8 al...@puppet.com wrote: > We are planning for Ubuntu 20.04 PE primary server support on our next > Puppet Enterprise release planned for May. > > Cheers! > Alex Rodriguez