diff options
author | mail_redacted_for_web | 2015-09-25 08:33:08 -0700 |
---|---|---|
committer | mail_redacted_for_web | 2015-09-25 08:33:08 -0700 |
commit | c54b9000ead6ad616604ea7182a7b3a9189304cb (patch) | |
tree | a37daa36e3d67114208929d138e68ea24cfcbc77 /README.md | |
parent | 03d6c0c74c113732c9e7f64c93209793f8b1262b (diff) | |
download | control-repo-template-c54b9000ead6ad616604ea7182a7b3a9189304cb.tar.bz2 |
Update README to remove --mirror from git clone
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ http://docs.puppetlabs.com/pe/latest/regenerate_certs_master.html - TODO: Change permissions for this user? 9. Clone this control repository to your laptop/workstation - - `git clone --mirror https://github.com/npwalker/control-repo.git` + - `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` |