[Puppet Users] Need help for configuring / migrating from Puppet 3.8 to Puppet 6.x

2019-04-17 Thread Matthias Steffens
Hi everybody! I've the task to migrate our existing puppet installation from Puppet 3.8 to Puppet 6.x and my colleague gave me the following tasks to do this: - Hiera: all nodes should be configurable via hiera --> as with our currently installed version which has the following configuration:

Re: [Puppet Users] 'puppet agent -t'

2019-03-28 Thread Matthias Steffens
> This message indicates, that the agent has created a certificate, has sent > the CSR to the master and is now waiting for the master to sign the > certificate. > > Log in to your puppetmaster. > > Check puppet and puppetserver version. > puppetserver --version > puppet --version > > If you ar

Re: [Puppet Users] 'puppet agent -t'

2019-03-28 Thread Matthias Steffens
> > When your agent didn't create a cert yet, you need to specify an >> additional option that'll create the cert and wait for the master to >> sign the certificate signing request: >> >> puppet agent -t --waitforcert 10 >> >> the integer value to the argument is the number of seconds to w

[Puppet Users] 'puppet agent -t'

2019-03-26 Thread Matthias Steffens
Hi! I'm trying to get a new certificate for my puppet agent and therefore I tried to do an '*puppet agent -t*' an I got the following: *root@puppet-node:/etc/puppetlabs/puppet/ssl/certs# puppet agent -tExiting; no certificate found and waitforcert is disabled* I didn't understand this, becau