vagrant

Growing the disk in a vagrant basebox

March 31, 2017
virtualbox, vagrant, freebsd

Growing the disk in a vagrant basebox # 2017-03-31 I love using vagrant when making big changes to my puppet code. It allows you to really easily start with a blank slate for each iteration. It gives me a reasonable amount of certainty that should^H^H^H when one my instances blow up, a single puppet pass will do everything needed to generate a new one. So, today, I’m happily working away on a major restructure of some puppet code when I run into this error. ...