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