You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We provide defined guidance (as such, we strongly adhere to it).
9
9
10
10
A summary of our expectations:
11
11
- 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.
13
13
- 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.
14
14
- 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.
15
15
- Do not reformat code, it makes it hard to see what has changed. Leave the formatting to us.
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'.
84
84
85
85
### Set the default value for a key
86
86
@@ -146,13 +146,13 @@ This is an alternative approach to using INSTSRV.EXE [1](http://support.microsof
146
146
registry::service { puppet:
147
147
ensure => present,
148
148
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.",
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)
156
156
157
157
## Limitations
158
158
@@ -167,7 +167,7 @@ Puppet Inc modules on the Puppet Forge are open projects, and community contribu
167
167
168
168
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.
169
169
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)
0 commit comments