Issue #13859 has been updated by Patrick Carlisle. Status changed from Accepted to Requires CLA to be signed Assignee changed from Patrick Carlisle to Dave Duchscher
Thanks, could you please sign the [Contributor License Agreement](https://projects.puppetlabs.com/contributor_licenses/sign)? ---------------------------------------- Bug #13859: [Patch] FreeBSD rc.conf variable are not set when a similar variable exists. https://projects.puppetlabs.com/issues/13859#change-60158 Author: Dave Duchscher Status: Requires CLA to be signed Priority: Normal Assignee: Dave Duchscher Category: Target version: Affected Puppet version: 2.7.12 Keywords: freebsd provider, freebsd Branch: rc.conf already has the following line: bsnmpd_enable="YES" Unable to set snmpd_enable="YES" because the provider matches bsnmpd_enable="YES". Don't know if this is the correct fix but I modified the regex in puppet/provider/service/freebsd.rb check for the beginning of line. Patch attached. -- 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.
