Issue #8380 has been updated by Dominic Maraglia.

Problem still exists on: 2.6.9 (Puppet Enterprise 1.1.1rc0-23-ga3772fe

Note: this problem was reproduced on a Master only install.  Despite this being 
a Master only, the pe-puppet (agent) init script has been installed.


<pre>
pe-httpd   pe-puppet  
[root@rhel50-x86-64 init.d]# puppet resource service pe-puppet
service { 'pe-puppet':
  ensure => 'running',
  enable => 'true',
}

[root@rhel50-x86-64 init.d]# puppet resource service pe-puppet hasstatus=true
service { 'pe-puppet':
  ensure => 'running',
}

[root@rhel50-x86-64 init.d]# ./pe-puppet status
puppet is stopped

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