File tree Expand file tree Collapse file tree 7 files changed +8
-16
lines changed Expand file tree Collapse file tree 7 files changed +8
-16
lines changed Original file line number Diff line number Diff line change 44
44
45
45
#### Public Resource types
46
46
47
- * [ ` mysql_grant ` ] ( #mysql_grant ) : @ summary Manage a MySQL user's rights.
47
+ * [ ` mysql_grant ` ] ( #mysql_grant ) : Manage a MySQL user's rights.
48
48
* [ ` mysql_login_path ` ] ( #mysql_login_path ) : Manage a MySQL login path.
49
49
* [ ` mysql_plugin ` ] ( #mysql_plugin ) : Manage MySQL plugins.
50
- * [ ` mysql_user ` ] ( #mysql_user ) : @ summary Manage a MySQL user. This includes management of users password as well as privileges.
50
+ * [ ` mysql_user ` ] ( #mysql_user ) : Manage a MySQL user. This includes management of users password as well as privileges.
51
51
52
52
#### Private Resource types
53
53
@@ -1283,7 +1283,6 @@ Default value: `undef`
1283
1283
1284
1284
### <a name =" mysql_grant " ></a >` mysql_grant `
1285
1285
1286
- @summary
1287
1286
Manage a MySQL user's rights.
1288
1287
1289
1288
#### Properties
@@ -1483,7 +1482,6 @@ usually discover the appropriate provider for your platform.
1483
1482
1484
1483
### <a name =" mysql_user " ></a >` mysql_user `
1485
1484
1486
- @summary
1487
1485
Manage a MySQL user. This includes management of users password as well as privileges.
1488
1486
1489
1487
#### Properties
Original file line number Diff line number Diff line change 2
2
3
3
Puppet ::Type . newtype ( :mysql_database ) do
4
4
@doc = <<-PUPPET
5
- @summary
6
- Manage a MySQL database.
5
+ @summary Manage a MySQL database.
7
6
8
7
@api private
9
8
PUPPET
Original file line number Diff line number Diff line change 2
2
3
3
Puppet ::Type . newtype ( :mysql_datadir ) do
4
4
@doc = <<-PUPPET
5
- @summary
6
- Manage MySQL datadirs with mysql_install_db OR mysqld (5.7.6 and above).
5
+ @summary Manage MySQL datadirs with mysql_install_db OR mysqld (5.7.6 and above).
7
6
8
7
@api private
9
8
PUPPET
Original file line number Diff line number Diff line change 2
2
3
3
Puppet ::Type . newtype ( :mysql_grant ) do
4
4
@doc = <<-PUPPET
5
- @summary
6
- Manage a MySQL user's rights.
5
+ @summary Manage a MySQL user's rights.
7
6
PUPPET
8
7
ensurable
9
8
Original file line number Diff line number Diff line change 6
6
name : 'mysql_login_path' ,
7
7
8
8
docs : <<-DESCRIPTION ,
9
- @summary
10
- Manage a MySQL login path.
9
+ @summary Manage a MySQL login path.
11
10
@see
12
11
https://dev.mysql.com/doc/refman/8.0/en/mysql-config-editor.html
13
12
@example
Original file line number Diff line number Diff line change 2
2
3
3
Puppet ::Type . newtype ( :mysql_plugin ) do
4
4
@doc = <<-PUPPET
5
- @summary
6
- Manage MySQL plugins.
5
+ @summary Manage MySQL plugins.
7
6
8
7
@example
9
8
mysql_plugin { 'some_plugin':
Original file line number Diff line number Diff line change 3
3
# This has to be a separate type to enable collecting
4
4
Puppet ::Type . newtype ( :mysql_user ) do
5
5
@doc = <<-PUPPET
6
- @summary
7
- Manage a MySQL user. This includes management of users password as well as privileges.
6
+ @summary Manage a MySQL user. This includes management of users password as well as privileges.
8
7
PUPPET
9
8
10
9
ensurable
You can’t perform that action at this time.
0 commit comments