Whenever i try to do a "service puppetserver restart" i get the following error:
Error: Could not start Service[puppetserver]: Execution of '/sbin/service puppetserver start' returned 1: Starting puppetserver: runuser: unrecognized option '--pidfile'
I have already seen this issue before and it seems to be that the /etc/sysconfig/puppetserver file is missing USER and GROUP configuration. It is being overwritten by the template on this module.
is this expected behaviour? am i missing where to configure this?
Currently i'm running this class on a Centos 6 machine with the following configuration:
Whenever i try to do a "service puppetserver restart" i get the following error:
I have already seen this issue before and it seems to be that the /etc/sysconfig/puppetserver file is missing USER and GROUP configuration. It is being overwritten by the template on this module.
is this expected behaviour? am i missing where to configure this?