Skip to content

Commit

Permalink
[WIP] Use Linux FHS mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Oct 14, 2022
1 parent 1accadc commit e486a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/util/run_mode.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def self.[](name)
if Puppet::Util::Platform.windows?
@run_modes[name] ||= WindowsRunMode.new(name)
else
@run_modes[name] ||= UnixRunMode.new(name)
@run_modes[name] ||= LinuxFHSRunMode.new(name)
end
end

Expand Down

0 comments on commit e486a1d

Please sign in to comment.