vagrant-lxc-ng/Rakefile

4 lines
137 B
Ruby
Raw Normal View History

2013-02-25 04:58:04 +00:00
raise 'This Rakefile is meant to be used from the dev box' unless ENV['USER'] == 'vagrant'
Dir['./tasks/**/*.rake'].each { |f| load f }