Skip to content

Commit 08e3a51

Browse files
author
David Swan
committed
(IAC-1000) - Removal of inappropriate terminology
Removal of any inappropriate or offensive terminology from the code base.
1 parent a5e7fd2 commit 08e3a51

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
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 }}
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
- uses: actions/checkout@v1
6161
- name: Spec Tests
62-
uses: puppetlabs/action-litmus_spec@master
62+
uses: puppetlabs/action-litmus_spec@main
6363
with:
6464
puppet_gem_version: ${{ matrix.puppet_gem_version }}
6565
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -316,13 +316,13 @@ exec { 'rake db:migrate':
316316

317317
## Reference
318318

319-
For information on the classes and types, see the [REFERENCE.md](https://github.com/puppetlabs/puppetlabs-postgresql/blob/master/REFERENCE.md)
319+
For information on the classes and types, see the [REFERENCE.md](https://github.com/puppetlabs/puppetlabs-postgresql/blob/main/REFERENCE.md)
320320

321321
## Limitations
322322

323323
Works with versions of PostgreSQL on supported OSes.
324324

325-
For an extensive list of supported operating systems, see [metadata.json](https://github.com/puppetlabs/puppetlabs-postgresql/blob/master/metadata.json)
325+
For an extensive list of supported operating systems, see [metadata.json](https://github.com/puppetlabs/puppetlabs-postgresql/blob/main/metadata.json)
326326

327327
### Apt module support
328328

REFERENCE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2745,7 +2745,7 @@ or not the main SQL command needs to be executed at all.'
27452745

27462746
This type allows to create and destroy replication slots
27472747
to register warm standby replication on a Postgresql
2748-
master server.
2748+
primary server.
27492749

27502750
#### Properties
27512751

lib/puppet/type/postgresql_replication_slot.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
This type allows to create and destroy replication slots
66
to register warm standby replication on a Postgresql
7-
master server.
7+
primary server.
88
EOS
99

1010
ensurable

metadata.json

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

readmes/README_ja_JP.md

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

19111911
PostgreSQLのバージョン8.1~9.5で動作します。
19121912

1913-
サポートされているオペレーティングシステムの一覧については、[metadata.json](https://github.com/puppetlabs/puppetlabs-postgresql/blob/master/metadata.json)を参照してください。
1913+
サポートされているオペレーティングシステムの一覧については、[metadata.json](https://github.com/puppetlabs/puppetlabs-postgresql/blob/main/metadata.json)を参照してください。
19141914

19151915
### Aptモジュールのサポート
19161916

0 commit comments

Comments
 (0)