Jira (PDB-5003) Review PR 3362

2021-02-01 Thread Austin Blatt (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Austin Blatt assigned an issue to Austin Blatt  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-5003  
 
 
  Review PR 3362   
 

  
 
 
 
 

 
Change By: 
 Austin Blatt  
 
 
Assignee: 
 Austin Blatt  
 

  
 
 
 
 

 
 
 

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


Jira (PUP-10884) 'puppet facts show' gives conversion error on 6.x agent

2021-02-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-10884  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: 'puppet facts show' gives conversion error on 6.x agent   
 

  
 
 
 
 

 
 puppet facts show isn't available in 6.x, but what happens is find is the default action for puppet facts. So what you're running is puppet facts find for the node named show, and operatingsystem is being passed as an option. Several people have been bitten by this. It might be good to implement puppet facts show either to raise an error or backport the functionality to 6.x to assist with migration?  
 

  
 
 
 
 

 
 
 

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


Jira (PUP-10884) 'puppet facts show' gives conversion error on 6.x agent

2021-02-01 Thread Nick Burgan (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nick Burgan commented on  PUP-10884  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: 'puppet facts show' gives conversion error on 6.x agent   
 

  
 
 
 
 

 
 It appears to be this: https://github.com/puppetlabs/puppet/blob/6.x/lib/puppet/indirector/face.rb#L78-L84  
 
 
 
 
 [8] pry(#)> whereami  
 
 
    
 
 
 From: /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/indirector/face.rb:85 Puppet::Indirector::Face#find implementation, required on Ruby 1.8:  
 
 
    
 
 
 76: when_invoked do |*args|  
 
 
 77:   # Default the key to Puppet[:certname] if none is supplied  
 
 
 78:   if args.length == 1  
 
 
 79: key = Puppet[:certname]  
 
 
 80: options = args.last  
 
 
 81:   else  
 
 
 82: key, options = *args  
 
 
 83:   end  
 
 
 84:   require 'pry-byebug';binding.pry  
 
 

Jira (PUP-10884) 'puppet facts show' gives conversion error on 6.x agent

2021-02-01 Thread Nick Burgan (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nick Burgan updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-10884  
 
 
  'puppet facts show' gives conversion error on 6.x agent   
 

  
 
 
 
 

 
Change By: 
 Nick Burgan  
 
 
Summary: 
 'puppet facts show'  always  gives conversion error  on 6.x agent  
 

  
 
 
 
 

 
 
 

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


Jira (PUP-10884) 'puppet facts show' always gives conversion error

2021-02-01 Thread Nick Burgan (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nick Burgan updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-10884  
 
 
  'puppet facts show' always gives conversion error   
 

  
 
 
 
 

 
Change By: 
 Nick Burgan  
 

  
 
 
 
 

 
 *Puppet Version:* 6.20.0*Puppet Server Version:* 2019.8.x latest*OS Name/Version:* Centos 7When running 'puppet facts show ',  if fact_name doesn't exist, rather than the  it seems to always give a conversion  error  saying so, you get . {code}[root@cute-remainder ~]# puppet facts show  abcd  operatingsystem Error: no implicit conversion of Symbol into IntegerError: Try 'puppet help facts find' for usage{code} Whereas on Appears to be limited to 6.x, as  7.x  you get{code}[root@choosy-trio ~]# puppet facts show abcd{  “abcd”: “”}{code}*Desired Behavior:*Either a blank value  is  returned, or an error is given that tells  still showing  the  user the  appropriate  fact  doesn't exist . *Actual Behavior:*Symbol to integer conversion error  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed 

Jira (PUP-10884) 'puppet facts show' always gives conversion error

2021-02-01 Thread Nick Burgan (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nick Burgan updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-10884  
 
 
  'puppet facts show' always gives conversion error   
 

  
 
 
 
 

 
Change By: 
 Nick Burgan  
 
 
Summary: 
 Using  'puppet facts show'  with a fact that doesn't exist  always  gives conversion error  
 

  
 
 
 
 

 
 
 

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


Jira (PDB-5004) Test fully realized sync summary query memory usage

2021-02-01 Thread Zachary Kent (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Zachary Kent assigned an issue to Zachary Kent  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 PuppetDB /  PDB-5004  
 
 
  Test fully realized sync summary query memory usage   
 

  
 
 
 
 

 
Change By: 
 Zachary Kent  
 
 
Assignee: 
 Zachary Kent  
 

  
 
 
 
 

 
 
 

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


Jira (PUP-10884) Using 'puppet facts show' with a fact that doesn't exist gives conversion error

2021-02-01 Thread Nick Burgan (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Nick Burgan created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-10884  
 
 
  Using 'puppet facts show' with a fact that doesn't exist gives conversion error   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Affects Versions: 
 PUP 6.20.0  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2021/02/01 9:26 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Nick Burgan  
 

  
 
 
 
 

 
 Puppet Version: 6.20.0 Puppet Server Version: 2019.8.x latest OS Name/Version: Centos 7 When running 'puppet facts show ', if fact_name doesn't exist, rather than the error saying so, you get  
 
 
 
 
 [root@cute-remainder ~]# puppet facts show abcd  
 
 
 Error: no implicit conversion of Symbol into Integer  
 
 
 Error: Try 'puppet help facts find' for usage
  
 
 
 
  Whereas on 7.x you get  
 
 
 
 
 

Jira (PUP-4548) Extend tests/reports/finalized_on_cycle.rb to Windows

2021-02-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-4548  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Extend tests/reports/finalized_on_cycle.rb to Windows   
 

  
 
 
 
 

 
 Passed CI in a0edb30ccd  
 

  
 
 
 
 

 
 
 

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


Jira (PUP-8110) Certificate signing request using sha384, sha512 spec test fail

2021-02-01 Thread Josh Cooper (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Josh Cooper commented on  PUP-8110  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Certificate signing request using sha384, sha512 spec test fail   
 

  
 
 
 
 

 
 Passed CI in a0edb30ccd  
 

  
 
 
 
 

 
 
 

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


Jira (PUP-10856) Slower puppet agent run after agent upgrade to version 6

2021-02-01 Thread Ashok Mahajan (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ashok Mahajan commented on  PUP-10856  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Slower puppet agent run after agent upgrade to version 6   
 

  
 
 
 
 

 
 Gheorghe Popescu When this version be available ?   
 

  
 
 
 
 

 
 
 

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


Jira (PUP-10856) Slower puppet agent run after agent upgrade to version 6

2021-02-01 Thread Gheorghe Popescu (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Gheorghe Popescu commented on  PUP-10856  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Slower puppet agent run after agent upgrade to version 6   
 

  
 
 
 
 

 
 merged into 6.x: https://github.com/puppetlabs/puppet/commit/7d3c04b237bcdb09a26071bf798613cd22323cd1  
 

  
 
 
 
 

 
 
 

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


Jira (FACT-2931) Dependency to lsb packages is missing

2021-02-01 Thread Mihai Buzgau (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau commented on  FACT-2931  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Dependency to lsb packages is missing   
 

  
 
 
 
 

 
 Moved to FACT project.  
 

  
 
 
 
 

 
 
 

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


Jira (FACT-2931) Dependency to lsb packages is missing

2021-02-01 Thread Mihai Buzgau (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihai Buzgau moved an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-2931  
 
 
  Dependency to lsb packages is missing   
 

  
 
 
 
 

 
Change By: 
 Mihai Buzgau  
 
 
Key: 
 PA FACT - 3543 2931  
 
 
Method Found: 
 Needs Assessment  
 
 
Issue Type: 
 Bug Improvement  
 
 
Project: 
 Puppet Agent Facter  
 

  
 
 
 
 

 
 
 

 
 
 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