diff --git a/README.md b/README.md index d367382..a540c9e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ## What You Get From This control-repo -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). +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). The important files and items in this template are as follows: @@ -18,10 +18,10 @@ The important files and items in this template are as follows: * An example Puppetfile with various module references. * An example Hiera configuration file and data directory with pre-created common.yaml and nodes directory. * These match the default hierarchy that ships with PE. -* An [environment.conf](https://puppet.com/docs/puppet/5.3/config_file_environment.html) that correctly implements: +* An [environment.conf](https://puppet.com/docs/puppet/7/config_file_environment.html) that correctly implements: * A site-modules directory for roles, profiles, and any custom modules for your organization. * A config\_version script. -* 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. +* 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. Here's a visual representation of the structure of this repository: @@ -57,10 +57,10 @@ To get started with using the control-repo template in your own environment and 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`. 1. Make a user for yourself. 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). - * + * * 1. Create a group called `puppet` (this is case sensitive). - * + * 1. Add your user to the `puppet` group as well. 1. Create a project called `control-repo`, and set the Namespace to be the `puppet` group. 1. Clone this control repository to your laptop/workstation: