Skip to content

Commit

Permalink
Fixes #462. RabbitMQ user 'guest' is created by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed Nov 5, 2014
1 parent ad6366d commit 9e4e9dc
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions deployment/manifests/default.pp
Original file line number Diff line number Diff line change
Expand Up @@ -166,20 +166,6 @@
service_ensure => running,
port => '5672',
}
rabbitmq_user { 'guest':
password => 'guest',
require => Class['::rabbitmq'],
}
rabbitmq_vhost { 'localhost':
ensure => present,
require => Class['::rabbitmq'],
}
rabbitmq_user_permissions { 'guest@localhost':
configure_permission => '.*',
read_permission => '.*',
write_permission => '.*',
require => [ Rabbitmq_user['guest'], Rabbitmq_vhost['localhost'] ]
}
}
include rabbit

Expand Down

0 comments on commit 9e4e9dc

Please sign in to comment.