-
-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moved r10k file and basedir #226
Conversation
$plugins_dir = '/opt/puppetlabs/mcollective/plugins' | ||
$provider = 'puppet_gem' | ||
$r10k_binary = 'r10k' | ||
$r10k_basedir = "${::settings::codedir}/environments" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So this is different the pe_r10k's default value, can you explain why you made this decision in your commit ?
Any PE was setup to provide a default environment directory of Next I moved |
+ $r10k_config_file = '/etc/puppetlabs/r10k/r10k.yaml'
+ $modulepath = "${r10k_basedir}/\$environment/modules:${pe_module_path}" setting
So I have been avoiding this because of |
Yeah, so we do have a duplicate declaration. I used the answers file to provide the remote and then also added r10k myself.
|
OpenBSD 5.8 switches default ruby version to 2.2, therefore
Yeah at this point I would rather not have the module try and manage the new path by default as it will cause upgrade headaches for pe customers and advanced users can pass it in |
No description provided.