From 659ebc9e91b93b0ab017d6791fc439e8138b32af Mon Sep 17 00:00:00 2001 From: Chip Warden Date: Fri, 12 Jun 2015 13:39:34 -0500 Subject: [PATCH] Purge chef and puppet. --- provision.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/provision.sh b/provision.sh index 2896ffa..c1e7ffe 100644 --- a/provision.sh +++ b/provision.sh @@ -4,9 +4,8 @@ export DEBIAN_FRONTEND=noninteractive aptitude update +aptitude purge -y chef chef-zero puppet puppet-common aptitude dist-upgrade -y -aptitude install build-essential -y -aptitude install linux-headers-amd64 -y ln -sf /vagrant /home/vagrant/ mkdir -p /var/www ln -sf /vagrant/pythonkc_site /var/www/pythonkc_site