Home

Awesome

Percheron SaltStack

This repo contains a complete SaltStack for use with Percheron.

Diagram

SaltStack

Containers included

Dependancies

Quickstart

Start boot2docker

boot2docker up && eval $(boot2docker shellinit) && export BOOT2DOCKER_IP=$(boot2docker ip)
```

Clone the percheron-saltstack repo

```shell
git clone https://github.com/ashmckenzie/percheron-saltstack
```

Run Percheron!

```shell
cd percheron-saltstack && bundle install && bundle exec percheron start saltstack
```