[Puppet Users] Re: manifest for fusioninventory-agent

2013-05-24 Thread Stan
thanks a lot i change my manifest with hasstatus false and it's ok!!! service { 'fusioninventory-agent': ensure => running, hasstatus => false, hasrestart => false, enable => true,

[Puppet Users] Re: manifest for fusioninventory-agent

2013-05-23 Thread Ellison Marks
Could be that the status command isn't returning sane values. From the docs: http://docs.puppetlabs.com/references/latest/type.html#service hasstatusDeclare whether the service’s init script has a functional status command; defaults to true. This attribute’s default value changed in Puppet 2.7.