diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -54,7 +54,7 @@ To get started with using the control-repo template in your own environment and 1. Install GitLab. * <https://about.gitlab.com/downloads/> -1. After GitLab is installed you may sign in with the `root` user and password `5iveL!fe`. +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). * <https://docs.gitlab.com/ee/ssh/index.html> @@ -120,6 +120,4 @@ Follow [GitHub's documentation](https://docs.github.com/en/github/creating-cloni ## Code Manager Setup -If you use Puppet Enterprise and have not yet enabled and configured Code Manager, in addition to reading the official [documentation](https://puppet.com/docs/pe/latest/code_mgr.html) for enabling it, you may want to look at the Ramp-Up Program's control repository instead of this one. It's similar to this repo except that it has batteries included, so to speak. There are pre-built profiles for configuring Code Manager, generating SSH keys, and setting up your Git server to work with Code Manager. - -* <https://github.com/Puppet-RampUpProgram/control-repo> +If you use Puppet Enterprise see the official [documentation](https://puppet.com/docs/pe/latest/code_mgr.html) for enabling Code Manager. |