Add in the @host users.

This commit is contained in:
Ashley Penney 2013-10-08 10:18:14 -07:00
parent 93aab36804
commit ce266fa893

View file

@ -16,7 +16,7 @@ usvn_user@localhost
SQL_OUTPUT
end
let(:parsed_users) { %w(root@127.0.0.1 root@::1 debian-sys-maint@localhost root@localhost usvn_user@localhost) }
let(:parsed_users) { %w(root@127.0.0.1 root@::1 @localhost debian-sys-maint@localhost root@localhost usvn_user@localhost @vagrant-ubuntu-raring-64) }
let(:resource) { Puppet::Type.type(:mysql_user).new(
{ :ensure => :present,