Issue #4930 has been reported by Klavs Klavsen.

----------------------------------------
Bug #4930: puppet doesn't enable a specific service
http://projects.puppetlabs.com/issues/4930

Author: Klavs Klavsen
Status: Unreviewed
Priority: Normal
Assignee: 
Category: service
Target version: 
Affected version: 0.25.5
Keywords: 
Branch: 


On Ubuntu 10.04 - I can't get puppet (0.25.5) to enable vmware-tools service.

update-rc.d enables it just fine.

If I disable the apache2 service - puppet enables it just fine on the same host.

If I stop the service - puppet starts it just fine - it still doesn't enable it 
though.

The service definition is: 
          service { "vmware-tools":
            ensure  => running,
            enable  => true,
            hasrestart => true,
            pattern => "vmtoolsd",
            require => Package["vmware-open-vm-tools-nox"]
          }

Any input to give more debug info is welcome.


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to