swalberg / chef-f5

An F5 Chef cookbook to manage pools and VIPs on an F5 bigip
MIT License
5 stars 5 forks source link

allow optional naming differentiation between f5 and chef #22

Closed chrisUsick closed 6 years ago

chrisUsick commented 6 years ago

Due to this issue: https://github.com/chefspec/chefspec/issues/703 you can't test multiple calls to a resource in chefspec if the name is the same. This PR allows you to explicitly declare the F5 resource name separately from the chef resource name, allowing the chef resource name to be unique.