Jira (FACT-1492) FACT [OS][RELEASE][MAJOR] returns FULL version instead of MAJOR version on WIndows Server 2016

2016-10-20 Thread Max Gaulhofer (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Max Gaulhofer commented on  FACT-1492 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FACT [OS][RELEASE][MAJOR] returns FULL version instead of MAJOR version on WIndows Server 2016  
 
 
 
 
 
 
 
 
 
 
In which version is this fixed? Is this already released? The above URL does not work. I don know if its intended for public. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.14#64029-sha1:ae256fe) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-1492) FACT [OS][RELEASE][MAJOR] returns FULL version instead of MAJOR version on WIndows Server 2016

2016-08-22 Thread Max Gaulhofer (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Max Gaulhofer updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Facter /  FACT-1492 
 
 
 
  FACT [OS][RELEASE][MAJOR] returns FULL version instead of MAJOR version on WIndows Server 2016  
 
 
 
 
 
 
 
 
 

Change By:
 
 Max Gaulhofer 
 
 
 

Fix Version/s:
 
 FACT 3.1.8 
 
 
 

Fix Version/s:
 
 FACT 3.4.0 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-1492) FACT [OS][RELEASE][MAJOR] returns FULL version instead of MAJOR version on WIndows Server 2016

2016-08-22 Thread Max Gaulhofer (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Max Gaulhofer commented on  FACT-1492 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: FACT [OS][RELEASE][MAJOR] returns FULL version instead of MAJOR version on WIndows Server 2016  
 
 
 
 
 
 
 
 
 
 
Does not seem to happen on facter 2.x 
 "operatingsystemmajrelease": "10", "operatingsystemrelease": "10.0.14300", C:\Users\Administrator>facter -v 2.4.4 
C:\Users\Administrator>puppet --version 3.8.1 (Puppet Enterprise 3.8.1) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-1492) FACT [OS][RELEASE][MAJOR] returns FULL version instead of MAJOR version on WIndows Server 2016

2016-08-22 Thread Max Gaulhofer (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Max Gaulhofer updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Facter /  FACT-1492 
 
 
 
  FACT [OS][RELEASE][MAJOR] returns FULL version instead of MAJOR version on WIndows Server 2016  
 
 
 
 
 
 
 
 
 

Change By:
 
 Max Gaulhofer 
 
 
 
 
 
 
 
 
 
 On Windows Server 2016 factor returns the following:os => {  architecture => "x64",  family => "windows",  hardware => "x86_64",  name => "windows",  release => {full => "10.0.14300",{color:red}major => "10.0.14300"{color}  },  windows => {system32 => "C:\Windows\system32"  }}where i expect:os => {  architecture => "x64",  family => "windows",  hardware => "x86_64",  name => "windows",  release => {full => "10.0.14300", {color:green}   major => "10"{color}  },  windows => {system32 => "C:\Windows\system32"  }} Details:PS C:\dev> puppet --version4.6.0PS C:\dev> facter --version3.4.0 (commit c86b3086f45c9de980fd23176c15e37fddf20cd4) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-1492) FACT [OS][RELEASE][MAJOR] returns FULL version instead of MAJOR version on WIndows Server 2016

2016-08-22 Thread Max Gaulhofer (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Max Gaulhofer updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Facter /  FACT-1492 
 
 
 
  FACT [OS][RELEASE][MAJOR] returns FULL version instead of MAJOR version on WIndows Server 2016  
 
 
 
 
 
 
 
 
 

Change By:
 
 Max Gaulhofer 
 
 
 
 
 
 
 
 
 
 On Windows Server 2016 factor returns the following:os => {  architecture => "x64",  family => "windows",  hardware => "x86_64",  name => "windows",  release => {full => "10.0.14300", {color:red} major => "10.0.14300" {color}   },  windows => {system32 => "C:\Windows\system32"  }}where i expect :  os => {  architecture => "x64",  family => "windows",  hardware => "x86_64",  name => "windows",  release => {full => "10.0.14300", {color:green}   major => "10"{color}  },  windows => {system32 => "C:\Windows\system32"  }} 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.13#64028-sha1:b7939e9) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at https://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-1492) FACT [OS][RELEASE][MAJOR] returns FULL version instead of MAJOR version on WIndows Server 2016

2016-08-22 Thread Max Gaulhofer (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Max Gaulhofer created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Facter /  FACT-1492 
 
 
 
  FACT [OS][RELEASE][MAJOR] returns FULL version instead of MAJOR version on WIndows Server 2016  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Affects Versions:
 

 FACT 3.4.0, FACT 3.3.0 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 Windows 
 
 
 

Created:
 

 2016/08/22 6:04 AM 
 
 
 

Priority:
 
  Normal 
 
 
 

Reporter:
 
 Max Gaulhofer 
 
 
 
 
 
 
 
 
 
 
On Windows Server 2016 factor returns the following: 
os => { architecture => "x64", family => "windows", hardware => "x86_64", name => "windows", release =>  { full => "10.0.14300", major => "10.0.14300" } 
, windows =>  { system32 => "C:\Windows\system32" } 
} 
where i expect