Issue #9101 has been reported by Matthias Saou. ---------------------------------------- Bug #9101: New puppet-dashboard-workers service is enabled by default https://projects.puppetlabs.com/issues/9101
Author: Matthias Saou Status: Unreviewed Priority: Normal Assignee: Category: Target version: 1.2 Keywords: Branch: Affected URL: Affected Dashboard version: 1.2rc7 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.
