Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

bundle_install doesn't respect application owner #96

Open
matteeyah opened this issue Aug 17, 2018 · 1 comment
Open

bundle_install doesn't respect application owner #96

matteeyah opened this issue Aug 17, 2018 · 1 comment

Comments

@matteeyah
Copy link

bundle_install runs either as chef user or root. It should respect and run as the enclosing application owner.

@matteeyah
Copy link
Author

matteeyah commented Aug 17, 2018

A workaround is to specify the user explicitely in the bundle_install resource:

bundle_install do
  user 'application-owner'
  deployment true
  without %w(development test)
end

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant