Skip to content
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

Added custom ENV in resource composer_project #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pbanderas
Copy link

The shell commands for composer only set the COMPOSER_HOME env variable, and there is no way to specify others.

In my case, I needed it to set GIT_SSH env (so it could clone a private package from a private repo) but can be used to set other variables such as $HOME or $USER if necessary (Chef execute resource used inside composer_project does not change these couple, regardless the user/group attributes)

Resource now receives a new attribute env, in order to specify additional
shell environment variables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant