Jira (FACT-3148) Update macOS Runners for Facter

2022-09-28 Thread Michael Hashizume (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Hashizume assigned an issue to Michael Hashizume  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-3148  
 
 
  Update macOS Runners for Facter   
 

  
 
 
 
 

 
Change By: 
 Michael Hashizume  
 
 
Assignee: 
 Michael Hashizume  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.11#820011-sha1:0629dd8)  
 
 

 
   
 

  
 

  
 

   





-- 
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.468260.1663272913000.37910.1664389440144%40Atlassian.JIRA.


Jira (FACT-3148) Update macOS Runners for Facter

2022-09-28 Thread Michael Hashizume (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Michael Hashizume updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-3148  
 
 
  Update macOS Runners for Facter   
 

  
 
 
 
 

 
Change By: 
 Michael Hashizume  
 
 
Sprint: 
 Phoenix 2022-10-12  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.11#820011-sha1:0629dd8)  
 
 

 
   
 

  
 

  
 

   





-- 
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.468260.1663272913000.37839.1664386260081%40Atlassian.JIRA.


Jira (PDB-5519) Upgrade honeysql to v2

2022-09-28 Thread Cas Donoghue (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Cas Donoghue updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-5519  
 
 
  Upgrade honeysql to v2   
 

  
 
 
 
 

 
Change By: 
 Cas Donoghue  
 
 
Sprint: 
 Skeletor - 08/31/2022, Skeletor - 09/14/2022, Skeletor - 09/28/2022 , Skeletor - 10/12/2022  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.11#820011-sha1:0629dd8)  
 
 

 
   
 

  
 

  
 

   





-- 
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.458305.165964346.37783.1664385060224%40Atlassian.JIRA.


Jira (FACT-2081) Facter virtual and is_virtual are wrong on OpenBSD

2022-09-28 Thread Tim Meusel (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tim Meusel commented on  FACT-2081  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Facter virtual and is_virtual are wrong on OpenBSD   
 

  
 
 
 
 

 
 the virtual fact is also broken on Arch Linux:  
 
 
 
 
 docker run -it archlinux  
 
 
 pacman -Sy puppet  
 
 
 puppet facts show is_virtual virtual
  
 
 
 
  This will give us:  
 
 
 
 
 {  
 
 
   "is_virtual": true,  
 
 
   "virtual": "kvm"  
 
 
 }
  
 
 
 
  Systemd detects it properly:  
 
 
 
 
 systemd-detect-virt
  
 
 
 
  it returns:  
 
 
 
 
 docker