Skip to content

Commit 9c0878e

Browse files
author
David Swan
committed
(IAC-1004) - Removal of inappropriate terminology
Removal of any offensive or inappropriate terminology from the code base.
1 parent 7d4d3fc commit 9c0878e

11 files changed

+24
-24
lines changed

.github/pull_request_template.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ BEFORE YOU CREATE A PULL REQUEST:
33
44
Ensure you have read over
55
6-
CONTRIBUTING - https://github.com/puppetlabs/puppetlabs-registry/blob/master/CONTRIBUTING.md
6+
CONTRIBUTING - https://github.com/puppetlabs/puppetlabs-registry/blob/main/CONTRIBUTING.md
77
88
We provide defined guidance (as such, we strongly adhere to it).
99
1010
A summary of our expectations:
1111
- A ticket was created at https://tickets.puppetlabs.com/secure/CreateIssueDetails!init.jspa?pid=10707&issuetype=1&components=11482&summary=%5BREGISTRY%5D%20, or you have an existing ticket #
12-
- You are not submitting a pull request from your MASTER branch.
12+
- You are not submitting a pull request from your Main branch.
1313
- The first line of your git commit message has the ticket # and a short summary of the fix, followed by a detailed explanation of the fix in the git commit body.
1414
- Your git commit message format is important. We have a very defined expectation for this format and are keep to it. Really, READ the entire Contributing document. It will save you and us time.
1515
- Do not reformat code, it makes it hard to see what has changed. Leave the formatting to us.

.github/workflows/release.yml

+2-2
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: Spec Tests
43-
uses: puppetlabs/action-litmus_spec@master
43+
uses: puppetlabs/action-litmus_spec@main
4444
with:
4545
puppet_gem_version: ${{ matrix.puppet_gem_version }}
4646
check: ${{ matrix.check }}

.github/workflows/weekly.yml

+2-2
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: Spec Tests
42-
uses: puppetlabs/action-litmus_spec@master
42+
uses: puppetlabs/action-litmus_spec@main
4343
with:
4444
puppet_gem_version: ${{ matrix.puppet_gem_version }}
4545
check: ${{ matrix.check }}

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ All notable changes to this project will be documented in this file. The format
4646

