Skip to content

Commit

Permalink
Merge pull request #549 from hybby/master
Browse files Browse the repository at this point in the history
Fix error text in `rabbitmq_vhost` provider
  • Loading branch information
hunner committed Aug 10, 2017
2 parents 34b9051 + 6a90249 commit 0af454f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/provider/rabbitmq_vhost/rabbitmqctl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def self.instances
if line =~ /^(\S+)$/
new(:name => $1)
else
raise Puppet::Error, "Cannot parse invalid user line: #{line}"
raise Puppet::Error, "Cannot parse invalid vhost line: #{line}"
end
end
end
Expand Down

0 comments on commit 0af454f

Please sign in to comment.