git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormail_redacted_for_web 2015-09-29 11:09:54 -0700
committermail_redacted_for_web 2015-09-29 11:09:54 -0700
commita8cbec54e0efb9f3baaa5824a7fe664014de900c (patch)
tree3a22c4e817a15e465eda5ebe55f1b539919fa2ef /README.md
parentc54b9000ead6ad616604ea7182a7b3a9189304cb (diff)
downloadcontrol-repo-template-a8cbec54e0efb9f3baaa5824a7fe664014de900c.tar.bz2
update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3461e35..97d5795 100644
--- a/README.md
+++ b/README.md
@@ -61,11 +61,13 @@ http://docs.puppetlabs.com/pe/latest/regenerate_certs_master.html
- `git clone https://github.com/npwalker/control-repo.git`
- `cd control-repo`
-10. `mv hieradata/nodes/example-puppet-master.yaml hieradata/nodes/<fqdn_of_your_puppet_master>.yaml`
+10. `git mv hieradata/nodes/example-puppet-master.yaml hieradata/nodes/<fqdn_of_your_puppet_master>.yaml`
- Open `hieradata/nodes/<fqdn_of_your_puppet_master>.yaml`
- edit `gms_api_token` to be your api token
- edit `git_management_system` to be 'gitlab'
- - You should not need to edit the `gms_server_url`
+ - edit the `gms_server_url`
+
+11. `git commit -m "renaming example-puppet-master.yaml"`
11. Rename my repository as the upstream remote
- `git remote rename origin upstream`
@@ -133,7 +135,7 @@ https://docs.puppetlabs.com/pe/latest/r10k_config_console.html
## Run r10k
-1. Run `r10k deploy environment —verbose` and watch it install the modules from your Puppetfile
+1. Run `r10k deploy environment -pv` and watch it install the modules from your Puppetfile
----