diff --git a/salt/modules/boto_cloudwatch.py b/salt/modules/boto_cloudwatch.py index 0fed280b35..052811694b 100644 --- a/salt/modules/boto_cloudwatch.py +++ b/salt/modules/boto_cloudwatch.py @@ -2,7 +2,7 @@ ''' Connection module for Amazon CloudWatch -.. versionadded:: Helium +.. versionadded:: 2014.7.0 :configuration: This module accepts explicit credentials but can also utilize IAM roles assigned to the instance trough Instance Profiles. Dynamic diff --git a/salt/states/boto_cloudwatch_alarm.py b/salt/states/boto_cloudwatch_alarm.py index c58bd26577..b3349f84e8 100644 --- a/salt/states/boto_cloudwatch_alarm.py +++ b/salt/states/boto_cloudwatch_alarm.py @@ -3,7 +3,7 @@ Manage Cloudwatch alarms ================= -.. versionadded:: Helium +.. versionadded:: 2014.7.0 Create and destroy cloudwatch alarms. Be aware that this interacts with Amazon's services, and so may incur charges.