Sha256: acefb8e88302d99520c8893c6fc8e5178eeed5543ea65e7c89c3b2a5cceacc46
Contents?: true
Size: 487 Bytes
Versions: 4
Compression:
Stored size: 487 Bytes
Contents
SCRIPT := $(shell basename $(PWD)) VAGRANT_DEFAULT_PROVIDER := $(SCRIPT) export VAGRANT_DEFAULT_PROVIDER default: ready ready: bundler vagrant bundler: bundle --local --path vendor/bundle vagrant-shell.box: metadata.json tar cvfz vagrant-shell.box metadata.json vagrant: vagrant-shell.box bundle exec vagrant box remove vagrant-shell $(SCRIPT) || true bundle exec vagrant box add vagrant-shell vagrant-shell.box shell: bundle exec vagrant up || true bundle exec vagrant ssh
Version data entries
4 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-shell-0.2.8 | demo/docker/Makefile |
vagrant-shell-0.2.8 | demo/ec2/Makefile |
vagrant-shell-0.2.8 | demo/self/Makefile |
vagrant-shell-0.2.8 | demo/templates/Makefile |