Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.09 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.09 KB

Vagrant / Salt Boilerplate

This is all you should need to get started with a simple salt setup with a single host, running everything locally. Later, you can tweak vagrant-salt's setup to emulate a master/slave configuration if you like.

To get you started, there's an example SLS which just installs some common packages in salt/roots/salt/basic.sls.

Install

  1. Install VirtualBox
  2. Install Vagrant, either by package or gem install vagrant
  3. Install Salty Vagrant: vagrant plugin install vagrant-salt
  4. vagrant up

Usage

Just edit files in salt/roots/salt and run vagrant provision.

Help

Check out the docs for Salt, Vagrant, or Salty Vagrant (the vagrant salt provisioner we're using).

If none of those help, tweet me (@georgebashi) and I'll do my best.