Skip to content

Commit

Permalink
Change owner attribute in Exec[git-pull-rubybuild-${name}] (#98)
Browse files Browse the repository at this point in the history
This addresses issue #97
rspec passes locally
  • Loading branch information
ashleygould authored Sep 15, 2024
1 parent fff5f5c commit 9fc0ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/build.pp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
-> exec { "git-pull-rubybuild-${title}":
command => 'git reset --hard HEAD && git pull',
cwd => "${install_dir}/plugins/ruby-build",
user => 'root',
user => $owner,
unless => "test -d ${install_dir}/versions/${title}",
require => Rbenv::Plugin['rbenv/ruby-build'],
}
Expand Down

0 comments on commit 9fc0ddb

Please sign in to comment.