| Running puppetdb ssl-setup -f also changes the permissions of the jetty.ini file from 644 to 640 which prevents PuppetDB to start. Before running puppetdb ssl-setup -f:
# ls -l /etc/puppetlabs/puppetdb/conf.d/jetty.ini |
-rw-r--r-- 1 root root 2554 mars 27 17:18 /etc/puppetlabs/puppetdb/conf.d/jetty.ini
|
After running puppetdb ssl-setup -f:
# ls -l /etc/puppetlabs/puppetdb/conf.d/jetty.ini |
-rw-r----- 1 root root 2592 mars 27 17:19 /etc/puppetlabs/puppetdb/conf.d/jetty.ini
|
This permission problem seems to be old (See PDB-2590). But I have never seen it before. As far I can see, it has been introduced with the last version (6.15.0) |