-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add user option to composer::project #10
Comments
+1 |
Sure but first I'd like to get #9 merged to avoid rebasing issues. ;-) |
let's get this one in too, and then make a new release! |
I'll give it a try in the next days. :-) |
mbrodala
added a commit
to mbrodala/puppet-composer
that referenced
this issue
Jan 29, 2015
This option allows for setting a specific user to create composer projects with. This is useful e.g. to have a SSH key of a user used for Git clones. Fixes Brainsware#10
mbrodala
added a commit
to mbrodala/puppet-composer
that referenced
this issue
Jan 29, 2015
This option allows for setting a specific user to create composer projects with. This is useful e.g. to have a SSH key of a user used for Git clones. Fixes Brainsware#10
mbrodala
added a commit
to mbrodala/puppet-composer
that referenced
this issue
Jan 29, 2015
This option allows for setting a specific user to create composer projects with. This is useful e.g. to have a SSH key of a user used for Git clones. Fixes Brainsware#10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ATM
composer::project
is evaluated with userroot
which has disadvantages:root
but for a regular user instead:create-project
command fails on private repositories.root
: ownership has to be changed to an unprivileged user.Thus a
$user
option (which may default to$composer::params::user
) should be added which is applied to allexec
resources withincomposer::project
.The text was updated successfully, but these errors were encountered: