Skip to content

Commit

Permalink
Fix documentation build
Browse files Browse the repository at this point in the history
  • Loading branch information
abadger committed Jan 11, 2016
1 parent 8c2509f commit 4ef40ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions network/f5/bigip_virtual_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
required: false
default: present
description:
- Absent : delete the VS if present
- present (and its synonym enabled) : create if needed the VS and set state to enabled
- absent : create if needed the VS and set state to disabled
- Absent, delete the VS if present
- present (and its synonym enabled), create if needed the VS and set state to enabled
- disabled, create if needed the VS and set state to disabled
choices: ['present', 'absent', 'enabled', 'disabled']
aliases: []
partition:
Expand All @@ -72,7 +72,7 @@
description:
- "Virtual server name."
required: true
aliases: ['vs']
aliases: ['vs']
destination:
description:
- "Destination IP of the virtual server (only host is currently supported) . Required when state=present and vs does not exist."
Expand Down

0 comments on commit 4ef40ab

Please sign in to comment.