forked from ungleich-public/cdist
__mysql_user: add manual
This commit is contained in:
parent
fcc774cb7b
commit
5e8dc7122d
1 changed files with 48 additions and 0 deletions
48
cdist/conf/type/__mysql_user/man.rst
Normal file
48
cdist/conf/type/__mysql_user/man.rst
Normal file
|
@ -0,0 +1,48 @@
|
||||||
|
cdist-type__mysql_user(7)
|
||||||
|
=========================
|
||||||
|
|
||||||
|
NAME
|
||||||
|
----
|
||||||
|
cdist-type__mysql_user - Manage a MySQL user
|
||||||
|
|
||||||
|
|
||||||
|
DESCRIPTION
|
||||||
|
-----------
|
||||||
|
|
||||||
|
Create MySQL user or change password for the user.
|
||||||
|
|
||||||
|
|
||||||
|
OPTIONAL PARAMETERS
|
||||||
|
-------------------
|
||||||
|
name
|
||||||
|
Name of user. Defaults to object id.
|
||||||
|
|
||||||
|
host
|
||||||
|
Host of user. Defaults to localhost.
|
||||||
|
|
||||||
|
password
|
||||||
|
Password of user.
|
||||||
|
|
||||||
|
state
|
||||||
|
Defaults to present.
|
||||||
|
|
||||||
|
|
||||||
|
EXAMPLES
|
||||||
|
--------
|
||||||
|
|
||||||
|
.. code-block:: sh
|
||||||
|
|
||||||
|
__mysql_user user --password secret
|
||||||
|
|
||||||
|
|
||||||
|
AUTHORS
|
||||||
|
-------
|
||||||
|
Ander Punnar <ander-at-kvlt-dot-ee>
|
||||||
|
|
||||||
|
|
||||||
|
COPYING
|
||||||
|
-------
|
||||||
|
Copyright \(C) 2020 Ander Punnar. You can redistribute it and/or modify it
|
||||||
|
under the terms of the GNU General Public License as published by the Free
|
||||||
|
Software Foundation, either version 3 of the License, or (at your option) any
|
||||||
|
later version.
|
Loading…
Reference in a new issue