diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | site/role/manifests/all_in_one_pe_2015_2.pp | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 } |