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 Jun 15, 2021
1 parent f86ff00 commit 5abbdfe
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 5abbdfe

Please sign in to comment.