Skip to content

Commit

Permalink
Add default task to serverspec/Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
abessifi committed Mar 29, 2015
1 parent abed94e commit 0421d83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
TODO
*.swp
.vagrant
Rakefile.orig
serverspec/spec/pg_master_spec.rb
1 change: 1 addition & 0 deletions serverspec/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ properties = YAML.load_file('properties.yml')

desc "Run serverspec to all hosts"
task :spec => 'serverspec:all'
task :default => :spec

namespace :serverspec do
task :all => properties.keys.map { |fqdn| 'serverspec:' + fqdn.split('.')[0] }
Expand Down

0 comments on commit 0421d83

Please sign in to comment.