Skip to content

Instantly share code, notes, and snippets.

@aaronbronow
Last active August 28, 2015 20:22
Show Gist options
  • Save aaronbronow/b9f89b796c6c9dd1623f to your computer and use it in GitHub Desktop.
Save aaronbronow/b9f89b796c6c9dd1623f to your computer and use it in GitHub Desktop.
vagrant timezone
timezone = 'US/Pacific'
config.vm.provision "shell", :inline =>
"echo #{timezone} | sudo tee /etc/timezone && sudo dpkg-reconfigure --frontend noninteractive tzdata"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment