Issue #1646 has been updated by jamtur01. Status changed from Ready for Checkin to Closed Target version set to 0.24.6
Pushed in commit:"7f5ded185269cabeb7921c4f4739e1f66a34d54d" in branch 0.24.x ---------------------------------------- Bug #1646: service puppet status does not work as non-root on redhat system http://projects.reductivelabs.com/issues/show/1646 Author: tjikkun Status: Closed Priority: Normal Assigned to: lutter Category: Red Hat Target version: 0.24.6 Complexity: Trivial Affected version: 0.24.5 Keywords: Description of problem: service puppet status does not work as non-root Version-Release number of selected component (if applicable): puppet-0.24.4-1.el5 How reproducible: always Steps to Reproduce: 0. service puppet is running 1. as root: service puppet status 2. as user: service puppet status Actual results: as user it says that puppet is not running Expected results: root and user give the same result Additional info: this can be fixed by changing the init-script conf/redhat/client.init: 87c87 < status $puppetd --- > status -p "$pidfile" $puppetd ---------------------------------------- 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://reductivelabs.com/redmine/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 -~----------~----~----~----~------~----~------~--~---
