Jira (PUP-10510) sshkeys_core 2.0.0 cannot purge sshkey resources

2020-09-26 Thread Martijn Goedhart (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Martijn Goedhart commented on  PUP-10510  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: sshkeys_core 2.0.0 cannot purge sshkey resources   
 

  
 
 
 
 

 
 It seems that the solution for this problem introduced unexpected behavior when trying to "add" the same key (on a next puppet run). See report: MODULES-10828  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.5.2#805002-sha1:a66f935)  
 
 

 
   
 

  
 

  
 

   





-- 
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 view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.358891.158948282.43635.1601146020035%40Atlassian.JIRA.


Jira (FACT-2676) Wrong identification of Opensuse Leap systems

2020-07-04 Thread Martijn Goedhart (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Martijn Goedhart commented on  FACT-2676  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Wrong identification of Opensuse Leap systems   
 

  
 
 
 
 

 
 Thank you very much for solving this. And no thanks for the report, just hope it helped. To confirm, that it works, I just ran a `facter os` command on a new fresh installation (with facter 4.0.29):  
 
 
 
 
 {   
 
 
   architecture => "x86_64",   
 
 
   family => "Suse",   
 
 
   hardware => "x86_64",   
 
 
   name => "openSUSE",   
 
 
   release => {   
 
 
     full => "15.2",   
 
 
     major => "15",   
 
 
     minor => "2"   
 
 
   },   
 
 
   selinux => {   
 
 
     enabled => false   
 
 
   }   
 
 
 }  
  

Jira (FACT-2676) Wrong identification of Opensuse Leap systems

2020-06-20 Thread Martijn Goedhart (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Martijn Goedhart updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2676  
 
 
  Wrong identification of Opensuse Leap systems   
 

  
 
 
 
 

 
Change By: 
 Martijn Goedhart  
 
 
Summary: 
 Wrong identification of  Opense  Opensuse  Leap systems  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.5.2#805002-sha1:a66f935)  
 
 

 
   
 

  
 

  
 

   





-- 
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 view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.363413.1592644961000.91483.1592645040034%40Atlassian.JIRA.


Jira (FACT-2676) Wrong identification of Opense Leap systems

2020-06-20 Thread Martijn Goedhart (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Martijn Goedhart created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2676  
 
 
  Wrong identification of Opense Leap systems   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Affects Versions: 
 FACT 4.0.26, FACT 4.0.25  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 Facter 4  
 
 
Created: 
 2020/06/20 2:22 AM  
 
 
Fix Versions: 
 FACT 3.13.2  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Martijn Goedhart  
 

  
 
 
 
 

 
 I use Puppet (and for that also Facter) to manage opensuse Leap 15.x based installations. I updated Facter now to 4.0.26 (for testing) and found out `facter osfamily` wrongly reports my system as 'Suse opensuse` instead of 'Suse' (as it was with Facter 3.14.x) or 'Opensuse' (as what i can expect based on /etc/os-release). I don't know if this is really a bug, but for me (at least) it does break some puppet modules,. It seems that the new facter (4.x, former facter-ng) at first looks to the ID_LIKE entry in /etc/os-release.  
 
 
 
 
 # cat /etc/os-release    
 
 
 NAME="openSUSE Leap"