Juniper / puppet-netdev-stdlib-junos

Junos specific Provider code for "netdev_stdlib". Netdev is a vendor-neutral network abstraction framework developed by Juniper Networks and contributed freely to the DevOps community.
Apache License 2.0
25 stars 14 forks source link

Puppet removed the symbolize() method in puppet 3.0 #2

Closed sebastianw closed 11 years ago

sebastianw commented 11 years ago

symbolize() was removed in puppet 3. Replacing it with the .intern method if the puppet version is >= 3.

See also http://projects.puppetlabs.com/issues/16791

jeremyschulman commented 11 years ago

Thank you Sebastian!