Skip to content

Commit e936813

Browse files
author
Morgan Haskel
committed
Merge pull request #348 from gwollman/bug/master/FreeBSD-ruby-interpreter
(#2208) FreeBSD: call /usr/local/bin/ruby explicitly
2 parents 2f82480 + 839de04 commit e936813

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

manifests/setup.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
$script_command = $::osfamily? {
4545
'windows' => "ruby.exe '${script_path}'",
4646
'openbsd' => "/usr/local/bin/ruby21 '${script_path}'",
47+
'freebsd' => "/usr/local/bin/ruby '${script_path}'",
4748
default => $script_path
4849
}
4950

0 commit comments

Comments
 (0)