Skip to content

Commit

Permalink
explicitly set --path when doing bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Sep 4, 2023
1 parent 06035d0 commit dfec918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet/modules/redmine/manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
}

exec { 'install redmine':
command => 'bundle install',
command => 'bundle install --path ./vendor',
user => $username,
cwd => $app_root,
path => $::path,
Expand Down

0 comments on commit dfec918

Please sign in to comment.