Issue #9423 has been updated by Michael Stahnke. Target version set to 1.2.1
---------------------------------------- Bug #9423: puppet-dashboard-workers init script not usable by chkconfig https://projects.puppetlabs.com/issues/9423 Author: Martin Alfke Status: Unreviewed Priority: Normal Assignee: Matthaus Litteken Category: Target version: 1.2.1 Keywords: Branch: Affected URL: Affected Dashboard version: The puppet-dashboard-workers init script is not usable by chkconfig: puppet-dashboard 1.2.0 <pre> # chkconfig puppet-dashboard-workers on service puppet-dashboard-workers does not support chkconfig </pre> Solution: <pre> --- /tmp/puppet-dashboard-workers 2011-09-12 15:18:54.000000000 +0200 +++ /etc/init.d/puppet-dashboard-workers 2011-09-12 15:15:15.000000000 +0200 @@ -2,7 +2,7 @@ # # puppet-dashboard-workers Start up the puppet-dashboard-workers # -# chkconfig: 95 5 +# chkconfig: - 95 5 # description: Delayed_job (or DJ) encapsulates the common pattern of \ # asynchronously executing longer tasks in the background. # </pre> -- 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.
