Issue #1426 has been updated by immerda. Category set to Red Hat Status changed from Unreviewed to Ready for Checkin Assigned to set to jamtur01 Target version set to 0.24.5 Patch deleted (None)
fixed in "34b4e20":http://github.com/duritong/puppet/commit/34b4e20dd0549493ff04b60c4518402c82efdb1e and pushed to the "ticket/1426":http://github.com/duritong/puppet/tree/ticket%2F1426 branch on my github ---------------------------------------- Bug #1426: restart is not working correctly (with the redhat provider) http://reductivelabs.com/redmine/issues/show/1426 Author: immerda Status: Ready for Checkin Priority: High Assigned to: jamtur01 Category: Red Hat Target version: 0.24.5 Keywords: Complexity: Unknown Patch: Affected version: 0.24.5 when notifying a service to be restarted, the restart is triggered but not actually done. a specific restart part of a debug looks like that: <pre> debug: Calling fileserver.list debug: Service[shorewall](provider=redhat): Executing '/etc/init.d/shorewall status' debug: Puppet::Type::Service::ProviderRedhat: Executing '/sbin/chkconfig shorewall' notice: //Node[x.example.ch]/config::immerda/shorewall/shorewall::base/Service[shorewall]: Triggering 'refresh' from 1 dependencies debug: Service[shorewall](provider=redhat): Executing '/etc/init.d/shorewall status' debug: Calling fileserver.list </pre> this seem to happen (so far) only with the redhat provider. I debugged that with jamesturnbull and he nearly figured it out. He has additional informations for this bug. this bug appears when using the latest 0.24.x head. ---------------------------------------- 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 -~----------~----~----~----~------~----~------~--~---
