When the credentials are incorrect for the F5 you receive no error message when attempting to retrieve the current configuration.
Eg when running FACTER_url=https://foo:bar@10.1.1.1 puppet resource f5_pool where foo and bar is an invalid username/password combination you get an empty response with no error message.
Expected result: an error such as "F5 returned an error - invalid username or password" or some such.
When the credentials are incorrect for the F5 you receive no error message when attempting to retrieve the current configuration.
Eg when running
FACTER_url=https://foo:bar@10.1.1.1 puppet resource f5_pool
wherefoo
andbar
is an invalid username/password combination you get an empty response with no error message.Expected result: an error such as "F5 returned an error - invalid username or password" or some such.