In our `provision.sh`, we have the commands: ``` aptitude purge -y chef chef-zero puppet puppet-common aptitude dist-upgrade -y ``` Are these needed for some reason? They add a fair amount of time to the provisioning, so if they're not required, I'd just remove them.