cd src/my-boxen
# make changes
script/boxen
# You will see: Boxen has a dirty tree, won't auto-update!
# That's OK; you're trying out your changes
Did it work? Yes. Then ...
git add ...
# BTW, in https://github.com/boxen/our-boxen/tree/master/vendor/puppet/cache GitHub does add and commit the Puppet tars
git commit ...
git push ...
puppet-postgresql
)# Do what you have to do to remove the model manually
brew uninstall postgresql
rm -fR /opt/boxen/homebrew/var/postgres
rm -fR /opt/boxen/data/postgresql
script/boxen
PGPORT
is specifically not reset in /opt/boxen/env.d/postgresql.sh
- no idea why. Otherwise you'd be able to just: source /opt/boxen/env.sh