Skip to content

Instantly share code, notes, and snippets.

@andeemarks
Created August 26, 2014 23:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andeemarks/3a4e845e919ee8185608 to your computer and use it in GitHub Desktop.
Save andeemarks/3a4e845e919ee8185608 to your computer and use it in GitHub Desktop.
Hard-coding Vagrant CentOS guest timezone
config.vm.provision "shell" do |s|
s.inline = "sudo ln -sf /usr/share/zoneinfo/Australia/Sydney /etc/localtime; echo $?"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment