[Puppet Users] Re: Puppet agent doesn't run on Windows 11 notebook.

2022-11-17 Thread Nate McCurdy
Stephanos, You said your notebook is "a standalone node that won't connect to a master". If that's the case, then "puppet agent -t" is not what you should be running. The "puppet agent" command will attempt to talk to a Puppetserver

Re: [Puppet Users] Error: Could not run: cannot load such file -- net/ssh/telnet

2022-11-17 Thread Martin Alfke
Hi, Your puppet agent is missing a ruby gem: https://rubygems.org/gems/net-ssh-telnet This gem must be installed using the puppet ruby gem command: /opt/puppetlabs/puppet/bin/gem install net-ssh-telnet Hth, Martin > On 15. Nov 2022, at 10:53, Mike wrote: > > Hi, > > I've come across the in

Re: [Puppet Users] not possible to access parameters from subclass

2022-11-17 Thread Martin Alfke
Hi, The testa::config manifests does not contain a class, but a defined resource types. One can only access variables from included classes, but not from defined types. Hth, Martin > On 14. Nov 2022, at 15:29, Jens Kuehnel wrote: > > Hi all, > > I'm using puppet for quite some time - about