Skip to content

Commit

Permalink
added import example
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Adams committed Jan 23, 2014
1 parent 4da5aa3 commit f344f97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ A Prerequisite is a Strategy that can only run once per host
#### Example Troopfile

```ruby
import 'subfolder/anotherfile'

user 'my_user'
hosts 'production1.example.com', 'production2.example.com'
repository 'git@git.foo.co.uk:bar.git'
Expand Down
2 changes: 2 additions & 0 deletions example/dsl_prototype.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import 'subfolder/anotherfile'

user 'my_user'
hosts 'stage.example.com'
repository 'git@git.bar.co.uk:whatever.git'
Expand Down

0 comments on commit f344f97

Please sign in to comment.