Jira (PUP-5402) systemd: Puppet agent starts before network-online.target is reached

2022-04-22 Thread Aria Li (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Aria Li updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-5402  
 
 
  systemd: Puppet agent starts before network-online.target is reached   
 

  
 
 
 
 

 
Change By: 
 Aria Li  
 
 
Release Notes: 
 Bug Fix  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.2#820002-sha1:829506d)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-5402) systemd: Puppet agent starts before network-online.target is reached

2022-04-22 Thread Aria Li (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Aria Li updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-5402  
 
 
  systemd: Puppet agent starts before network-online.target is reached   
 

  
 
 
 
 

 
Change By: 
 Aria Li  
 
 
Sprint: 
 Phoenix 2022- 05 04 - 11 27  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.2#820002-sha1:829506d)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-11515) Negative Lookbehind Regex Causes Duplicate Node Definition Errors

2022-04-22 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-11515  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Negative Lookbehind Regex Causes Duplicate Node Definition Errors   
 

  
 
 
 
 

 
 Thanks for the detailed report. The problem is due to the way puppet keeps track of "regex" types of node names here. Both regexp are normalized to the same string:  
 
 
 
 
 irb(main):005:0> @name = /(?  
 
 
 => /(?  
 
 
 irb(main):006:0> "__node_regexp__#{@name.source.downcase.gsub(/[^-\w:.]/,'').sub  
 
 
 (/^\.+/,'')}"  
 
 
 => "__node_regexp__async"  
 
 
 irb(main):007:0> @name = /async/  
 
 
 => /async/  
 
 
 irb(main):008:0> "__node_regexp__#{@name.source.downcase.gsub(/[^-\w:.]/,'').sub  
 
 
 (/^\.+/,'')}"  
 
 
 => "__node_regexp__async"
  
 
 
 
  One simple fix is to specify "async" as a string and not a regex:  
 
 
 
 
 node /(?  
 
 
 

Jira (PUP-5402) systemd: Puppet agent starts before network-online.target is reached

2022-04-22 Thread Aria Li (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Aria Li updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-5402  
 
 
  systemd: Puppet agent starts before network-online.target is reached   
 

  
 
 
 
 

 
Change By: 
 Aria Li  
 
 
Fix Version/s: 
 PUP 6.28.0  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.2#820002-sha1:829506d)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-11518) [SPIKE] update the type system to handle deferred functions

2022-04-22 Thread Tony Vu (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tony Vu moved an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-11518  
 
 
  [SPIKE] update the type system to handle deferred functions   
 

  
 
 
 
 

 
Change By: 
 Tony Vu  
 
 
Component/s: 
 Puppet Server  
 
 
Key: 
 SERVER PUP - 3191 11518  
 
 
Project: 
 Puppet  Server  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.2#820002-sha1:829506d)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-11517) Tell puppet it needs a second run

2022-04-22 Thread Pat Riehecky (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Pat Riehecky created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-11517  
 
 
  Tell puppet it needs a second run   
 

  
 
 
 
 

 
Issue Type: 
  New Feature  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2022/04/22 11:40 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Pat Riehecky  
 

  
 
 
 
 

 
 Some of my puppet modules require more than one run to finish configuring a specific element. For example, my RAID card management module uses facts generated by the management tools.  If these tools are not installed, the module installs them, but because the facts could not be populated the array isn't configured until a second run occurs.  With runs happening every 2 hours at my site, this ends up being a very long time to wait. It would be helpful if there was a way I could tell the agent "after this run, immediately schedule another run".  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 
   

Jira (PUP-11516) 17. Update Public-facing Puppet docs to include MacOS 12 (arm64)

2022-04-22 Thread tefoji (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 tefoji created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-11516  
 
 
  17. Update Public-facing Puppet docs to include MacOS 12 (arm64)   
 

  
 
 
 
 

 
Issue Type: 
  Task  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2022/04/22 9:37 AM  
 
 
Labels: 
 os  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 tefoji  
 

  
 
 
 
 

 
 Update Public-facing Puppet docs to include this platform This ticket will be set with the fix version of the first release containing the new platform and checked with doc team during the Platform release process.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by 

Jira (PUP-11516) 17. Update Public-facing Puppet docs to include MacOS 12 (arm64)

2022-04-22 Thread tefoji (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 tefoji updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-11516  
 
 
  17. Update Public-facing Puppet docs to include MacOS 12 (arm64)   
 

  
 
 
 
 

 
Change By: 
 tefoji  
 
 
Epic Link: 
 PA-4426  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.2#820002-sha1:829506d)  
 
 

 
   
 

  
 

  
 

   





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


Jira (PUP-11507) macOS agents fails to retrieve password hash - old bug still there

2022-04-22 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-11507  
 
 
  macOS agents fails to retrieve password hash - old bug still there   
 

  
 
 
 
 

 
Change By: 
 Josh Cooper  
 
 
Sprint: 
 Phoenix 2022-05- 11 25  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.2#820002-sha1:829506d)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-3114) operatingsystemrelease/operatingsystemmajrelease missing on Arch Linux

2022-04-22 Thread Tim Meusel (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tim Meusel commented on  FACT-3114  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: operatingsystemrelease/operatingsystemmajrelease missing on Arch Linux   
 

  
 
 
 
 

 
 I hacked something together in https://github.com/puppetlabs/facter/pull/2483  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.2#820002-sha1:829506d)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-3114) operatingsystemrelease/operatingsystemmajrelease missing on Arch Linux

2022-04-22 Thread Tim Meusel (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Tim Meusel commented on  FACT-3114  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: operatingsystemrelease/operatingsystemmajrelease missing on Arch Linux   
 

  
 
 
 
 

 
 josh I'm not sure if I can bring up a PR, but I can give it a try. The question is, which value do we want? In facter 3, the major kernel version was used as OS version:  
 
 
 
 
 $ facter facterversion os  
 
 
 facterversion => 3.14.22  
 
 
 os => {  
 
 
   architecture => "x86_64",  
 
 
   distro => {  
 
 
 codename => "n/a",  
 
 
 description => "Arch Linux",  
 
 
 id => "Arch",  
 
 
 release => {  
 
 
   full => "rolling",  
 
 
   major => "rolling"  
 
 
 },  
 
 
 specification => "n/a"  
 
 
  

Jira (FACT-3115) virt-what-1.22-1 changes virtual=kvm to virtual=redhat

2022-04-22 Thread Steve Traylen (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Steve Traylen commented on  FACT-3115  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: virt-what-1.22-1 changes virtual=kvm to virtual=redhat   
 

  
 
 
 
 

 
 Adding virt-what backto puppet-agent would of course help here -  https://tickets.puppetlabs.com/browse/PA-4423 which is probably why that ticket has jumped into some action. Anyone looking for quick stop gap, a custom fact to override this particular case virtual.rb   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.2#820002-sha1:829506d)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-3115) virt-what-1.22-1 changes virtual=kvm to virtual=redhat

2022-04-22 Thread Steve Traylen (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Steve Traylen updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-3115  
 
 
  virt-what-1.22-1 changes virtual=kvm to virtual=redhat   
 

  
 
 
 
 

 
Change By: 
 Steve Traylen  
 
 
Attachment: 
 virtual.rb  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.2#820002-sha1:829506d)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-3113) Locale bug with Facter 4

2022-04-22 Thread Bartosz Blizniak (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Bartosz Blizniak updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-3113  
 
 
  Locale bug with Facter 4   
 

  
 
 
 
 

 
Change By: 
 Bartosz Blizniak  
 
 
Security: 
 Internal  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.2#820002-sha1:829506d)  
 
 

 
   
 

  
 

  
 

   





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


Jira (FACT-3115) virt-what-1.22-1 changes virtual=kvm to virtual=redhat

2022-04-22 Thread Steve Traylen (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Steve Traylen created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-3115  
 
 
  virt-what-1.22-1 changes virtual=kvm to virtual=redhat   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Affects Versions: 
 FACT 4.2.5  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 Facter 4  
 
 
Created: 
 2022/04/22 1:02 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Steve Traylen  
 

  
 
 
 
 

 
 The package  virt-what-1.22-1.el9.x86_64 just landed in CentOS 9 . This upgrade changes virt-what's output from  
 
 
 
 
 # virt-what   
 
 
 kvm
  
 
 
 
  to   
 
 
 
 
 # virt-what  
 
 
 redhat