module-puppetlabs-mysql/lib/puppet
Dan Bode 015490c787 Fix bug when querying for all database users
This commit fixes an issue in self.instances of
database_user where none of the users were actually
being detected.

There was a accidental '\' in front of the '.' which 
means that it will only consider users that have
one or more '.' in front of the '@'.

This commit removes the '\' so that all users are
returned that have one or more characters in from
of an '@'.
2012-03-14 23:05:20 -07:00
..
parser/functions Major refactor of mysql module. 2012-03-13 15:19:53 -07:00
provider Fix bug when querying for all database users 2012-03-14 23:05:20 -07:00
type Major refactor of mysql module. 2012-03-13 15:19:53 -07:00