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.
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.