Fix up docs

pull/18777/head
Toshio Kuratomi 10 years ago committed by Matt Clay
parent 9aaf6ee05c
commit 4078e0905c

@ -23,6 +23,7 @@ description:
- Can update the provisioned throughput on existing tables. - Can update the provisioned throughput on existing tables.
- Returns the status of the specified table. - Returns the status of the specified table.
author: Alan Loi (@loia) author: Alan Loi (@loia)
version_added: "2.0"
requirements: requirements:
- "boto >= 2.13.2" - "boto >= 2.13.2"
options: options:

@ -28,13 +28,13 @@ description:
options: options:
name: name:
description: description:
- The name of the virtual directory to create. - The name of the virtual directory to create or remove
required: true required: true
default: null default: null
aliases: [] aliases: []
state: state:
description: description:
- - Whether to add or remove the specified virtual directory
choices: choices:
- absent - absent
- present - present

@ -20,7 +20,7 @@
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: win_iis_website module: win_iis_webapplication
version_added: "2.0" version_added: "2.0"
short_description: Configures a IIS Web application. short_description: Configures a IIS Web application.
description: description:
@ -32,12 +32,12 @@ options:
required: true required: true
default: null default: null
aliases: [] aliases: []
site: site:
description: description:
- Name of the site on which the application is created. - Name of the site on which the application is created.
required: true required: true
default: null default: null
aliases: [] aliases: []
state: state:
description: description:
- State of the web application - State of the web application

Loading…
Cancel
Save