Skip to content

Commit

Permalink
Merge pull request voxpupuli#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 d3ab449 + ffa5432 commit 66d093d
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 66d093d

Please sign in to comment.