Re: [Puppet Users] Apparently service not restarted although is supposed to

2012-06-19 Thread Javi Legido
Amazing! Many thanks, I will check all your suggestions, but I use similar modules for other services (such as puppet, ssh, ntp...) On debian nodes (all of them are clones) smoothly, but SNMP init script can be buggy. Thanks again On 19/06/2012, jcbollinger wrote: > > > On Monday, June 18, 2012

Re: [Puppet Users] Apparently service not restarted although is supposed to

2012-06-21 Thread Javi Legido
refreshonly => true } } Best regards 2012/6/19 Javi Legido : > Amazing! > > Many thanks, I will check all your suggestions, but I use similar > modules for other services (such as puppet, ssh, ntp...) On debian > nodes (all of them are clones) smoothly, but SNMP

Re: [Puppet Users] Start puppet with a non root user different than default 'puppet'

2012-07-20 Thread Javi Legido
Thanks for reply, but your fix didn't worked. I use debian, and below packages versions: ii puppet 2.6.2-5+squeeze5 Centralized configuration management - agent startup and compatibility scripts ii puppet-common 2.6.2-5+squeeze5 Centralized con

[Puppet Users] [RESOLVED] Start puppet with a non root user different than default 'puppet'

2012-07-20 Thread Javi Legido
Fixed changing below line: chown my_user:my_user /var/run/puppet Regards 2012/7/20 Javi Legido : > Thanks for reply, but your fix didn't worked. > > I use debian, and below packages versions: > > ii puppet 2.6.2-5+squeeze5 > Centralized c

Re: [Puppet Users] [RESOLVED] Start puppet with a non root user different than default 'puppet'

2012-07-20 Thread Javi Legido
Correction: below actions are needed: /etc/puppet/puppet.conf [main] ... user=my_user /etc/init.d/puppetmaster ... chown my_user:my_user /var/run/puppet Cheers 2012/7/20 Javi Legido : > Fixed changing below line: > > chown my_user:my_user /var/run/puppet > > Regards >