Skip to content

Commit c3a30da

Browse files
committed
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.
1 parent 967a603 commit c3a30da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This module was originally a very prescriptive profile in the [puppetlabs-rampup
3737
- Find the `puppet_enterprise::profile::master` class
3838
- Set the `code_manager_auto_configure` to `true`
3939
- Set the `r10k_remote` to the SSH url of your git repo
40-
- Set the `r10k_private_key` parameter to `/etc/puppetlabs/puppetserver/ssh/id-control_repo.rsa.key`
40+
- Set the `r10k_private_key` parameter to `/etc/puppetlabs/puppetserver/ssh/id-control_repo.rsa`
4141
- Commit your changes
4242

4343
3. Enable code mananger then install and run this module:

0 commit comments

Comments
 (0)