smortex
09/09/2022, 8:58 AMfacter --debug --custom-dir ./lib/facter ssh_user_public_keys
) outputs:
[2022-09-08 22:56:22.471805 ] DEBUG LegacyFacter::Util::Loader - Excluding ./lib/facter from search path. Fact file paths must be an absolute directory
Neeloj
09/09/2022, 8:58 AMpuppet config print lastrunfile
Neeloj
09/09/2022, 8:58 AMpuppet config print lastrunfile
Massimiliano (Max)
09/09/2022, 10:45 AM<http://puppetdb01.xxxx.org|puppetdb01.xxxx.org> (SHA256) A8:98:F0:51:72:2E:D8:F7:9B:73:94:23:60:E6:1E:3C:14:03:F7:7E:4C:B9:F1:E3:7E:28:7F:F3:5E:B5:D4:A8 alt names: ["DNS:127.0.0.1", "DNS:<http://puppetdb.service.ha.xxxx.net|puppetdb.service.ha.xxxx.net>", "DNS:<http://puppetdb.service.ha.xxxx.org|puppetdb.service.ha.xxxx.org>", "DNS:<http://puppetdb01.xxxx.org|puppetdb01.xxxx.org>"]
but, on puppetDB I still see:
[Fri Sep 09 10:38:20.244607 2022] [wsgi:error] [pid 506084] [remote 2001:798:3::127:14910] ERROR:puppetboard.utils:HTTPSConnectionPool(host='127.0.0.1', port=8081): Max retries exceeded with url: /pdb/meta/v1/version (Caused by SSLError(SSLCertVerificationError("hostname '127.0.0.1' doesn't match either of '127.0.0.1', '<http://puppetdb.service.ha.xxxx.net|puppetdb.service.ha.xxxx.net>', '<http://puppetdb.service.ha.xxxx.org|puppetdb.service.ha.xxxx.org>', '<http://puppetdb01.xxxx.org|puppetdb01.xxxx.org>'")))
Slackbot
09/09/2022, 10:48 AMSlackbot
09/09/2022, 12:13 PMKarunakar reddy Ramidi
09/09/2022, 12:13 PMKarunakar reddy Ramidi
09/09/2022, 12:25 PMKarunakar reddy Ramidi
09/09/2022, 3:25 PMKarunakar reddy Ramidi
09/09/2022, 3:52 PMcsharpsteen
09/09/2022, 4:48 PMJAVA_ARGS
in the service environment file. The output of the following would show us how much the service is configured to request and how much the system has available:
grep JAVA_ARGS= /etc/{sysconfig,default}/puppetserver
free -h
Karunakar reddy Ramidi
09/09/2022, 5:07 PMBhushan B
09/09/2022, 6:55 PMKarunakar reddy Ramidi
09/09/2022, 8:51 PMsmortex
09/09/2022, 9:48 PMSteve Handy
09/10/2022, 1:38 AMSlackbot
09/10/2022, 8:34 AMSlackbot
09/10/2022, 6:57 PMsameer
09/10/2022, 6:57 PMsameer
09/10/2022, 6:58 PMsameer
09/10/2022, 6:58 PMWillem Basson
09/12/2022, 8:56 AMNeeloj
09/12/2022, 11:14 AM# puppetserver ca list --all
The cadir is currently configured to be inside the /etc/puppetlabs/puppet/ssl directory. This config setting and the directory location will not be used in a future version of puppet. Please run the puppetserver ca tool to migrate out from the puppet confdir to the /etc/puppetlabs/puppetserver/ca directory. Use `puppetserver ca migrate --help` for more info.
My question is what should I run on Puppetserver! because its productive system! so I have one shot 😲
And on AgentsI get:
The cadir is currently configured to be inside the /etc/puppetlabs/puppet/ssl directory. This config setting and the directory location will not be used in a future version of puppet. Please run the puppetserver ca tool to migrate out from the puppet confdir to the /etc/puppetlabs/puppetserver/ca directory. Use `puppetserver ca migrate --help` for more info.
Successfully signed certificate request for xyz
thanks in advanceNeeloj
09/12/2022, 11:16 AM# puppetserver ca list --all
The cadir is currently configured to be inside the /etc/puppetlabs/puppet/ssl directory. This config setting and the directory location will not be used in a future version of puppet. Please run the puppetserver ca tool to migrate out from the puppet confdir to the /etc/puppetlabs/puppetserver/ca directory. Use `puppetserver ca migrate --help` for more info.
My question is what should I run on Puppetserver! because its productive system! so I have one shot 😲
And on CLients I get:
The cadir is currently configured to be inside the /etc/puppetlabs/puppet/ssl directory. This config setting and the directory location will not be used in a future version of puppet. Please run the puppetserver ca tool to migrate out from the puppet confdir to the /etc/puppetlabs/puppetserver/ca directory. Use `puppetserver ca migrate --help` for more info.
Successfully signed certificate request for xyz
thanks in advanceNeeloj
09/12/2022, 11:16 AM# puppetserver ca list --all
The cadir is currently configured to be inside the /etc/puppetlabs/puppet/ssl directory. This config setting and the directory location will not be used in a future version of puppet. Please run the puppetserver ca tool to migrate out from the puppet confdir to the /etc/puppetlabs/puppetserver/ca directory. Use `puppetserver ca migrate --help` for more info.
My question is what should I run on Puppetserver! because its productive system! so I have one shot 😲
And on AgentsI get:
The cadir is currently configured to be inside the /etc/puppetlabs/puppet/ssl directory. This config setting and the directory location will not be used in a future version of puppet. Please run the puppetserver ca tool to migrate out from the puppet confdir to the /etc/puppetlabs/puppetserver/ca directory. Use `puppetserver ca migrate --help` for more info.
Successfully signed certificate request for xyz
thanks in advanceSlackbot
09/12/2022, 11:17 AMDaniel Henninger
09/12/2022, 5:29 PMjidar
09/12/2022, 5:33 PM$vault_addr = lookup(...)
more than once, without changing the variable name. Considering lookup is first attempting to find the key/value from a yaml file, then it inserts that value into the catalog it's currently compiling, are you asking if the server when looking up the same key for a different node, would that be cached? no. Are you asking if the same key, for the same lookup, for a different variable but the same node? Also unlikely to be cachedDaniel Henninger
09/12/2022, 5:34 PMjidar
09/12/2022, 5:34 PM