Issue #8380 has been updated by Dominic Maraglia.

Project changed from Commercial edition to Puppet
Target version deleted (1.2)


----------------------------------------
Bug #8380: RHEL50: PE 1.1.1.rc0 "puppet resource service" differs from setting 
in service dir
https://projects.puppetlabs.com/issues/8380

Author: Dominic Maraglia
Status: Needs Decision
Priority: High
Assignee: Michael Stahnke
Category: 
Target version: 
Affected Puppet version: 
Keywords: 
Branch: 


Master only install on RHEL5; running "puppet resource service" show pe-puppet 
as running, which is not correct:

<pre>
service { 'pe-puppet':
    ensure => 'running',
    enable => 'true'
}
</pre>


Compare the same setup on Centos 5.5 which correctly yields:

<pre>
service { 'pe-puppet':
    ensure => 'stopped',
    enable => 'true'
}
</pre>

The original issue can be seen here:
https://projects.puppetlabs.com/issues/4123


-- 
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