What is the recommended way to managed Puppet Server(2.7.2) under Foreman 1.12-14.
The issue I found is that if I install new gem packages and want to restart puppet server (service puppetserver restart) it fails due to the fact that foreman changes permissions on some of the files. puppetserver.log: java.io.FileNotFoundException: /etc/puppetlabs/puppet/ssl/crl.pem ( Permission denied) and foreman-installer/foreman.log: /File[/etc/puppetlabs/puppet/ssl/crl.pem]/owner: owner changed 'puppet' to 'root' Actually there is quite few files which have been changed from owner 'puppet' to 'root' Changing owner back to puppet fixes the issue. chown puppet:puppet /etc/puppetlabs/puppet/ssl/crl.pem Is this a bug or is there a way to restart puppet server from foreman? How does one does it? -- You received this message because you are subscribed to the Google Groups "Foreman users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/foreman-users. For more options, visit https://groups.google.com/d/optout.
