Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/haf/puppet-eventstore
- Owner: haf
- Created: 2013-04-18T09:47:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-29T17:05:37.000Z (about 10 years ago)
- Last Synced: 2024-10-06T10:04:17.294Z (3 months ago)
- Language: Puppet
- Homepage:
- Size: 216 KB
- Stars: 4
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```