diff options
author | mail_redacted_for_web | 2015-10-16 10:53:16 -0700 |
---|---|---|
committer | mail_redacted_for_web | 2015-10-16 10:56:07 -0700 |
commit | 1828e2162304d7d9a2e26743f175d76256b6e0c1 (patch) | |
tree | d57789d171cb44335ea142cc8ae19aa4e9b6fdfe /README.md | |
parent | 6ff5658a2a47cd3e6feaf20fa4083d33342e4b91 (diff) | |
download | control-repo-template-1828e2162304d7d9a2e26743f175d76256b6e0c1.tar.bz2 |
Change to using the webhook without mcollective
In order to complete the change I refactered the webhook into
its own set of profiles, one with mcollective and the other
without.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -46,16 +46,18 @@ http://docs.puppetlabs.com/pe/latest/regenerate_certs_master.html - http://doc.gitlab.com/ce/workflow/groups.html 6. Create a user called `r10k_api_user` and add them to the `puppet` group + - From the landing page, select groups + - Choose the puppet group + - In the left hand pane, select memembers + - Add the `r10k_api_user` with `master` permissions 7. Add your user to the `puppet` group as well 7. Create a project called `control-repo` and set the Namespace to be the `puppet` group - - TODO: Change permissions on the group? 8. Logout of root and login as the `r10k_api_user` - Go to profile settings -> account ( https://<your_gitlab_server>/profile/account ) - Copy the api token - - TODO: Change permissions for this user? 9. Clone this control repository to your laptop/workstation - `git clone https://github.com/npwalker/control-repo.git` |