Skip to content

Commit

Permalink
Merge pull request #348 from gwollman/bug/master/FreeBSD-ruby-interpr…
Browse files Browse the repository at this point in the history
…eter

(#2208) FreeBSD: call /usr/local/bin/ruby explicitly
  • Loading branch information
Morgan Haskel committed Jul 13, 2015
2 parents 2f82480 + 839de04 commit e936813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/setup.pp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
$script_command = $::osfamily? {
'windows' => "ruby.exe '${script_path}'",
'openbsd' => "/usr/local/bin/ruby21 '${script_path}'",
'freebsd' => "/usr/local/bin/ruby '${script_path}'",
default => $script_path
}

Expand Down

0 comments on commit e936813

Please sign in to comment.