chef-boneyard / chef-provisioning-vsphere

DEPRECATED: A chef-provisioning provisioner for VMware vSphere
MIT License
17 stars 15 forks source link

Undefined method `match?' for "machine_name":String #65

Closed algaut closed 7 years ago

algaut commented 7 years ago

Versions:

Just a simple error because of the match? function used in the 2.0.9 release that was introduced in the 2.4.0 ruby release. Anyone using a previous ruby version shouldn't be able to use v2.0.9 of chef-provisioning-vsphere.

This issue can be fixed with #64, where using the match function instead of match? should make this gem compatible with older ruby version.