Re: [Puppet Users] puppet can't get the right service status from centos5.3

2014-08-14 Thread li jackie
8下午6时31分27秒,David Schmitt写道: > > The init script on 5 only checks for running puppet processes. "puppet > resource" is a puppet process. Therefore the init script thinks the > service is running. > > Solution: use Service#pattern to match bettern on the process name. > &

[Puppet Users] puppet can't get the right service status from centos5.3

2014-08-14 Thread li jackie
when i disable puppet service ,centos5.3 system always have change: " Notice: /Stage[main]/Puppet/Service[puppet]/ensure: ensure changed 'running' to 'stopped' Notice: Finished catalog run in 1.15 seconds" just say the code : [root@xen-21206-vm02 ~]# puppet resource service puppet -d Debug:

[Puppet Users] puppet can't get the right service status from centos5.3

2014-08-13 Thread li jackie
why puppet think the service is running?