Skip to content

Commit be749af

Browse files
Alexander Krablermoritz-makandra
Alexander Krabler
authored andcommitted
fix: add configuration environment variable
1 parent b7a6548 commit be749af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: manifests/compile.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
user => $user,
7272
group => $group,
7373
cwd => $home_path,
74-
environment => ["HOME=${home_path}", "CONFIGURE_OPTS=${configure_opts}"],
74+
environment => ["HOME=${home_path}", "RUBY_CONFIGURE_OPTS=${configure_opts}"],
7575
creates => "${versions}/${ruby}",
7676
path => $path,
7777
logoutput => 'on_failure',

0 commit comments

Comments
 (0)