/vagrant-salt-masterless-boilerplate

Salt masterless starter kit for Vagrant

Primary LanguageSchemeMIT LicenseMIT

vagrant-salt-masterless-boilerplate

Salt masterless starter kit for Vagrant

Install

  1. Install VirtualBox
  2. Install Vagrant, either by package or gem install vagrant
  3. Write some states!
  4. vagrant up

Development

Notes

  • Vagrant's salt provisioner has some logging issues. Set salt.verbose = true to get output from salt.highstate and salt.log_level = "info" to limit that output.
  • All files in states are copied to /srv on your VM, the default salt states location.