pythonkc / pythonkc-com

Django app for pythonkc.com.
18 stars 15 forks source link

Are purge and dist-upgrade necessary? #26

Open clebio opened 8 years ago

clebio commented 8 years ago

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.