Various fixes for f5 modules (#44734)

A number of bugfixes for the remaining 2.7 work on the F5 modules.
This commit is contained in:
Tim Rupp 2018-08-27 14:09:03 -07:00 committed by GitHub
commit 0dacc606b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 560 additions and 199 deletions

View file

@ -11127,7 +11127,7 @@ class VirtualServersParameters(BaseParameters):
@property
def enabled(self):
if self._values['enabled'] is None:
return None
return 'no'
elif self._values['enabled'] is True:
return 'yes'
return 'no'