Skip to content
This repository has been archived by the owner on Jun 28, 2019. It is now read-only.

Commit

Permalink
Update documentation to be clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
andytinycat committed Feb 25, 2015
1 parent cf5be01 commit 35ebcef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,18 @@ If running on EC2 the IAM instance profile credentials will be used if credentia

* project_tag

If this is defined, Cap-EC2 will look for a tag with this name when searching for instances belong
to this project. Cap-EC2 will look for a value which matches the `:application` setting in your
`deploy.rb`. The tag name defaults to "Project".
Cap-EC2 will look for a tag with this name when searching for instances that belong to this project.
Cap-EC2 will look for a value which matches the :application setting in your deploy.rb.
The tag name defaults to "Project" and must be set on your instances.

* stages_tag

If this is defined, Cap-EC2 will look for a tag with this name to determine which instances belong to
Cap-EC2 will look for a tag with this name to determine which instances belong to
a given stage. The tag name defaults to "Stages".

* roles_tag

If this is defined, Cap-EC2 will look for a tag with this name to determine which instances belong to
Cap-EC2 will look for a tag with this name to determine which instances belong to
a given role. The tag name defaults to "Roles".

* filter_by_status_ok?
Expand Down

0 comments on commit 35ebcef

Please sign in to comment.