Issue #9101 has been updated by Matthias Saou. Status changed from Closed to Re-opened
The "fix" that went into the final is wrong :-( The proper change would have been the one I wrote : chkconfig: - 95 5 But instead now I see this in the file from 1.2.0 final : chkconfig: 95 5 Which results in "service puppet-dashboard-workers does not support chkconfig" when the package gets installed. ---------------------------------------- Bug #9101: New puppet-dashboard-workers service is enabled by default https://projects.puppetlabs.com/issues/9101 Author: Matthias Saou Status: Re-opened Priority: Normal Assignee: Michael Stahnke Category: Target version: 1.2 Keywords: Branch: Affected URL: Affected Dashboard version: 1.2rc9 In the 1.2rc7 rpm, the new /etc/init.d/puppet-dashboard-workers script has the following : chkconfig: 2345 95 5 It's good practice to not enable services by default, which is the case for the main puppet-dashboard service. I would really recommend doing the same for the new puppet-dashboard-workers service, thus changing that to : chkconfig: - 95 5 -- 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.
