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

Fixes "odd number list for Hash" error in Junos #36

Closed rsmekala closed 4 years ago

rsmekala commented 4 years ago

Root cause

There is a syntax difference in declaring a dict b/w ruby 1.8.7 and ruby 1.9. Please refer https://stackoverflow.com/questions/8014090/odd-number-list-for-hash.