Skip to content

Commit

Permalink
$stomp_ensure is boolean and the type does not accept true or false a…
Browse files Browse the repository at this point in the history
…s a valid ensure value
  • Loading branch information
bezerker committed Jun 11, 2014
1 parent 04a5f9a commit 94dcf67
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 @@ -136,7 +136,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 94dcf67

Please sign in to comment.