From 7df0aff7ddad5507f6f2a6097c6971876d3b68d4 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Tue, 1 Mar 2016 14:22:08 -0600 Subject: [PATCH] DOCUMENTATION fixes for a few modules --- cloud/amazon/ec2_vpc_dhcp_options.py | 3 +-- windows/win_regmerge.py | 2 +- windows/win_timezone.py | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/cloud/amazon/ec2_vpc_dhcp_options.py b/cloud/amazon/ec2_vpc_dhcp_options.py index 813316cf974..106f91259c2 100644 --- a/cloud/amazon/ec2_vpc_dhcp_options.py +++ b/cloud/amazon/ec2_vpc_dhcp_options.py @@ -29,8 +29,7 @@ options: domain_name: description: - The domain name to set in the DHCP option sets - required: - - false + required: false default: "" dns_servers: description: diff --git a/windows/win_regmerge.py b/windows/win_regmerge.py index 854d6b3aa0e..3e2f51fe869 100644 --- a/windows/win_regmerge.py +++ b/windows/win_regmerge.py @@ -31,7 +31,7 @@ description: - Suitable for use with registry files created using M(win_template). - Windows registry files have a specific format and must be constructed correctly with carriage return and line feed line endings otherwise they will not be merged. - Exported registry files often start with a Byte Order Mark which must be removed if the file is to templated using M(win_template). - - Registry file format is described here: https://support.microsoft.com/en-us/kb/310516 + - Registry file format is described at U(https://support.microsoft.com/en-us/kb/310516) - See also M(win_template), M(win_regedit) options: path: diff --git a/windows/win_timezone.py b/windows/win_timezone.py index ed238ff201a..2f7cf1fdc4b 100644 --- a/windows/win_timezone.py +++ b/windows/win_timezone.py @@ -31,7 +31,7 @@ description: options: timezone: description: - - Timezone to set to. Example: Central Standard Time + - Timezone to set to. Example Central Standard Time required: true default: null aliases: []