Skip to content

Commit 46cbe43

Browse files
authored
Merge pull request #102 from ekohl/update-links
Update links in README
2 parents 4ba5510 + 1397dd7 commit 46cbe43

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010

1111
## What You Get From This control-repo
1212

13-
This is a template [control repository](https://puppet.com/docs/pe/latest/code_management/control_repo.html) that has the minimum amount of scaffolding to make it easy to get started with [r10k](https://puppet.com/docs/pe/latest/code_management/r10k.html) or Puppet Enterprise's [Code Manager](https://puppet.com/docs/pe/latest/code_management/code_mgr.html).
13+
This is a template [control repository](https://puppet.com/docs/pe/latest/control_repo.html) that has the minimum amount of scaffolding to make it easy to get started with [r10k](https://puppet.com/docs/pe/latest/r10k.html) or Puppet Enterprise's [Code Manager](https://puppet.com/docs/pe/latest/code_mgr.html).
1414

1515
The important files and items in this template are as follows:
1616

1717
* Basic example of roles and profiles.
1818
* An example Puppetfile with various module references.
1919
* An example Hiera configuration file and data directory with pre-created common.yaml and nodes directory.
2020
* These match the default hierarchy that ships with PE.
21-
* An [environment.conf](https://puppet.com/docs/puppet/5.3/config_file_environment.html) that correctly implements:
21+
* An [environment.conf](https://puppet.com/docs/puppet/7/config_file_environment.html) that correctly implements:
2222
* A site-modules directory for roles, profiles, and any custom modules for your organization.
2323
* A config\_version script.
24-
* An example [config\_version](https://puppet.com/docs/puppet/5.3/config_file_environment.html#configversion) script that outputs the git commit ID of the code that was used during a Puppet run.
24+
* An example [config\_version](https://puppet.com/docs/puppet/7/config_file_environment.html#environment-conf-allowed-settings) script that outputs the git commit ID of the code that was used during a Puppet run.
2525

2626
Here's a visual representation of the structure of this repository:
2727

@@ -57,10 +57,10 @@ To get started with using the control-repo template in your own environment and
5757
1. After GitLab is installed you may sign in with the `root` user. If you didn't specify a custom password during installation, a temporary password is located in `/etc/gitlab/initial_root_password`.
5858
1. Make a user for yourself.
5959
1. Make an SSH key to link with your user. You’ll want to do this on the machine you intend to edit code from (most likely not your Puppet master, but your local workstation or laptop).
60-
* <http://doc.gitlab.com/ce/ssh/README.html>
60+
* <https://docs.gitlab.com/ee/ssh/index.html>
6161
* <https://help.github.com/articles/generating-ssh-keys/>
6262
1. Create a group called `puppet` (this is case sensitive).
63-
* <http://doc.gitlab.com/ce/workflow/groups.html>
63+
* <https://docs.gitlab.com/ee/user/group/index.html>
6464
1. Add your user to the `puppet` group as well.
6565
1. Create a project called `control-repo`, and set the Namespace to be the `puppet` group.
6666
1. Clone this control repository to your laptop/workstation:

0 commit comments

Comments
 (0)