Skip to content

Commit

Permalink
Merge pull request #3 from paulwakeford/master
Browse files Browse the repository at this point in the history
Updated Amazon Linux AMI versions. Removed white space from cron.yaml
  • Loading branch information
jros2300 committed Nov 17, 2015
2 parents 55443ba + f42b789 commit 7f1cd8e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions cron.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 1
cron:
- name: "apply-recommendations-job"
url: "/periodicworker"
schedule: "*/5 * * * *"
- name: "read-s3-dbr"
url: "/s3importer"
schedule: "* */2 * * *"
- name: "apply-recommendations-job"
url: "/periodicworker"
schedule: "*/5 * * * *"
- name: "read-s3-dbr"
url: "/s3importer"
schedule: "* */2 * * *"
4 changes: 2 additions & 2 deletions reservedinstances.cform
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"Ref": "RIApplication"
},
"Description": "Reserved Instances Tool Application Web Server",
"SolutionStackName": "64bit Amazon Linux 2015.03 v1.4.1 running Ruby 2.2 (Passenger Standalone)",
"SolutionStackName": "64bit Amazon Linux 2015.09 v2.0.4 running Ruby 2.2 (Passenger Standalone)",
"VersionLabel": {
"Ref": "RIApplicationVersion"
},
Expand Down Expand Up @@ -331,7 +331,7 @@
"Ref": "RIApplication"
},
"Description": "Reserved Instances Tool Worker to apply the recommendations automatically",
"SolutionStackName": "64bit Amazon Linux 2015.03 v1.4.1 running Ruby 2.2 (Passenger Standalone)",
"SolutionStackName": "64bit Amazon Linux 2015.09 v2.0.4 running Ruby 2.2 (Passenger Standalone)",
"VersionLabel": {
"Ref": "RIApplicationVersion"
},
Expand Down

0 comments on commit 7f1cd8e

Please sign in to comment.