minor doc fixes

reviewable/pr18780/r1
Brian Coca 11 years ago
parent 2754157d87
commit cc305adfb6

@ -30,8 +30,6 @@ options:
description: description:
- The name of the virtual directory to create or remove - The name of the virtual directory to create or remove
required: true required: true
default: null
aliases: []
state: state:
description: description:
- Whether to add or remove the specified virtual directory - Whether to add or remove the specified virtual directory
@ -40,28 +38,20 @@ options:
- present - present
required: false required: false
default: null default: null
aliases: []
site: site:
description: description:
- The site name under which the virtual directory is created or exists. - The site name under which the virtual directory is created or exists.
required: false required: false
default: null default: null
aliases: []
application: application:
description: description:
- The application under which the virtual directory is created or exists. - The application under which the virtual directory is created or exists.
required: false required: false
default: null default: null
aliases: []
physical_path: physical_path:
description: description:
- The physical path to the folder in which the new virtual directory is created. The specified folder must already exist. - The physical path to the folder in which the new virtual directory is created. The specified folder must already exist.
required: false required: false
default: null default: null
aliases: []
author: Henrik Wallström author: Henrik Wallström
''' '''
EXAMPLES = '''
'''

Loading…
Cancel
Save