File tree 7 files changed +12
-12
lines changed
lib/puppet/provider/mysql_login_path
7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 21
21
steps :
22
22
- uses : actions/checkout@v1
23
23
- name : Litmus Parallel
24
- uses : puppetlabs/action-litmus_parallel@master
24
+ uses : puppetlabs/action-litmus_parallel@main
25
25
with :
26
26
platform : ${{ matrix.platform }}
27
27
agent_family : ${{ matrix.agent_family }}
40
40
steps :
41
41
- uses : actions/checkout@v1
42
42
- name : Litmus Parallel
43
- uses : puppetlabs/action-litmus_parallel@master
43
+ uses : puppetlabs/action-litmus_parallel@main
44
44
with :
45
45
platform : ${{ matrix.platform }}
46
46
agent_family : ${{ matrix.agent_family }}
63
63
- uses : actions/checkout@v1
64
64
65
65
- name : Spec Tests
66
- uses : puppetlabs/action-litmus_spec@master
66
+ uses : puppetlabs/action-litmus_spec@main
67
67
with :
68
68
puppet_gem_versionm : ${{ matrix.puppet_gem_version }}
69
69
check : ${{ matrix.check }}
Original file line number Diff line number Diff line change 20
20
steps :
21
21
- uses : actions/checkout@v1
22
22
- name : Litmus Parallel
23
- uses : puppetlabs/action-litmus_parallel@master
23
+ uses : puppetlabs/action-litmus_parallel@main
24
24
with :
25
25
platform : ${{ matrix.platform }}
26
26
agent_family : ${{ matrix.agent_family }}
39
39
steps :
40
40
- uses : actions/checkout@v1
41
41
- name : Litmus Parallel
42
- uses : puppetlabs/action-litmus_parallel@master
42
+ uses : puppetlabs/action-litmus_parallel@main
43
43
with :
44
44
platform : ${{ matrix.platform }}
45
45
agent_family : ${{ matrix.agent_family }}
58
58
steps :
59
59
- uses : actions/checkout@v1
60
60
- name : Spec Tests
61
- uses : puppetlabs/action-litmus_spec@master
61
+ uses : puppetlabs/action-litmus_spec@main
62
62
with :
63
63
puppet_gem_version : ${{ matrix.puppet_gem_version }}
64
64
check : ${{ matrix.check }}
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ process as easy as possible.
108
108
109
109
To submit your changes via a GitHub pull request, we _ highly_
110
110
recommend that you have them on a topic branch, instead of
111
- directly on "master ".
111
+ directly on "main ".
112
112
It makes things much easier to keep track of, especially if
113
113
you decide to work on another thing before your first change
114
114
is merged in.
Original file line number Diff line number Diff line change @@ -613,7 +613,7 @@ The MySQL module has an example task that allows a user to execute arbitary SQL
613
613
614
614
## Limitations
615
615
616
- For an extensive list of supported operating systems, see [ metadata.json] ( https://github.com/puppetlabs/puppetlabs-mysql/blob/master /metadata.json )
616
+ For an extensive list of supported operating systems, see [ metadata.json] ( https://github.com/puppetlabs/puppetlabs-mysql/blob/main /metadata.json )
617
617
618
618
** Note:** The mysqlbackup.sh does not work and is not supported on MySQL 5.7 and greater.
619
619
Original file line number Diff line number Diff line change 1
1
# encoding: UTF-8
2
2
3
- # See: https://github.com/puppetlabs/puppet/blob/master /lib/puppet/util/inifile.rb
3
+ # See: https://github.com/puppetlabs/puppet/blob/main /lib/puppet/util/inifile.rb
4
4
# This class represents the INI file and can be used to parse, modify,
5
5
# and write INI files.
6
6
class Puppet ::Provider ::MysqlLoginPath ::IniFile < Puppet ::Provider
Original file line number Diff line number Diff line change 88
88
}
89
89
],
90
90
"description" : " MySQL module" ,
91
- "template-url" : " https://github.com/puppetlabs/pdk-templates#master " ,
92
- "template-ref" : " heads/master -0-gd610ead" ,
91
+ "template-url" : " https://github.com/puppetlabs/pdk-templates#main " ,
92
+ "template-ref" : " heads/main -0-gd610ead" ,
93
93
"pdk-version" : " 1.18.1"
94
94
}
Original file line number Diff line number Diff line change @@ -513,7 +513,7 @@ MySQLモジュールにはサンプルタスクがあり、ユーザはデータ
513
513
514
514
## 制約事項
515
515
516
- サポートされているオペレーティングシステムの一覧については、[ metadata.json] ( https://github.com/puppetlabs/puppetlabs-mysql/blob/master /metadata.json ) を参照してください。
516
+ サポートされているオペレーティングシステムの一覧については、[ metadata.json] ( https://github.com/puppetlabs/puppetlabs-mysql/blob/main /metadata.json ) を参照してください。
517
517
518
518
** 注意:** mysqlbackup.shは、MySQL 5.7以降では動作せず、サポートされていません。
519
519
You can’t perform that action at this time.
0 commit comments