From c3a30da2db84455a70c499a8a0736ea5ed24f102 Mon Sep 17 00:00:00 2001 From: Adam Bottchen Date: Wed, 13 Jul 2016 13:56:20 -0700 Subject: [PATCH] It looks as though the ssh key file name was changed since the README was written. This patch will prevent Code Manager configurations from pointing to the wrong path when following the instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e288698..1835d50 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ This module was originally a very prescriptive profile in the [puppetlabs-rampup - Find the `puppet_enterprise::profile::master` class - Set the `code_manager_auto_configure` to `true` - Set the `r10k_remote` to the SSH url of your git repo - - Set the `r10k_private_key` parameter to `/etc/puppetlabs/puppetserver/ssh/id-control_repo.rsa.key` + - Set the `r10k_private_key` parameter to `/etc/puppetlabs/puppetserver/ssh/id-control_repo.rsa` - Commit your changes 3. Enable code mananger then install and run this module: