Skip to content

Commit

Permalink
Merge pull request #284 from buzzdeee/master
Browse files Browse the repository at this point in the history
Fix breakage on OpenBSD in similar fashion as it is done for Windows.
  • Loading branch information
hunner committed Apr 7, 2015
2 parents 6f88096 + b20d8b9 commit a0942af
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 @@ -43,6 +43,7 @@

$script_command = $::osfamily? {
'windows' => "ruby.exe '${script_path}'",
'openbsd' => "/usr/local/bin/ruby21 '${script_path}'",
default => $script_path
}

Expand Down

0 comments on commit a0942af

Please sign in to comment.