summaryrefslogtreecommitdiffstats
path: root/plugins/puppet/provider/mysql_user/mysql.rb
Commit message (Collapse)AuthorAgeFilesLines
* Removing the mysql pluginMatthew Hicks2008-05-151-76/+0
|
* mysql: flush privileges, autorequire, minor adjustmentsroot2007-10-181-0/+8
| | | | | | | | | This commit executes a mysqladmin flush-privileges after every modification of users or grants, thereby enabling mysql to actually look at the changes too. grants now autorequire the appropriate db and user adjustet my site.pp for new types
* mysql: prefetching, tests, order independent privilegesroot2007-10-181-10/+51
| | | | | | | | | | | This commit implements prefetching for the mysql_database and the mysql_user types. This enables them to e.g. set the password_hash right when creating the user. There is now a directory with tests. Privileges are now order independent and do not cause spurious notices anymore.
* mysql: minor fix to no hash again the pw_hashroot2007-10-131-1/+1
|
* mysql: manage password of a userroot2007-10-111-0/+8
|
* mysql: implement native types and test themroot2007-10-101-0/+19