-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(IAC-1008) - Removal of Inappropriate Terminology #148
(IAC-1008) - Removal of Inappropriate Terminology #148
Conversation
satellite_pe_tools is a classthat may have no external impact to Forge modules. This module is declared in 0 of 576 indexed public
|
Codecov Report
@@ Coverage Diff @@
## main #148 +/- ##
======================================
Coverage ? 0.00%
======================================
Files ? 5
Lines ? 206
Branches ? 0
======================================
Hits ? 0
Misses ? 206
Partials ? 0 Continue to review full report at Codecov.
|
a3fa6ba
to
acca54c
Compare
|
@ekohl Thanks for your comments :) |
acca54c
to
18f3873
Compare
|
@ekohl Thank you for the updated comments, have made the suggested changes. |
d0c8ada
to
d1ac4df
Compare
| # ssl_cert => '/etc/puppetlabs/puppet/ssl/certs/satellite-server.example.domain.pem', | ||
| # ssl_key => '/etc/puppetlabs/puppet/ssl/private_keys/puppet.domain.com.pem', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking at
puppetlabs-satellite_pe_tools/manifests/init.pp
Lines 20 to 22 in edf25e0
| # @param ssl_cert The file path to the certificate signed by the Satellite CA. It's used for Satellite to verify the identity | |
| # of the Puppet Enterprise master | |
| # @param ssl_key The file path to the key for the Puppet Enterprise master generated by Satellite |
The fact we can't figure it out with documentation is not a good sign for this module.
6982b4e
to
5de399e
Compare
Removal of any offensive or inappropriate terminology from the code base Initial pass, non-functional changes only.
Removal of any inappropriate terminology from the code base, functional changes included.
5de399e
to
1f2177c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Removal of any offensive or inappropritate terminology from the code base