Code Manager provides Enterprise RBAC and additional code distribution features to r10k. Code Manager will automatically set r10k up for you, but using it requires that you understand how r10k calls code, and how to store your code in a Git repository.
Code Manager
Git
This book is not intended to be a complete resource on Git, but to use Code Manager effectively, you should know some basics about Git.
Git is a modern code repository that allows for asynchronous work on the same code set by multiple users. It accomplishes this by distinguishing every code commit as the difference between the previous code commit. Every commit is the unique delta in code between the last commit and the current changes. The first commit...