Skip to content

Instantly share code, notes, and snippets.

@asasfu
Last active April 28, 2016 19:52
Show Gist options
  • Save asasfu/7b955b798001c641e60af8dc3204fe1f to your computer and use it in GitHub Desktop.
Save asasfu/7b955b798001c641e60af8dc3204fe1f to your computer and use it in GitHub Desktop.
Documentation states answer file for console should have details about r10k/code-manager, the install package examples have them in
the master file, not the console one; console would be the correct one to place them in...
https://docs.puppet.com/pe/latest/install_split_console_answers.html#qpuppetmasterr10kremotegityourgitservercompuppetcontrolgit
codemanager autoconfigure is a little misleading:
https://docs.puppet.com/pe/latest/code_mgr_config.html#qpuppetmastercodemanagerautoconfigure
It still requires these tasks to complete it:
1. Create your code deployment user, since that doesn't get done in answer file so that you can make a token in which to use for binary, webhook or custom url
2. Finally trigger `puppet-code` binary or a URL with token
Should probably put that into a note block below https://docs.puppet.com/pe/latest/code_mgr_config.html#qpuppetmastercodemanagerautoconfigure
Stating that code manager isn't fully complete when using that line, you still need to continue following steps starting with:
https://docs.puppet.com/pe/latest/code_mgr_config.html#test-the-control-repo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment