Open matteeyah opened 6 years ago
bundle_install runs either as chef user or root. It should respect and run as the enclosing application owner.
bundle_install
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
bundle_install
runs either as chef user or root. It should respect and run as the enclosing application owner.