We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a14b4 commit b20d8b9Copy full SHA for b20d8b9
1 file changed
manifests/setup.pp
@@ -43,6 +43,7 @@
43
44
$script_command = $::osfamily? {
45
'windows' => "ruby.exe '${script_path}'",
46
+ 'openbsd' => "/usr/local/bin/ruby21 '${script_path}'",
47
default => $script_path
48
}
49
0 commit comments