[Puppet Users] Re: manifest for fusioninventory-agent
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
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.