Skip to content

Commit 19788ba

Browse files
committed
[WIP] Use Linux FHS mode
1 parent 75290b4 commit 19788ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/puppet/util/run_mode.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def self.[](name)
1616
if Puppet::Util::Platform.windows?
1717
@run_modes[name] ||= WindowsRunMode.new(name)
1818
else
19-
@run_modes[name] ||= UnixRunMode.new(name)
19+
@run_modes[name] ||= LinuxFHSRunMode.new(name)
2020
end
2121
end
2222

0 commit comments

Comments
 (0)