Awesome
Percheron SaltStack
This repo contains a complete SaltStack for use with Percheron.
Diagram
Containers included
- base (just an image, used by all containers)
- master + api
- minion
Dependancies
- Percheron
- Boot2Docker v1.6.x+
- Docker client (nice to have)
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
```