Skip to content

Commit

Permalink
Remove conditional for end-of-life platform
Browse files Browse the repository at this point in the history
  • Loading branch information
mhashizume committed Jan 31, 2024
1 parent f31ba62 commit 04ed84a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions acceptance/tests/ensure_puppet-agent_paths.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ def config_options(agent)
platform = agent[:platform]
case platform
when /windows/
if platform =~ /2003/
common_app_data = 'C:/Documents and Settings/All Users/Application Data'
else
common_app_data = 'C:/ProgramData'
end
common_app_data = 'C:/ProgramData'
puppetlabs_data = "#{common_app_data}/PuppetLabs"

codedir = "#{puppetlabs_data}/code"
Expand Down

0 comments on commit 04ed84a

Please sign in to comment.