Skip to content

Commit

Permalink
Merge pull request redhat-openstack#288 from blkperl/fix_cluster_docs
Browse files Browse the repository at this point in the history
Update cluster example to include required parameters
  • Loading branch information
cmurphy committed Jan 11, 2015
2 parents 1cc2e54 + da99e16 commit 0813f47
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,11 @@ To use RabbitMQ clustering facilities, use the rabbitmq parameters

```puppet
class { 'rabbitmq':
config_cluster => true,
cluster_nodes => ['rabbit1', 'rabbit2'],
cluster_node_type => 'ram',
config_cluster => true,
cluster_nodes => ['rabbit1', 'rabbit2'],
cluster_node_type => 'ram',
erlang_cookie => 'A_SECRET_COOKIE_STRING',
wipe_db_on_cookie_change => true,
}
```

Expand Down

0 comments on commit 0813f47

Please sign in to comment.