4747
### Fixed
4848
- Fix types to no longer use unsupported proc title patterns ([MODULES-6818](https://tickets.puppetlabs.com/browse/MODULES-6818))
49-
- Fix acceptance tests in master-agent scenarios ([FM-6934](https://tickets.puppetlabs.com/browse/FM-6934))
49+
- Fix acceptance tests in server-agent scenarios ([FM-6934](https://tickets.puppetlabs.com/browse/FM-6934))
5050
- Use case insensitive search when purging ([MODULES-7534](https://tickets.puppetlabs.com/browse/MODULES-7534))
5151

5252
### Removed

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.

HISTORY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
### Fixed
1616
- Fix types to no longer use unsupported proc title patterns ([MODULES-6818](https://tickets.puppetlabs.com/browse/MODULES-6818))
17-
- Fix acceptance tests in master-agent scenarios ([FM-6934](https://tickets.puppetlabs.com/browse/FM-6934))
17+
- Fix acceptance tests in server-agent scenarios ([FM-6934](https://tickets.puppetlabs.com/browse/FM-6934))
1818
- Use case insensitive search when purging ([MODULES-7534](https://tickets.puppetlabs.com/browse/MODULES-7534))
1919

2020
### Removed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# registry
2-
[![Build Status](https://travis-ci.org/puppetlabs/puppetlabs-registry.png?branch=master)](https://travis-ci.org/puppetlabs/puppetlabs-registry)
2+
[![Build Status](https://travis-ci.org/puppetlabs/puppetlabs-registry.png?branch=main)](https://travis-ci.org/puppetlabs/puppetlabs-registry)
33

44
#### Table of Contents
55

@@ -22,7 +22,7 @@ The Registry is a hierarchical database built into Microsoft Windows. It stores
2222

2323
## Setup
2424

25-
This module must be installed on your Puppet master. We've tested it with Puppet agents running on Windows Server 2008 R2, 2012, and 2012 R2.
25+
This module must be installed on your Puppet server. We've tested it with Puppet agents running on Windows Server 2008 R2, 2012, and 2012 R2.
2626

2727
### Beginning with registry
2828

@@ -73,14 +73,14 @@ registry_value { 'PuppetDescription':
7373

7474
``` puppet
7575
class myapp {
76-
registry::value { 'puppetmaster':
76+
registry::value { 'puppetserver':
7777
key => 'HKLM\Software\Vendor\PuppetLabs',
7878
data => 'puppet.puppet.com',
7979
}
8080
}
8181
```
8282

83-
Puppet looks up the key 'HKLM\Software\Vendor\PuppetLabs' and makes sure it contains a value named 'puppetmaster' containing the string 'puppet.puppet.com'.
83+
Puppet looks up the key 'HKLM\Software\Vendor\PuppetLabs' and makes sure it contains a value named 'puppetserver' containing the string 'puppet.puppet.com'.
8484

8585
### Set the default value for a key
8686

@@ -146,13 +146,13 @@ This is an alternative approach to using INSTSRV.EXE [1](http://support.microsof
146146
registry::service { puppet:
147147
ensure => present,
148148
display_name => "Puppet Agent",
149-
description => "Periodically fetches and applies configurations from a Puppet master server.",
149+
description => "Periodically fetches and applies configurations from a Puppet Server.",
150150
command => 'C:\PuppetLabs\Puppet\service\daemon.bat',
151151
}
152152
```
153153

154154
## Reference
155-
For information on the classes and types, see the [REFERENCE.md](https://github.com/puppetlabs/puppetlabs-registry/blob/master/REFERENCE.md)
155+
For information on the classes and types, see the [REFERENCE.md](https://github.com/puppetlabs/puppetlabs-registry/blob/main/REFERENCE.md)
156156

157157
## Limitations
158158

@@ -167,7 +167,7 @@ Puppet Inc modules on the Puppet Forge are open projects, and community contribu
167167

168168
We want to keep it as easy as possible to contribute changes so that our modules work in your environment. There are a few guidelines that we need contributors to follow so that we can have a chance of keeping on top of things.
169169

170-
If you would like to contribute to this module, please follow the rules in the [CONTRIBUTING.md](https://github.com/puppetlabs/puppetlabs-registry/blob/master/CONTRIBUTING.md). For more information, see our [module contribution guide.](https://puppet.com/docs/puppet/latest/contributing.html)
170+
If you would like to contribute to this module, please follow the rules in the [CONTRIBUTING.md](https://github.com/puppetlabs/puppetlabs-registry/blob/main/CONTRIBUTING.md). For more information, see our [module contribution guide.](https://puppet.com/docs/puppet/latest/contributing.html)
171171

172172
### Contributors
173173

REFERENCE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ registry::service { puppet:
3636
ensure => present,
3737
display_name => 'Puppet Agent',
3838
description => 'Periodically fetches and applies
39-
configurations from a Puppet master server.',
39+
configurations from a Puppet Server.',
4040
command => 'C:\PuppetLabs\Puppet\service\daemon.bat',
4141
}
4242
```
@@ -105,11 +105,11 @@ value. Puppet will automatically manage the parent key for you.
105105

106106
#### Examples
107107

108-
##### This example will automatically manage the key. It will also create a value named 'puppetmaster' inside this key.
108+
##### This example will automatically manage the key. It will also create a value named 'puppetserver' inside this key.
109109

110110
```puppet
111111
class myapp {
112-
registry::value { 'puppetmaster':
112+
registry::value { 'puppetserver':
113113
key => 'HKLM\Software\Vendor\PuppetLabs',
114114
data => 'puppet.puppetlabs.com',
115115
}

manifests/service.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# ensure => present,
2929
# display_name => 'Puppet Agent',
3030
# description => 'Periodically fetches and applies
31-
# configurations from a Puppet master server.',
31+
# configurations from a Puppet Server.',
3232
# command => 'C:\PuppetLabs\Puppet\service\daemon.bat',
3333
# }
3434
#

manifests/value.pp

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
# - Stdlib Module
2929
#
3030
#
31-
# @example This example will automatically manage the key. It will also create a value named 'puppetmaster' inside this key.
31+
# @example This example will automatically manage the key. It will also create a value named 'puppetserver' inside this key.
3232
# class myapp {
33-
# registry::value { 'puppetmaster':
33+
# registry::value { 'puppetserver':
3434
# key => 'HKLM\Software\Vendor\PuppetLabs',
3535
# data => 'puppet.puppetlabs.com',
3636
# }

metadata.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
],
3535
"description": "This module provides a native type and provider to manage keys and values in the Windows Registry",
3636
"pdk-version": "1.18.1",
37-
"template-url": "https://github.com/puppetlabs/pdk-templates#master",
38-
"template-ref": "heads/master-0-gd610ead"
37+
"template-url": "https://github.com/puppetlabs/pdk-templates#main",
38+
"template-ref": "heads/main-0-gd610ead"
3939
}

0 commit comments

Comments
 (0)