Great module! This has already saved me a lot of time installing packages.

I did a clean box build using the Vagrantfile provided. The ports file had port 443 setup, but it is never used, which causes an error when starting Apache: NameVirtualHost *:443 has no VirtualHosts. I commented out the 443 lines in ports, but I was wondering if there is purpose to this, I believe 443 is the port for https?

Also, dev-site.vbox.local.conf has a document root that does not exist in the module's public directory. I simply deleted the dev-site.vbox.local.conf sym link in sites-enabled. Perhaps dev-site.vbox.local.conf could be eliminated, I don't understand its purpose? Shouldn't the initial install just have one example of a Drupal site setup on a virtual host (non-port-80) port?