Sha256: b8b714b8838e3e8b1ac2b3b2b77700be74086d77e03fb5c29fe96dc19f24d4bc
Contents?: true
Size: 343 Bytes
Versions: 2
Compression:
Stored size: 343 Bytes
Contents
# -*- mode: ruby -*- # vi: set ft=ruby : $LOAD_PATH.unshift File.expand_path('../../lib', __FILE__) require 'vagrant-shell-local' Vagrant.configure("2") do |config| config.vm.box = "ubuntu/trusty64" config.vm.provision :shell_local, command: ['bash', '-c', 'touch /tmp/hostshell-works && echo hello from the host && hostname 1>&2'] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vagrant-shell-local-0.1.0 | examples/Vagrantfile |
vagrant-shell-local-0.0.1 | examples/Vagrantfile |