No longer need to reference 'version_added' in docs for these, as this was quite a while ago.

This commit is contained in:
Michael DeHaan
2013-11-27 21:19:32 -05:00
parent 51e6f411f2
commit ff0a41d446
19 changed files with 17 additions and 19 deletions

View File

@@ -27,7 +27,7 @@ module: authorized_key
short_description: Adds or removes an SSH authorized key
description:
- Adds or removes an SSH authorized key for a user from a remote host.
version_added: "0.5"
version_added: historical
options:
user:
description:

View File

@@ -28,7 +28,7 @@ description:
- Runs the I(facter) discovery program
(U(https://github.com/puppetlabs/facter)) on the remote system, returning
JSON data that can be useful for inventory purposes.
version_added: "0.2"
version_added: historical
options: {}
notes: []
requirements: [ "facter", "ruby-json" ]

View File

@@ -22,7 +22,7 @@ DOCUMENTATION = '''
---
module: group
author: Stephen Fromm
version_added: "0.0.2"
version_added: historical
short_description: Add or remove groups
requirements: [ groupadd, groupdel, groupmod ]
description:

View File

@@ -26,7 +26,7 @@ module: mount
short_description: Control active and configured mount points
description:
- This module controls active and configured mount points in C(/etc/fstab).
version_added: "0.6"
version_added: historical
options:
name:
description:

View File

@@ -28,7 +28,7 @@ description:
(U(http://wiki.opscode.com/display/chef/Ohai)) on the remote host and
returns JSON inventory data.
I(Ohai) data is a bit more verbose and nested than I(facter).
version_added: "0.6"
version_added: historical
options: {}
notes: []
requirements: [ "ohai" ]

View File

@@ -22,7 +22,7 @@ DOCUMENTATION = '''
---
module: user
author: Stephen Fromm
version_added: "0.2"
version_added: historical
short_description: Manage user accounts
requirements: [ useradd, userdel, usermod ]
description: