Re: [Puppet Users] Puppet agent is not running on Windows 11

2022-11-01 Thread Martin Alfke
Hi Stephan’s,, You can not run puppetserver on Windows. Puppetserver is a Linux only process. If you run Windows only, you can make use of the puppetserver docker container. hth, Martin > On 31. Oct 2022, at 17:32, Stephanos Economides > wrote: > > Hi Puppet Users, > > I am a new user of t

Re: [Puppet Users] Puppet agent is not running on Windows 11

2022-11-01 Thread Jim Moser
What does the contents of your puppet.conf look like on the host. It appears that the agent is trying to reach the hostname puppet but cannot resolve the name in DNS or on the local host file. You should have entries in the puppet.conf that looks something like this [main] server=myserver.mydomain

Re: [Puppet Users] Resource default values from site.pp not applied

2022-11-01 Thread 'Dirk Heinrichs' via Puppet Users
Am Montag, dem 31.10.2022 um 20:57 -0700 schrieb Robin Lee Powell: I don't think we're going to be able to help further without a fully-working minimal example. Found the reason. I include classes by Hiera lookup. It works if I put the defaults BEFORE lookup('classes', { merge => unique }).inc

Re: [Puppet Users] Hiera 5 and Deferred / Sensitive

2022-11-01 Thread 'Dirk Heinrichs' via Puppet Users
Am Freitag, dem 21.10.2022 um 11:49 -0700 schrieb Aaron Russo: However it feels like an anti-pattern by forcing lookups into our manifests when we want to keep that in Hiera. I found a previous related thread[2] where Henrik suggested writing a custom backend for Hiera and return a Deferred. hi