Resource Type: mysql_user
- Defined in:
- lib/puppet/type/mysql_user.rb
- Providers:
-
mysql
Overview
Manage a database user.
Properties
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
password_hash
The password hash of the user. Use mysql_password() for creating such a hash.
Supported values:- /\w+/
Parameters
-
mgmt_cnf
The my.cnf to use for calls.
-
name (namevar)
The name of the user. This uses the ‘username@hostname’ form.
-
provider
The specific backend to use for this ‘mysql_user` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.