Issue #18092 has been updated by Guillaume Rose.
I wrote a patch for [this](https://github.com/puppetlabs/puppet/pull/1327). ---------------------------------------- Bug #18092: network device - enable password with a sharp is not correctly parsed https://projects.puppetlabs.com/issues/18092#change-78653 Author: Guillaume Rose Status: Unreviewed Priority: Normal Assignee: Category: Target version: Affected Puppet version: Keywords: Branch: Since the device is defined by an URI, when the enable password contains a sharp, the password used is not correct. Example : uri = URI.parse "ssh://login:[email protected]/?enable=begin#end" uri.query # => enable=begin uri.fragment # => end The parser uses uri.query and this regex to extract the password query =~ /enable=(.*)/. -- 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.
