Skip to content

Commit

Permalink
fix error text in rabbitmq_vhost provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Jess committed Jun 21, 2017
1 parent 2000ce7 commit 6a90249
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 6a90249

Please sign in to comment.