Skip to content

Commit b20d8b9

Browse files
committed
Fix breakage on OpenBSD in similar fashion as it is done for Windows.
Broken since the switch from the shell script to the ruby script.
1 parent c4a14b4 commit b20d8b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/setup.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343

4444
$script_command = $::osfamily? {
4545
'windows' => "ruby.exe '${script_path}'",
46+
'openbsd' => "/usr/local/bin/ruby21 '${script_path}'",
4647
default => $script_path
4748
}
4849

0 commit comments

Comments
 (0)