Sha256: 6d3903a39601e50b221ed4319e758f02953b55149662a4b5a127fd9ea2bd2204
Contents?: true
Size: 602 Bytes
Versions: 2
Compression:
Stored size: 602 Bytes
Contents
# # This serves as a simple example, and it's what I'm using for testing locally. # # If you're doing development and want to run this locally you can simply # `bundle install`, then prefix all your vagrant commands with `bundle exec`, like so: # # VAGRANT_CWD=examples bundle exec vagrant up # VAGRANT_CWD=examples bundle exce vagrant halt # Vagrant.configure("2") do |config| config.vm.box = "precise64" config.landrush.enable config.vm.hostname = "myhost.vagrant.dev" config.landrush.host 'static1.example.com', '1.2.3.4' config.landrush.host 'static2.example.com', '2.3.4.5' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
landrush-0.13.1 | examples/Vagrantfile |
landrush-0.13.0 | examples/Vagrantfile |