Issue #18895 has been updated by Hailee Kenney. Category set to documentation Status changed from In Topic Branch Pending Review to Merged - Pending Release Target version set to 3.3.0
Summary: Merged into master in 713bcbe. ---------------------------------------- Bug #18895: Error message wrong in runit service provider https://projects.puppetlabs.com/issues/18895#change-90859 * Author: Nathan Huff * Status: Merged - Pending Release * Priority: Low * Assignee: Charlie Sharpsteen * Category: documentation * Target version: 3.3.0 * Affected Puppet version: * Keywords: * Branch: https://github.com/puppetlabs/puppet/pull/1639 ---------------------------------------- The error message that gets output by the runit service provider if the daemon directory doesn't exist is slightly wrong. It currently says: Could not find the daemon directory (tested [/var/lib/service,/etc]) What it should say is Could not find the daemon directory (tested [/var/lib/service,/etc/sv]) Since that is what the code actually looks for. This is in lib\puppet\provider\service\runit.rb -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
