From 595689a9ef6b72e0b59bc6b8a37888d97007a524 Mon Sep 17 00:00:00 2001
From: Michael DeHaan <michael@ansible.com>
Date: Thu, 20 Mar 2014 13:22:03 -0400
Subject: [PATCH] Update documentation YAML syntax.

---
 cloud/ec2_metric_alarm   | 6 +-----
 cloud/ec2_scaling_policy | 3 +--
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/cloud/ec2_metric_alarm b/cloud/ec2_metric_alarm
index 35faa640ffb..b9d7173b2f3 100644
--- a/cloud/ec2_metric_alarm
+++ b/cloud/ec2_metric_alarm
@@ -15,10 +15,8 @@
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
 
 DOCUMENTATION = """
-
----
 module: ec2_metric_alarm
-short_description: Create/update or delete AWS Cloudwatch 'metric alarms'
+short_description: "Create/update or delete AWS Cloudwatch 'metric alarms'"
 description:
  - Can create or delete AWS metric alarms
  - Metrics you wish to alarm on must already exist
@@ -93,8 +91,6 @@ options:
         description:
           - A list of the names of action(s) to take when the alarm is in the 'ok' status
         required: false
-
----
 """
 
 EXAMPLES = '''
diff --git a/cloud/ec2_scaling_policy b/cloud/ec2_scaling_policy
index b2395cd0a3c..f5ad4d3b010 100755
--- a/cloud/ec2_scaling_policy
+++ b/cloud/ec2_scaling_policy
@@ -1,8 +1,7 @@
 #!/usr/bin/python
 
 DOCUMENTATION = """
----
-module:ec2_scaling_policy
+module: ec2_scaling_policy
 short_description: Create or delete AWS scaling policies for Autoscaling groups
 description:
   - Can create or delete scaling policies for autoscaling groups