Issue #1646 has been updated by lutter. File 0001-Fix-1646-let-normal-users-run-service-puppet-stat.patch added Status changed from Accepted to Ready for Checkin
Here's the patch against current 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: Ready for Checkin Priority: Normal Assigned to: lutter Category: Red Hat Target version: 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 -~----------~----~----~----~------~----~------~--~---
