git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--site/role/manifests/all_in_one_pe_2015_2.pp2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 24eb30f..6dcfbbc 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ http://docs.puppetlabs.com/pe/latest/regenerate_certs_master.html
2. After Gitlab is installed you may sign if with the `root` user and password `5iveL!fe`
-3. Make an user for yourself
+3. Make a user for yourself
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 )
- http://doc.gitlab.com/ce/ssh/README.html
diff --git a/site/role/manifests/all_in_one_pe_2015_2.pp b/site/role/manifests/all_in_one_pe_2015_2.pp
index 01bf717..337ca45 100644
--- a/site/role/manifests/all_in_one_pe_2015_2.pp
+++ b/site/role/manifests/all_in_one_pe_2015_2.pp
@@ -1,6 +1,6 @@
class role::all_in_one_pe_2015_2 {
include profile::puppetmaster
- include profile::zack_r10k_webhook
+ include profile::git_webhook
}