Add version_added to all modules missing version_added information, the docs formatter will now

raise errors when omitted, updated changelog with new modules.
This commit is contained in:
Michael DeHaan
2013-11-18 18:55:49 -05:00
parent f5aacebbbd
commit f7c3975f21
46 changed files with 99 additions and 28 deletions

View File

@@ -19,6 +19,7 @@
DOCUMENTATION = '''
---
module: ejabberd_user
version_added: "1.5"
author: Peter Sprygada
short_description: Manages users for ejabberd servers
requirements:

View File

@@ -20,6 +20,7 @@
#
DOCUMENTATION = """
module: htpasswd
version_added: "1.3"
short_description: manage user files for basic authentication
description:
- Add and remove username/password entries in a password file using htpasswd.

View File

@@ -20,10 +20,10 @@
DOCUMENTATION = """
module: jboss
version_added: "1.4"
short_description: deploy applications to JBoss
description:
- Deploy applications to JBoss standalone using the filesystem
version_added: "1.4"
options:
deployment:
required: true