From 9e666a39ef323b84be659bc03749363bd0d16a17 Mon Sep 17 00:00:00 2001 From: David Sandilands Date: Fri, 23 Jun 2023 12:31:46 +0100 Subject: [PATCH] Fixing windows 2016 line break on path --- facts/4.3/windows-2016-x86_64.facts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/facts/4.3/windows-2016-x86_64.facts b/facts/4.3/windows-2016-x86_64.facts index 08fbd6b8..0b6fa4e1 100644 --- a/facts/4.3/windows-2016-x86_64.facts +++ b/facts/4.3/windows-2016-x86_64.facts @@ -133,9 +133,7 @@ } }, "osfamily": "windows", - "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Windows\\ -system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Pup -pet Labs\\Puppet\\bin;C:\\Users\\windows\\AppData\\Local\\Microsoft\\WindowsApps;", + "path": "C:\\Program Files\\Puppet Labs\\Puppet\\puppet\\bin;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program Files\\Puppet Labs\\Puppet\\bin;C:\\Users\\windows\\AppData\\Local\\Microsoft\\WindowsApps;", "physicalprocessorcount": 1, "processor0": "Intel(R) Xeon(R) Platinum 8272CL CPU @ 2.60GHz", "processorcount": 4,