1CDIST-TYPE__MYSQL_DATABASE(7) cdist CDIST-TYPE__MYSQL_DATABASE(7)
2
3
4
6 cdist-type__mysql_database - Manage a MySQL database
7
9 This cdist type allows you to install a MySQL database.
10
12 None.
13
15 name The name of the database to install defaults to the object id
16
17 user A user that should have access to the database
18
19 password
20 The password for the user who manages the database
21
23 __mysql_database "cdist" --name "cdist" --user "myuser" --password "mypwd"
24
26 Benedikt Koeppel <code@benediktkoeppel.ch>
27
29 Copyright (C) 2012 Benedikt Koeppel. You can redistribute it and/or
30 modify it under the terms of the GNU General Public License as pub‐
31 lished by the Free Software Foundation, either version 3 of the
32 License, or (at your option) any later version.
33
35 ungleich GmbH 2019
36
37
38
39
406.3.0 Dec 12, 2019 CDIST-TYPE__MYSQL_DATABASE(7)