Skip to content

Commit

Permalink
Merge pull request redhat-openstack#206 from bezerker/ruby-stomp
Browse files Browse the repository at this point in the history
Use valid ensure value similar to ldap_auth when stomp_ensure = true
  • Loading branch information
Ashley Penney committed Aug 7, 2014
2 parents 3d220f0 + 94dcf67 commit addd771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@

if $stomp_ensure {
rabbitmq_plugin { 'rabbitmq_stomp':
ensure => $stomp_ensure,
ensure => present,
require => Class['rabbitmq::install'],
notify => Class['rabbitmq::service'],
provider => 'rabbitmqplugins'
Expand Down

0 comments on commit addd771

Please sign in to comment.