Skip to content

Commit 1d9b1f2

Browse files
Merge pull request #130 from MartyEwings/main
(SUP-2499) Remove Harmful Terminology
2 parents 4f31ee6 + 5338972 commit 1d9b1f2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ It takes an optional `-m` or `--metrics-directory` parameter (default `/opt/pupp
194194
It takes an optional `-r` or `--retention-days` parameter (default: `30`) to limit the number of days to include in the archive.
195195

196196
```bash
197-
[root@master ~]# /opt/puppetlabs/puppet-metrics-collector/scripts/create-metrics-archive
197+
[root@primary ~]# /opt/puppetlabs/puppet-metrics-collector/scripts/create-metrics-archive
198198
Created metrics archive: /root/puppet-metrics-collector-20200203T123456Z.tar.gz
199199
```
200200

@@ -253,7 +253,7 @@ puppet apply -e "class { 'puppet_metrics_collector': }" --modulepath /tmp;
253253

254254
If necessary, you can manually configure this module by specifying parameters via the class declaration or via Hiera data.
255255
The preferred method is via Hiera data.
256-
The following examples show you how to specify those parameters for different infrastructures, and assumes you declare this module on the Primary Master.
256+
The following examples show you how to specify those parameters for different infrastructures, and assumes you declare this module on the Primary Server.
257257

258258

259259
#### Monolithic Infrastructure with Compilers
@@ -286,10 +286,10 @@ class { 'puppet_metrics_collector':
286286
### Configuration for Distributed Metrics Collection
287287

288288
This option collect metrics on each PE Infrastructure Host instead of collecting metrics centrally on the Primary Server.
289-
This option is discouraged, but allows for the collection of metrics when the Primary Master cannot access the API endpoints of the other PE Infrastructure Hosts.
289+
This option is discouraged, but allows for the collection of metrics when the Primary Server cannot access the API endpoints of the other PE Infrastructure Hosts.
290290
Classify each PE Infrastructure Host with this module, specifying the following parameters.
291291

292-
When classifying a Compile Master, specify these additional parameters:
292+
When classifying a Compiler, specify these additional parameters:
293293

294294
```puppet
295295
class { 'puppet_metrics_collector':

functions/hosts_with_pe_profile.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
function puppet_metrics_collector::hosts_with_pe_profile($profile) {
1717
# storeconfigs is used here to determine if PuppetDB is available to query.
18-
# See: https://github.com/puppetlabs/puppet-enterprise-modules/blob/master/docs/pe-modules-next-discussion-outline.txt
18+
# See: https://github.com/puppetlabs/puppet-enterprise-modules/blob/main/docs/pe-modules-next-discussion-outline.txt
1919
if $settings::storeconfigs {
2020
$_profile = capitalize($profile)
2121
$hosts = puppetdb_query("resources[certname] {

0 commit comments

Comments
 (0)