smortex
10/16/2022, 8:25 PMsmortex
10/16/2022, 8:25 PMreports = puppetdb and it should be finesmortex
10/16/2022, 8:26 PMpuppet/puppetdb.conf (note the db)smortex
10/16/2022, 8:27 PMNotStrong
10/16/2022, 8:32 PMNotStrong
10/16/2022, 8:48 PM2022-10-16T22:45:51.636+02:00 WARN [qtp1161355795-58] [c.p.h.c.i.PersistentSyncHttpClient] Error executing http request
javax.net.ssl.SSLPeerUnverifiedException: Host name 'puppetdb' does not match the certificate subject provided by the peer (CN=testpuppetserver1)
|
2022-10-16T22:45:51.642+02:00 WARN [qtp1161355795-58] [puppetserver] Puppet Error connecting to puppetdb on 8081 at route <https://puppetdb:8081/pdb/cmd/v1?checksum=fdd42975a3eb239a>
c62f82646f09ddfb424c6e96&version=8&certname=testpuppetserver1&command=store_report&producer-timestamp=2022-10-16T20:45:51.586Z, error message received was 'Error executing http requ
est'. Failing over to the next PuppetDB server_url in the 'server_urls' listMatthew Chan
10/17/2022, 12:31 PMSlackbot
10/17/2022, 12:32 PMbastelfreak
10/17/2022, 12:40 PMPuli Hari Krishna
10/17/2022, 2:14 PMMarty Ewings
10/17/2022, 2:17 PMMarty Ewings
10/17/2022, 2:21 PMMarty Ewings
10/17/2022, 2:35 PM/opt/puppetlabs/puppet/bin/puppet agent --disableMarty Ewings
10/17/2022, 2:36 PMMarty Ewings
10/17/2022, 2:36 PMMarty Ewings
10/17/2022, 2:37 PMPierfrancesco Aiello
10/17/2022, 3:07 PMtemplates/projectX/template.epp
and then call in the puppet code
epp('module/projectX/template.epp')
?Slackbot
10/17/2022, 3:09 PMSlackbot
10/17/2022, 3:59 PMBrian Schonecker
10/17/2022, 4:54 PMBrian Schonecker
10/17/2022, 4:55 PMSlackbot
10/17/2022, 4:57 PMBrian Schonecker
10/17/2022, 4:59 PMBrian Schonecker
10/17/2022, 4:59 PMBrian Schonecker
10/17/2022, 4:59 PMBrian Schonecker
10/17/2022, 5:04 PMhelindbe
10/17/2022, 5:20 PMfunction mymodule::homedir(Hash $userdata) String {
if $userdata['specialhome'] {
$userdata['specialhome']
else {
"/home/${userdata['user']"
}
}helindbe
10/17/2022, 5:26 PMfunction mymodule::homedir(Hash $userdata) String {
if $userdata['specialhome'] {
$userdata['specialhome']
else {
"/home/${userdata['user']}"
}
}binford2k
10/17/2022, 6:34 PMSlackbot
10/17/2022, 8:35 PM