swalberg / chef-f5

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

Regexps should be anchored #3

Open swalberg opened 9 years ago

swalberg commented 9 years ago

The regular expressions used to see if the node/pool/etc exist are not anchored, so prd_web will match prd_webservers and then fail when it tries to add the node to the pool.