Skip to content

Commit 690c56e

Browse files
committed
Update README
- Move create puppet group before creating your own user - specify the control-repo url instead of leaving it to the user
1 parent 33adfac commit 690c56e

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
hieradata/nodes/example-puppet-master.yaml
2+
Gemfile.lock
3+
_site/*

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,25 +47,25 @@ When you finish the instructions below, you will have the beginning of a best pr
4747

4848
2. After GitLab is installed you may sign into the web UI with the `root` user and password `5iveL!fe`
4949

50+
2. In the GitLab UI, create a group called `puppet` ( this is case sensitive )
51+
- http://doc.gitlab.com/ce/workflow/groups.html
52+
5053
3. In the GitLab UI, make a user for yourself
5154

5255
4. From your laptop or development machine, make an SSH key to link with your user.
5356
- Note: this is used for your laptop to communicate with your GitLab server to push code
5457
- https://help.github.com/articles/generating-ssh-keys/
5558
- http://doc.gitlab.com/ce/ssh/README.html
5659

57-
5. In the GitLab UI, create a group called `puppet` ( this is case sensitive )
58-
- http://doc.gitlab.com/ce/workflow/groups.html
59-
6060
7. In the GitLab UI, add your user to the `puppet` group
6161
- Make sure to give your user at least master permissions so you can complete the below steps
6262
- Read more about permissions:
6363
- https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/permissions/permissions.md
6464

6565
8. In the GitLab UI, create a project called `control-repo` and set its Namespace to the `puppet` group
6666

67-
10. On your laptop, clone this GitHub control repo
68-
- `git clone <repo URL>`
67+
10. On your laptop, clone this ramp up PuppetLabs-RampUpProgram control repo
68+
- `git clone https://github.com/PuppetLabs-RampUpProgram/control-repo.git`
6969
- `cd control-repo`
7070

7171
14. On your laptop, remove the origin remote

0 commit comments

Comments
 (0)