Fix module labelled incorrectly.

reviewable/pr18780/r1
Michael DeHaan 12 years ago
parent 6503aea5fe
commit fa2d027e33

@ -24,7 +24,7 @@ except ImportError:
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: quantum_floating_ip module: quantum_subnet
short_description: Add/Remove floating ip from an instance short_description: Add/Remove floating ip from an instance
description: description:
- Add or Remove a floating ip to an instance - Add or Remove a floating ip to an instance

@ -44,7 +44,7 @@ options:
choices: [ 'yes', 'no' ] choices: [ 'yes', 'no' ]
examples: examples:
- code: "seboolean: name=httpd_can_network_connect state=yes persistent=yes" - code: "seboolean: name=httpd_can_network_connect state=yes persistent=yes"
description: Set I(httpd_can_network_connect) SELinux flag to I(true) and I(persistent) description: Set I(httpd_can_network_connect) flag on and keep it persistent across reboots
notes: notes:
- Not tested on any debian based system - Not tested on any debian based system
requirements: [ ] requirements: [ ]

Loading…
Cancel
Save