Re: [Puppet Users] Windows-Agent is working but is doing nothing

2024-12-14 Thread Martin Alfke
You can run puppet config print certname either as root or Administrator. This will print the name which is used in the certificate. Please be aware that this usually is the fqdn. If the fqdn is changed, a new certificate will be generated. If you set certname in puppet.conf file (agent section),

Re: [Puppet Users] Windows-Agent is working but is doing nothing

2024-12-09 Thread Mijarena “Mijarena” P .
Well, I did had only "jancis" at first and it didn't worked, then I added the domainname. I just removed it again after your last post as another test. dhei...@opentext.com schrieb am Montag, 9. Dezember 2024 um 14:14:57 UTC+1: > Am Montag, dem 09.12.2024 um 03:59 -0800 schrieb Mijarena “Mijare

Re: [Puppet Users] Windows-Agent is working but is doing nothing

2024-12-09 Thread 'Dirk Heinrichs' via Puppet Users
Am Montag, dem 09.12.2024 um 03:59 -0800 schrieb Mijarena “Mijarena” P.: Notice: Catalog compiled by s01.randomdomain.bayern Info: Caching catalog for jancis That's the problem. This doesn't match the node definition (from your first mail): node 'jancis.randomdomain.bayern' { HTH... Dirk --

Re: [Puppet Users] Windows-Agent is working but is doing nothing

2024-12-09 Thread Mijarena “Mijarena” P .
Ah thanks, that was something I was looking for (absolute new to puppet and didn't found this switch somehow) PS C:\ProgramData\PuppetLabs\code\environments\production\manifests> puppet agent --test Info: Refreshing CA certificate Info: Refreshed CA certificate: xxx Info: Refreshing CRL Info: Re

Re: [Puppet Users] Windows-Agent is working but is doing nothing

2024-12-08 Thread 'Dirk Heinrichs' via Puppet Users
Am Sonntag, dem 08.12.2024 um 07:41 -0800 schrieb Mijarena “Mijarena” P.: Yes, there it is: --- shell on s01 - [root@s01 manifests]# pwd /etc/puppetlabs/code/environments/production/manifests [root@s01 manifests]# ls default.pp jancis.pp s01.pp Anything in the repor

Re: [Puppet Users] Windows-Agent is working but is doing nothing

2024-12-08 Thread Mijarena “Mijarena” P .
Yes, there it is: --- shell on s01 - [root@s01 manifests]# pwd /etc/puppetlabs/code/environments/production/manifests [root@s01 manifests]# ls default.pp jancis.pp s01.pp [root@s01 manifests]# [root@s01 manifests]# systemctl status puppetserver ● puppetserver.service

Re: [Puppet Users] Windows-Agent is working but is doing nothing

2024-12-08 Thread Martin Alfke
You must put the puppet environment code on the Linux Puppet server. /etc/puppetlabs/code/environments/production/manifests/*.pp Windows systems can only act as Puppet agent. hth, Martin > On 7. Dec 2024, at 21:48, Mijarena “Mijarena” P. wrote: > > Hello there. > > I do have strange Problem,

[Puppet Users] Windows-Agent is working but is doing nothing

2024-12-07 Thread Mijarena “Mijarena” P .
Hello there. I do have strange Problem, at least for me and I do not find a solution. It seems, that all is running well. I do have almalinux 9 as server [root@s01 manifests]# rpm -qa | grep puppet puppet8-release-1.0.0-9.el9.noarch puppet-agent-8.10.0-1.el9.x86_64 puppetserver-8.7.0-1.el9.noarc