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