vagrant-lxc-ng/example/Gemfile
2013-03-02 23:36:48 -03:00

9 lines
167 B
Ruby

unless ENV['USER'] == 'vagrant'
puts 'This Gemfile is meant to be used from the dev box'
exit 1
end
source "https://rubygems.org"
gem 'vagrant-lxc', path: '../'