Also some multi-string syntax makes things easier to read/modify later:
config.vm.provision :shell, :inline => %Q( if [ $(grep -c UTC /etc/timezone) -gt 0 ] then echo "#{timezone}" | sudo tee /etc/timezone && dpkg-reconfigure --frontend noninteractive tzdata fi )
Also some multi-string syntax makes things easier to read/modify later: