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
Copy file name to clipboardExpand all lines: README.md
+26-37Lines changed: 26 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,82 +4,71 @@ Table of Contents
4
4
*[Where Did All The Previous Code Go?](#where-did-all-the-previous-code-go)
5
5
*[What You Get From This control\-repo](#what-you-get-from-this-control-repo)
6
6
*[Copy This Repo Into Your Own Git Server](#copy-this-repo-into-your-own-git-server)
7
-
*[Gitlab](#gitlab)
7
+
*[GitLab](#gitlab)
8
8
*[Stash](#stash)
9
9
*[Github](#github)
10
10
11
11
Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc.go)
12
12
13
13
# Where Did All The Previous Code Go?
14
14
15
-
Initially, the control-repo project began as a 'starter' template for anyone
16
-
who wanted to get started with R10k. As time passed (and Code Manager was
17
-
integrated into Puppet Enterprise), the scope of this project grew to include
18
-
opinionated Puppet profiles to setup many Puppet Enterprise components. As the
19
-
code increased, so did the complexity of the control-repo project. To reduce
20
-
that complexity, as well as continue to meet the needs of individuals who would
21
-
like a more minimal template, this repository was stripped of anything other
22
-
than the bare minimum files necessary to get started with a functioning
23
-
control-repo. All of the code that was previously in this repository still
24
-
exists in separate repositories under the [Puppet Labs RampUp Program namespace within Github](https://github.com/PuppetLabs-RampUpProgram)
25
-
and can easily be re-connected to an existing control-repo if that is required
26
-
(simply add the modules to the Puppetfile). Alternatively, if that
27
-
previously-opinoinated control-repo is desired, [it still exists on Github under the Puppet Labs RampUp Program namespace.](https://github.com/PuppetLabs-RampUpProgram/control-repo)
28
-
This control-repo project will remain a template for anyone who would like a minimal
29
-
'starter' template.
15
+
Initially, the control-repo project began as a 'starter' template for anyone who wanted to get started with r10k. As time passed, and Code Manager was integrated into Puppet Enterprise, the scope of this project grew to include opinionated Puppet profiles to set up many Puppet Enterprise components. As the code increased, so did the complexity of the control-repo project. To reduce that complexity, as well as continuing to meet the needs of individuals who would like a more minimal template, this repository was stripped of anything other than the bare minimum files necessary to get started with a functioning
16
+
control-repo.
17
+
18
+
All of the code that was previously in this repository still exists in separate repositories under the [Puppet Labs RampUp Program namespace within Github](https://github.com/PuppetLabs-RampUpProgram) and can be re-connected to an existing control-repo if that is required by adding the modules to the Puppetfile. Alternatively, if that previously-opinoinated control-repo is desired, [it still exists on Github under the Puppet Labs RampUp Program namespace.](https://github.com/PuppetLabs-RampUpProgram/control-repo) This control-repo project will remain a template for anyone who would like a minimal 'starter' template.
30
19
31
20
# What You Get From This control-repo
32
21
33
-
This repository exists as a template control-repo that can be used with R10k or Puppet Enterprise Code Manager.
22
+
This repository is a template control-repo that can be used with r10k or Puppet Enterprise Code Manager.
34
23
35
24
The major points are:
36
25
- An environment.conf that correctly implements:
37
-
- A site directory for roles, profiles, and any custom modules for your organization
38
-
- A config_version script
39
-
- Provided config_version scripts to output the commit of code that your agent just applied
40
-
- Basic example of roles/profiles code
41
-
- Example hieradata directory with pre-created common.yaml and nodes directory
42
-
- These match the default hierarchy that ships with PE
26
+
- A site directory for roles, profiles, and any custom modules for your organization.
27
+
- A config_version script.
28
+
- Provided config_version scripts to output the commit of code that your agent just applied.
29
+
- Basic example of roles/profiles code.
30
+
- Example hieradata directory with pre-created common.yaml and nodes directory.
31
+
- These match the default hierarchy that ships with PE.
43
32
44
-
##Copy This Repo Into Your Own Git Server
33
+
##Copy This Repo Into Your Own Git Server
45
34
46
-
###Gitlab
35
+
###GitLab
47
36
48
-
1. Install Gitlab
37
+
1. Install GitLab.
49
38
-https://about.gitlab.com/downloads/
50
39
51
-
2. After Gitlab is installed you may sign if with the `root` user and password `5iveL!fe`
40
+
2. After GitLab is installed you may sign if with the `root` user and password `5iveL!fe`.
52
41
53
-
3. Make a user for yourself
42
+
3. Make a user for yourself.
54
43
55
-
4. 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 / laptop )
44
+
4. 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).
0 commit comments