Skip to content

Commit a0942af

Browse files
committed
Merge pull request #284 from buzzdeee/master
Fix breakage on OpenBSD in similar fashion as it is done for Windows.
2 parents 6f88096 + b20d8b9 commit a0942af

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
@@ -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)