Skip to content

Commit

Permalink
Updates README with consistent passwords
Browse files Browse the repository at this point in the history
It is confusing to have both the api and the rabbitmq password be 'secret'. This changes the rabbitmq password to 'correct-horse-battery-staple'. This is also the passwords that are used in the vagrant file.
  • Loading branch information
spuder committed Dec 1, 2014
1 parent 632ddf3 commit 1ece0c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ See the tests directory for examples on setting up prerequisits.

node 'sensu-server.foo.com' {
class { 'sensu':
rabbitmq_password => 'secret',
rabbitmq_password => 'correct-horse-battery-staple',
server => true,
api => true,
plugins => [
Expand Down Expand Up @@ -119,7 +119,7 @@ See the tests directory for examples on setting up prerequisits.

node 'sensu-client.foo.com' {
class { 'sensu':
rabbitmq_password => 'secret',
rabbitmq_password => 'correct-horse-battery-staple',
rabbitmq_host => 'sensu-server.foo.com',
subscriptions => 'sensu-test',
}
Expand Down Expand Up @@ -185,7 +185,7 @@ are managed with the server, and API parameters.

node 'sensu-server.foo.com' {
class { 'sensu':
rabbitmq_password => 'secret',
rabbitmq_password => 'correct-horse-battery-staple',
server => true,
api => true,
plugins => [
Expand All @@ -208,7 +208,7 @@ are managed with the server, and API parameters.

node 'sensu-client.foo.com' {
class { 'sensu':
rabbitmq_password => 'secret',
rabbitmq_password => 'correct-horse-battery-staple',
rabbitmq_host => 'sensu-server.foo.com',
subscriptions => 'sensu-test',
safe_mode => true,
Expand Down

0 comments on commit 1ece0c0

Please sign in to comment.