Skip to content

Commit

Permalink
updating offhours documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fdosani committed Mar 29, 2016
1 parent 98e45e8 commit 92d676b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions maid/offhours.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@
- name: offhours-stop
resource: ec2
filters:
- offhours
- type: offhour
actions:
- stop
- name: offhours-start
resource: ec2
filters:
- onhours
- type: onhour
actions:
- start
Expand All @@ -87,13 +87,13 @@
- name: asg-offhours-stop
resource: ec2
filters:
- offhours
- type: offhour
actions:
- suspend
- name: asg-onhours-start
resource: ec2
filters:
- onhours
- type: onhour
actions:
- resume
Expand All @@ -112,7 +112,7 @@
- name: offhours-stop
resource: ec2
filters:
- type: offhours
- type: offhour
tag: downtime
onhour: 8
offhour: 20
Expand Down

0 comments on commit 92d676b

Please sign in to comment.