Issue #9522 has been reported by Nan Liu.

----------------------------------------
Bug #9522: Puppet Network device error handling and config parsing. 
https://projects.puppetlabs.com/issues/9522

Author: Nan Liu
Status: Unreviewed
Priority: Normal
Assignee: 
Category: 
Target version: 
Affected Puppet version: 
Keywords: 
Branch: 


Discovered when working against F5. Puppet network config parsing doesn't 
handle hostname with - and it uses a custom error class that was not declared:

    class ConfigurationError < Puppet::Error; end

foo-bar.puppetlabs.lan is rejected, while foo.bar.puppetlabs.lan is ok:

    when /^\[([\w.]+)\]\s*$/ # [device.fqdn]


-- 
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.

Reply via email to