Skip to content

Commit 4e7e216

Browse files
author
David Swan
committed
(IAC-982) - Remove inappropriate terminology
1 parent 59fb37f commit 4e7e216

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

Diff for: .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 }}
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v1
4343
- name: Litmus Parallel
44-
uses: puppetlabs/action-litmus_parallel@master
44+
uses: puppetlabs/action-litmus_parallel@main
4545
with:
4646
platform: ${{ matrix.platform }}
4747
agent_family: ${{ matrix.agent_family }}
@@ -61,7 +61,7 @@ jobs:
6161
steps:
6262
- uses: actions/checkout@v1
6363
- name: Spec Tests
64-
uses: puppetlabs/action-litmus_spec@master
64+
uses: puppetlabs/action-litmus_spec@main
6565
with:
6666
puppet_gem_version: ${{ matrix.puppet_gem_version }}
6767
check: ${{ matrix.check }}

Diff for: .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 }}
@@ -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 }}
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
- uses: actions/checkout@v1
6262
- name: Spec Tests
63-
uses: puppetlabs/action-litmus_spec@master
63+
uses: puppetlabs/action-litmus_spec@main
6464
with:
6565
puppet_gem_version: ${{ matrix.puppet_gem_version }}
6666
check: ${{ matrix.check }}

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/puppetlabs/puppetlabs-docker.svg?branch=master)](https://travis-ci.org/puppetlabs/puppetlabs-docker)
1+
[![Build Status](https://travis-ci.org/puppetlabs/puppetlabs-docker.svg?branch=main)](https://travis-ci.org/puppetlabs/puppetlabs-docker)
22
[![Puppet Forge](https://img.shields.io/puppetforge/v/puppetlabs/docker.svg)](https://forge.puppetlabs.com/puppetlabs/docker)
33
[![Puppet Forge Downloads](http://img.shields.io/puppetforge/dt/puppetlabs/docker.svg)](https://forge.puppetlabs.com/puppetlabs/docker)
44
[![Puppet Forge Endorsement](https://img.shields.io/puppetforge/e/puppetlabs/docker.svg)](https://forge.puppetlabs.com/puppetlabs/docker)
@@ -655,11 +655,11 @@ To supply multiple overide compose files add the following to the manifest file:
655655

656656
```puppet
657657
docker_compose {'test':
658-
compose_files => ['master-docker-compose.yml', 'override-compose.yml'],
658+
compose_files => ['server-docker-compose.yml', 'override-compose.yml'],
659659
}
660660
```
661661

662-
Please note you should supply your master docker-compose file as the first element in the array. As per docker, multi compose file support compose files are merged in the order they are specified in the array.
662+
Please note you should supply your server docker-compose file as the first element in the array. As per docker, multi compose file support compose files are merged in the order they are specified in the array.
663663

664664
If you are using a v3.2 compose file or above on a Docker Swarm cluster, use the `docker::stack` class. Include the file resource before you run the stack command.
665665

@@ -1000,7 +1000,7 @@ docker::plugin {'foo/fooplugin:latest'
10001000

10011001
## Reference
10021002

1003-
For information on classes, types and functions see the [REFERENCE.md](https://github.com/puppetlabs/puppetlabs-docker/blob/master/REFERENCE.md).
1003+
For information on classes, types and functions see the [REFERENCE.md](https://github.com/puppetlabs/puppetlabs-docker/blob/main/REFERENCE.md).
10041004

10051005
## Limitations
10061006

@@ -1018,7 +1018,7 @@ This module supports:
10181018

10191019
## Development
10201020

1021-
If you would like to contribute to this module, see the guidelines in [CONTRIBUTING.MD](https://github.com/puppetlabs/puppetlabs-docker/blob/master/CONTRIBUTING.md).
1021+
If you would like to contribute to this module, see the guidelines in [CONTRIBUTING.MD](https://github.com/puppetlabs/puppetlabs-docker/blob/main/CONTRIBUTING.md).
10221022

10231023
## Acceptance
10241024

Diff for: REFERENCE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ from the registry
7373
* [`swarm_init`](#swarm_init): Initializes a swarm
7474
* [`swarm_join`](#swarm_join): Join a swarm
7575
* [`swarm_leave`](#swarm_leave): Leave a swarm
76-
* [`swarm_token`](#swarm_token): Gets the swarm token from the master
76+
* [`swarm_token`](#swarm_token): Gets the swarm token from the server
7777
* [`swarm_update`](#swarm_update): Updates an existing service.
7878

7979
## Classes
@@ -3544,7 +3544,7 @@ Auxiliary ipv4 or ipv6 addresses used by the Network driver
35443544

35453545
##### `gateway`
35463546

3547-
An ipv4 or ipv6 gateway for the master subnet
3547+
An ipv4 or ipv6 gateway for the server subnet
35483548

35493549
##### `ip_range`
35503550

@@ -4139,7 +4139,7 @@ Force this node to leave the swarm, ignoring warnings
41394139

41404140
### `swarm_token`
41414141

4142-
Gets the swarm token from the master
4142+
Gets the swarm token from the server
41434143

41444144
**Supports noop?** false
41454145

Diff for: lib/puppet/type/docker_network.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
end
1919

2020
newparam(:gateway) do
21-
desc 'An ipv4 or ipv6 gateway for the master subnet'
21+
desc 'An ipv4 or ipv6 gateway for the server subnet'
2222
end
2323

2424
newparam(:ip_range) do

Diff for: spec/acceptance_swarm/swarm_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class { 'docker': #{docker_args} }
7272
end
7373
end
7474

75-
context 'Creating a swarm master' do
75+
context 'Creating a swarm server' do
7676
let(:token) { shell('docker swarm join-token -q worker').stdout.strip }
7777

7878
it 'is idempotent' do

Diff for: tasks/swarm_token.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"description": "Gets the swarm token from the master",
2+
"description": "Gets the swarm token from the server",
33
"input_method": "stdin",
44
"parameters": {
55
"node_role": {

0 commit comments

Comments
 (0)