f5devcentral / f5-puppet

Puppet modules for F5 BIG-IP
Apache License 2.0
13 stars 27 forks source link

f5_pool does not accept members attribute of 'none' or ['none'] #7

Closed tkishel closed 7 years ago

tkishel commented 7 years ago

Re: Puppet ticket MODULES-4814

Prior to this commit, the f5_pool type failed to test whether the members property value was a hash, such as when it is 'none', before accessing it its value during newproperty members munge.

With this commit, it checks the type to avoid a type error.