From 1fd5334441f1f767154ffc28ea04c7cf8fec6611 Mon Sep 17 00:00:00 2001 From: Nick Walker Date: Tue, 24 Nov 2015 13:13:08 -0800 Subject: [PATCH] Cleanup README to generalize urls and add notes about testing Remove a specific reference to the npwalker namespace in a git clone command. Add some notes that this has only been tested against 2015.2.z. --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8e3399b..837e5f0 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ -# control-repo -A control repository template -======= # Before Starting: -This control repo and the steps below are intended to be used during a new installation of PE. +This control repo and the steps below are intended to be used during a new installation of PE. + +This control repo has only been tested against PE2015.2.z, it's likely close to working on PE3.8.z but has not been tested. If you intend to use it on an existing installation then be warned that if you've already written or downloaded modules when you start using r10k it will remove all of the existing modules and replace them with what you define in your Puppetfile. Please copy or move your existing modules to another directory to ensure you do not lose any work you've already started. @@ -63,7 +62,7 @@ http://docs.puppetlabs.com/pe/latest/regenerate_certs_master.html - Copy the api token 10. Clone this control repository to your laptop/workstation - - `git clone https://github.com/npwalker/control-repo.git` + - `git clone ` - `cd control-repo` 11. `git mv hieradata/nodes/example-puppet-master.yaml hieradata/nodes/.yaml`