We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b29fe99 + 2dcc4e5 commit 0c93b74Copy full SHA for 0c93b74
acceptance/lib/facter/acceptance/base_fact_utils.rb
@@ -415,6 +415,8 @@ def windows_expected_facts(agent)
415
os_version = agent['platform'] =~ /R2/ ? '2012 R2' : '2012'
416
elsif agent['platform'] =~ /-10/
417
os_version = '10'
418
+ elsif agent['platform'] =~ /-11/
419
+ os_version = '11'
420
elsif agent['platform'] =~ /2016/
421
os_version = '2016'
422
elsif agent['platform'] =~ /2019/
0 commit comments