Skip to content

Instantly share code, notes, and snippets.

@ujwalkomarla
Created March 10, 2019 05:21
Show Gist options
  • Save ujwalkomarla/d31f7c11e354e76e1ddc8219a57729c2 to your computer and use it in GitHub Desktop.
Save ujwalkomarla/d31f7c11e354e76e1ddc8219a57729c2 to your computer and use it in GitHub Desktop.
# The contents below were provided by the Packer Vagrant post-processor
Vagrant.configure("2") do |config|
config.vm.base_mac = "080027555D5B"
end
# The contents below (if any) are custom contents provided by the
# Packer template during image build.
Vagrant.configure("2") do |config|
config.vm.synced_folder ".", "/usr/local/cfg/vagrant", disabled: false
config.ssh.shell = "run script bash.py"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment