Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/haf/puppet-eventstore

A puppet module for deploying (get) EventStore.
https://github.com/haf/puppet-eventstore

Last synced: 2 months ago
JSON representation

A puppet module for deploying (get) EventStore.

Awesome Lists containing this project

README

        

# puppet-eventstore

A puppet module for deploying [GregStore](http://geteventstore.com).

## Usage

Class:

``` puppet
class { 'eventstore': }
```

Anti-class:
``` puppet
class { 'eventstore':
ensure => absent,
}
```

For all possible parameters, have a look at `class eventstore` [here](https://github.com/haf/puppet-eventstore/blob/master/manifests/init.pp#L1).

## Try it Out!

```
git clone https://github.com/haf/vagrant-eventstore.git
./run.sh
```