Skip to content

Commit

Permalink
Fix breakage on OpenBSD in similar fashion as it is done for Windows.
Browse files Browse the repository at this point in the history
Broken since the switch from the shell script to the ruby script.
  • Loading branch information
buzzdeee committed Mar 26, 2015
1 parent c4a14b4 commit b20d8b9
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 b20d8b9

Please sign in to comment.