Skip to content

Commit 9a3e3bc

Browse files
authored
Merge pull request #335 from pmcmaw/IAC-994/main/update-inappropriate-terminology
(IAC-994) Removal of inappropriate terminology
2 parents bb74049 + 1a88250 commit 9a3e3bc

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# java_ks
22

3-
[![Build Status](https://travis-ci.org/puppetlabs/puppetlabs-java_ks.png?branch=master)](https://travis-ci.org/puppetlabs/puppetlabs-java_ks)
3+
[![Build Status](https://travis-ci.org/puppetlabs/puppetlabs-java_ks.png?branch=main)](https://travis-ci.org/puppetlabs/puppetlabs-java_ks)
44

55
#### Table of Contents
66

@@ -88,7 +88,7 @@ broker.ks keystore with the alias of broker.example.com.
8888

8989
## Reference
9090

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

9393
## Limitations
9494

@@ -98,7 +98,7 @@ Java 7 is supported as of 1.0.0.
9898

9999
Developed against IBM Java 6 on AIX. Other versions may be unsupported.
100100

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

103103
## Development
104104

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
}
104104
],
105105
"description": "Uses a combination of keytool and Ruby openssl library to manage entries in a Java keystore.",
106-
"template-url": "https://github.com/puppetlabs/pdk-templates#master",
107-
"template-ref": "heads/master-0-gd610ead",
106+
"template-url": "https://github.com/puppetlabs/pdk-templates#main",
107+
"template-ref": "heads/main-0-gd610ead",
108108
"pdk-version": "1.18.1"
109109
}

0 commit comments

Comments
 (0)