Slackbot
05/15/2023, 9:30 AMcsharpsteen
05/15/2023, 4:51 PMpeadm
module are you using?simonhoenscheid
05/16/2023, 5:38 AMcsharpsteen
05/16/2023, 4:54 PMpeadm
module that matches against both the role and cluster. Closest is this, but that is missing the role = "A"
bit:
https://github.com/puppetlabs/puppetlabs-peadm/blob/v3.12.0/manifests/setup/node_manager.pp#L83-L88
Regardless, the problem is the empty array match: certname in []
If this is an XL installation, was a value passed for the puppetdb_database_host
parameter of the peadm::upgrade
plan?simonhoenscheid
06/02/2023, 9:32 AM