(IAC-993) - Removal of inappropriate terminology
This commit is contained in:
committed by
David Swan
parent
3358b47dc7
commit
9ef2748ef3
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Litmus Parallel
|
- name: Litmus Parallel
|
||||||
uses: puppetlabs/action-litmus_parallel@master
|
uses: puppetlabs/action-litmus_parallel@main
|
||||||
with:
|
with:
|
||||||
platform: ${{ matrix.platform }}
|
platform: ${{ matrix.platform }}
|
||||||
agent_family: ${{ matrix.agent_family }}
|
agent_family: ${{ matrix.agent_family }}
|
||||||
@@ -40,7 +40,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Litmus Parallel
|
- name: Litmus Parallel
|
||||||
uses: puppetlabs/action-litmus_parallel@master
|
uses: puppetlabs/action-litmus_parallel@main
|
||||||
with:
|
with:
|
||||||
platform: ${{ matrix.platform }}
|
platform: ${{ matrix.platform }}
|
||||||
agent_family: ${{ matrix.agent_family }}
|
agent_family: ${{ matrix.agent_family }}
|
||||||
@@ -65,7 +65,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: Spec Tests
|
- name: Spec Tests
|
||||||
uses: puppetlabs/action-litmus_spec@master
|
uses: puppetlabs/action-litmus_spec@main
|
||||||
with:
|
with:
|
||||||
puppet_gem_versionm: ${{ matrix.puppet_gem_version }}
|
puppet_gem_versionm: ${{ matrix.puppet_gem_version }}
|
||||||
check: ${{ matrix.check }}
|
check: ${{ matrix.check }}
|
||||||
|
|||||||
6
.github/workflows/weekly.yml
vendored
6
.github/workflows/weekly.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Litmus Parallel
|
- name: Litmus Parallel
|
||||||
uses: puppetlabs/action-litmus_parallel@master
|
uses: puppetlabs/action-litmus_parallel@main
|
||||||
with:
|
with:
|
||||||
platform: ${{ matrix.platform }}
|
platform: ${{ matrix.platform }}
|
||||||
agent_family: ${{ matrix.agent_family }}
|
agent_family: ${{ matrix.agent_family }}
|
||||||
@@ -39,7 +39,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Litmus Parallel
|
- name: Litmus Parallel
|
||||||
uses: puppetlabs/action-litmus_parallel@master
|
uses: puppetlabs/action-litmus_parallel@main
|
||||||
with:
|
with:
|
||||||
platform: ${{ matrix.platform }}
|
platform: ${{ matrix.platform }}
|
||||||
agent_family: ${{ matrix.agent_family }}
|
agent_family: ${{ matrix.agent_family }}
|
||||||
@@ -58,7 +58,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Spec Tests
|
- name: Spec Tests
|
||||||
uses: puppetlabs/action-litmus_spec@master
|
uses: puppetlabs/action-litmus_spec@main
|
||||||
with:
|
with:
|
||||||
puppet_gem_version: ${{ matrix.puppet_gem_version }}
|
puppet_gem_version: ${{ matrix.puppet_gem_version }}
|
||||||
check: ${{ matrix.check }}
|
check: ${{ matrix.check }}
|
||||||
|
|||||||
@@ -108,7 +108,7 @@ process as easy as possible.
|
|||||||
|
|
||||||
To submit your changes via a GitHub pull request, we _highly_
|
To submit your changes via a GitHub pull request, we _highly_
|
||||||
recommend that you have them on a topic branch, instead of
|
recommend that you have them on a topic branch, instead of
|
||||||
directly on "master".
|
directly on "main".
|
||||||
It makes things much easier to keep track of, especially if
|
It makes things much easier to keep track of, especially if
|
||||||
you decide to work on another thing before your first change
|
you decide to work on another thing before your first change
|
||||||
is merged in.
|
is merged in.
|
||||||
|
|||||||
@@ -161,7 +161,7 @@ java::adopt { 'sapjvm8' :
|
|||||||
|
|
||||||
## Reference
|
## Reference
|
||||||
|
|
||||||
For information on the classes and types, see the [REFERENCE.md](https://github.com/puppetlabs/puppetlabs-java/blob/master/REFERENCE.md). For information on the facts, see below.
|
For information on the classes and types, see the [REFERENCE.md](https://github.com/puppetlabs/puppetlabs-java/blob/main/REFERENCE.md). For information on the facts, see below.
|
||||||
|
|
||||||
### Facts
|
### Facts
|
||||||
|
|
||||||
@@ -177,7 +177,7 @@ The java module includes a few facts to describe the version of Java installed o
|
|||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
For an extensive list of supported operating systems, see [metadata.json](https://github.com/puppetlabs/puppetlabs-java/blob/master/metadata.json)
|
For an extensive list of supported operating systems, see [metadata.json](https://github.com/puppetlabs/puppetlabs-java/blob/main/metadata.json)
|
||||||
|
|
||||||
This module cannot guarantee installation of Java versions that are not available on platform repositories.
|
This module cannot guarantee installation of Java versions that are not available on platform repositories.
|
||||||
|
|
||||||
|
|||||||
@@ -81,7 +81,7 @@
|
|||||||
"version_requirement": ">= 5.5.10 < 7.0.0"
|
"version_requirement": ">= 5.5.10 < 7.0.0"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"template-url": "https://github.com/puppetlabs/pdk-templates#master",
|
"template-url": "https://github.com/puppetlabs/pdk-templates#main",
|
||||||
"template-ref": "heads/master-0-gd610ead",
|
"template-ref": "heads/main-0-gd610ead",
|
||||||
"pdk-version": "1.18.1"
|
"pdk-version": "1.18.1"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user