Hi,

On 07/18/2012 03:55 PM Javi wrote:
> Add:
> 
> [main]
> ...
> user myuser
> 
> And:
> 
> [main]
> ...
> user myuser
> 
> sudo /etc/init.d/pupettmaster restart
> 
> But no luck. Any idea?

which distribution you're running on? The user might be set by the init
script by passing the necessary parameters directly to the process and
AFAIK those parameters always take precedence for those specified within
/etc/puppet/puppet.conf ..

Kill the process and try starting it directly:

------------------------------------>8------------------------------------
# sudo /etc/init.d/pupettmaster stop;
# sudo su -;
# puppetmasterd --config=/etc/puppet.conf;
# ps aux | grep 'puppet';
------------------------------------8<------------------------------------

Cheers
  - Jan

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to