We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f88096 + b20d8b9 commit a0942afCopy full SHA for a0942af
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