swalberg / chef-f5

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

pool doesn't use node info #2

Open swalberg opened 9 years ago

swalberg commented 9 years ago

The docs say that the pool lwrp will use the node's IP and fqdn if nothing is provided. This doesn't work.

swalberg commented 9 years ago

Workaround:

  f5_pool "foo" do
    host node.fqdn
    ip node.ipaddress
    port 8080
  end