Skip to content

Commit ed3dae9

Browse files
Merge pull request #1340 from pmcmaw/IAC-996/main/update-inappropriate-terminology
(IAC-996) Removal of inappropriate terminology
2 parents f8b6e67 + f453942 commit ed3dae9

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v1
2323
- name: Litmus Parallel
24-
uses: puppetlabs/action-litmus_parallel@master
24+
uses: puppetlabs/action-litmus_parallel@main
2525
with:
2626
platform: ${{ matrix.platform }}
2727
agent_family: ${{ matrix.agent_family }}
@@ -40,7 +40,7 @@ jobs:
4040
steps:
4141
- uses: actions/checkout@v1
4242
- name: Litmus Parallel
43-
uses: puppetlabs/action-litmus_parallel@master
43+
uses: puppetlabs/action-litmus_parallel@main
4444
with:
4545
platform: ${{ matrix.platform }}
4646
agent_family: ${{ matrix.agent_family }}
@@ -63,7 +63,7 @@ jobs:
6363
- uses: actions/checkout@v1
6464

6565
- name: Spec Tests
66-
uses: puppetlabs/action-litmus_spec@master
66+
uses: puppetlabs/action-litmus_spec@main
6767
with:
6868
puppet_gem_versionm: ${{ matrix.puppet_gem_version }}
6969
check: ${{ matrix.check }}

.github/workflows/weekly.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v1
2222
- name: Litmus Parallel
23-
uses: puppetlabs/action-litmus_parallel@master
23+
uses: puppetlabs/action-litmus_parallel@main
2424
with:
2525
platform: ${{ matrix.platform }}
2626
agent_family: ${{ matrix.agent_family }}
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@v1
4141
- name: Litmus Parallel
42-
uses: puppetlabs/action-litmus_parallel@master
42+
uses: puppetlabs/action-litmus_parallel@main
4343
with:
4444
platform: ${{ matrix.platform }}
4545
agent_family: ${{ matrix.agent_family }}
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
- uses: actions/checkout@v1
6060
- name: Spec Tests
61-
uses: puppetlabs/action-litmus_spec@master
61+
uses: puppetlabs/action-litmus_spec@main
6262
with:
6363
puppet_gem_version: ${{ matrix.puppet_gem_version }}
6464
check: ${{ matrix.check }}

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ process as easy as possible.
108108

109109
To submit your changes via a GitHub pull request, we _highly_
110110
recommend that you have them on a topic branch, instead of
111-
directly on "master".
111+
directly on "main".
112112
It makes things much easier to keep track of, especially if
113113
you decide to work on another thing before your first change
114114
is merged in.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ The MySQL module has an example task that allows a user to execute arbitary SQL
613613

614614
## Limitations
615615

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)
617617

618618
**Note:** The mysqlbackup.sh does not work and is not supported on MySQL 5.7 and greater.
619619

lib/puppet/provider/mysql_login_path/inifile.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# encoding: UTF-8
22

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
44
# This class represents the INI file and can be used to parse, modify,
55
# and write INI files.
66
class Puppet::Provider::MysqlLoginPath::IniFile < Puppet::Provider

metadata.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
}
8989
],
9090
"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",
9393
"pdk-version": "1.18.1"
9494
}

readmes/README_ja_JP.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ MySQLモジュールにはサンプルタスクがあり、ユーザはデータ
513513

514514
## 制約事項
515515

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)を参照してください。
517517

518518
**注意:** mysqlbackup.shは、MySQL 5.7以降では動作せず、サポートされていません。
519519

0 commit comments

Comments
 (0)