Issue #9101 has been updated by Michael Stahnke. Status changed from Accepted to In Topic Branch Pending Merge
https://github.com/puppetlabs/puppet-dashboard/pull/23 ---------------------------------------- Bug #9101: New puppet-dashboard-workers service is enabled by default https://projects.puppetlabs.com/issues/9101 Author: Matthias Saou Status: In Topic Branch Pending Merge Priority: High Assignee: Michael Stahnke Category: Target version: 1.3 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.
