Jira (PUP-10688) tidy resource does not honor schedule metaparameter

2022-09-05 Thread Lukas Erlacher (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Lukas Erlacher commented on  PUP-10688  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: tidy resource does not honor schedule metaparameter   
 

  
 
 
 
 

 
 Are there any hacky workarounds for this, something like switching it to {{noop }}based on current time?  
 

  
 
 
 
 

 
 
 

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


Jira (PUP-11623) RPM package types unable to handle multiple providers for a virtual package

2022-09-05 Thread Mihkel Ader (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihkel Ader updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-11623  
 
 
  RPM package types unable to handle multiple providers for a virtual package   
 

  
 
 
 
 

 
Change By: 
 Mihkel Ader  
 

  
 
 
 
 

 
 *Puppet Version: 7.18.0**Puppet Server Version: N/A**OS Name/Version: CentOS 7, Alma Linux 8, Oracle Linux 8*When checking whether a package is already present, Puppet queries RPM using the package name and also using '–whatprovides' in case the requested object is a virtual package provided by some other.When the virtual package is provided by multiple installed RPMs, Puppet fails with the following message: "Could not evaluate: no implicit conversion of Array into Hash"Easily reproduced by trying to apply this simple manifest on a system from RedHat family with both curl and wget installed: {code:java}package { 'webclient':   ensure => installed,}{code} (We use 'webclient' here to provide an easily reproducible case. Our real issue is with 'perf' package on Oracle Linux that is provided by kernel-uek and a system can have several kernels installed.)*Desired Behavior:*Puppet understands that the requested object is already present from multiple sources and does nothing.*Actual Behavior:*Puppet fails with error: {code:java}# puppet apply -e "package { 'webclient': }"Notice: Compiled catalog for XX in environment production in 0.02 secondsError: /Stage[main]/Main/Package[webclient]: Could not evaluate: no implicit conversion of Array into Hash {code}{code:java} # rpm -q --whatprovides webclientwget-1.14-18.el7_6.1.x86_64curl-7.29.0-59.el7_9.1.x86_64   {code}    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 

Jira (PUP-11623) RPM package types unable to handle multiple providers for a virtual package

2022-09-05 Thread Mihkel Ader (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihkel Ader updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-11623  
 
 
  RPM package types unable to handle multiple providers for a virtual package   
 

  
 
 
 
 

 
Change By: 
 Mihkel Ader  
 

  
 
 
 
 

 
 *Puppet Version: 7.18.0**Puppet Server Version: N/A**OS Name/Version: CentOS 7, Alma Linux 8, Oracle Linux 8*When checking whether a package is already present, Puppet queries RPM using the package name and also using '–whatprovides' in case the requested object is a virtual package provided by some other.When the virtual package is provided by multiple installed RPMs, Puppet fails with the following message: "Could not evaluate: no implicit conversion of Array into Hash"Easily reproduced by trying to apply this simple manifest on a system from RedHat family with both curl and wget installed: {code:java}  package { 'webclient':   ensure => installed,}{code} (We use 'webclient' here to provide an easily reproducible case. Our real issue is with 'perf' package on Oracle Linux that is provided by kernel-uek and a system can have several kernels installed.)*Desired Behavior:*Puppet understands that the requested object is already present from multiple sources and does nothing.*Actual Behavior:*Puppet fails with error: {code:java}  # puppet apply -e "package { 'webclient': }"Notice: Compiled catalog for XX in environment production in 0.02 secondsError: /Stage[main]/Main/Package[webclient]: Could not evaluate: no implicit conversion of Array into Hash # rpm -q --whatprovides webclient    wget-1.14-18.el7_6.1.x86_64  curl-7.29.0-59.el7_9.1.x86_64   {code}     
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
   

Jira (PUP-11623) RPM package types unable to handle multiple providers for a virtual package

2022-09-05 Thread Mihkel Ader (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihkel Ader updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-11623  
 
 
  RPM package types unable to handle multiple providers for a virtual package   
 

  
 
 
 
 

 
Change By: 
 Mihkel Ader  
 

  
 
 
 
 

 
 *Puppet Version: 7.18.0**Puppet Server Version: N/A**OS Name/Version: CentOS 7, Alma Linux 8, Oracle Linux 8*When checking whether a package is already present, Puppet queries RPM using the package name and also using '–whatprovides' in case the requested object is a virtual package provided by some other.When the virtual package is provided by multiple installed RPMs, Puppet fails with the following message: "Could not evaluate: no implicit conversion of Array into Hash"Easily reproduced by trying to apply this simple manifest on a system from RedHat family with both curl and wget installed:  {code:java} package { 'webclient':  ensure => installed,} {code}    (We use 'webclient' here to provide an easily reproducible case. Our real issue is with 'perf' package on Oracle Linux that is provided by kernel-uek and a system can have several kernels installed.)*Desired Behavior:*Puppet understands that the requested object is already present from multiple sources and does nothing.*Actual Behavior:*Puppet fails with error:  {code:java} # puppet apply -e "package  \ { 'webclient': }"Notice: Compiled catalog for XX in environment production in 0.02 secondsError: /Stage[main]/Main/Package[webclient]: Could not evaluate: no implicit conversion of Array into Hash    {code}    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

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

Jira (PUP-11623) RPM package types unable to handle multiple providers for a virtual package

2022-09-05 Thread Mihkel Ader (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mihkel Ader created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Puppet /  PUP-11623  
 
 
  RPM package types unable to handle multiple providers for a virtual package   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Affects Versions: 
 PUP 7.18.0  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 Types and Providers  
 
 
Created: 
 2022/09/05 7:47 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Mihkel Ader  
 

  
 
 
 
 

 
 Puppet Version: 7.18.0 Puppet Server Version: N/A OS Name/Version: CentOS 7, Alma Linux 8, Oracle Linux 8 When checking whether a package is already present, Puppet queries RPM using the package name and also using '–whatprovides' in case the requested object is a virtual package provided by some other. When the virtual package is provided by multiple installed RPMs, Puppet fails with the following message: "Could not evaluate: no implicit conversion of Array into Hash" Easily reproduced by trying to apply this simple manifest on a system from RedHat family with both curl and wget installed: package  { 'webclient':   ensure => installed, } (We use 'webclient' here to provide an easily reproducible case. Our real issue is with 'perf' package on Oracle Linux that is provided by kernel-uek and a system can have several kernels installed.) Desired Behavior: Puppet understands that the requested object is already present from multiple sources and does nothing. Actual Behavior: Puppet fails with error: 
 
puppet apply -e "package { 'webclient': }" Notice: Compiled catalog for XX in environment production in 0.02 seconds Error: /Stage[main]/Main/Package[webclient]: Could not evaluate: no implicit conversion of Array into Hash 
    
 

Jira (FACT-3143) Some networking facts are generating conversion errors: ERROR Facter::InternalFactManager - U+FFFF to CP850 in conversion from UTF-16LE to UTF-8 to CP850

2022-09-05 Thread Jordi Garcia (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jordi Garcia updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-3143  
 
 
  Some networking facts are generating conversion errors: ERROR Facter::InternalFactManager - U+ to CP850 in conversion from UTF-16LE to UTF-8 to CP850   
 

  
 
 
 
 

 
Change By: 
 Jordi Garcia  
 
 
Attachment: 
 tcp.reg  
 

  
 
 
 
 

 
 
 

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


Jira (FACT-3143) Some networking facts are generating conversion errors: ERROR Facter::InternalFactManager - U+FFFF to CP850 in conversion from UTF-16LE to UTF-8 to CP850

2022-09-05 Thread Jordi Garcia (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jordi Garcia commented on  FACT-3143  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Some networking facts are generating conversion errors: ERROR Facter::InternalFactManager - U+ to CP850 in conversion from UTF-16LE to UTF-8 to CP850   
 

  
 
 
 
 

 
 attached customer reg as requested  
 

  
 
 
 
 

 
 
 

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


Jira (FACT-3144) Hypervisors experimental fact improvements

2022-09-05 Thread Alvin Rodis (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alvin Rodis updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-3144  
 
 
  Hypervisors experimental fact improvements   
 

  
 
 
 
 

 
Change By: 
 Alvin Rodis  
 
 
Labels: 
 jira_escalated  
 

  
 
 
 
 

 
 
 

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


Jira (FACT-3144) Hypervisors experimental fact improvements

2022-09-05 Thread Alvin Rodis (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alvin Rodis updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-3144  
 
 
  Hypervisors experimental fact improvements   
 

  
 
 
 
 

 
Change By: 
 Alvin Rodis  
 
 
Zendesk Ticket Count: 
 1  
 
 
Zendesk Ticket IDs: 
 49525  
 

  
 
 
 
 

 
 
 

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


Jira (FACT-3144) Hypervisors experimental fact improvements

2022-09-05 Thread Patrick Grant (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Patrick Grant created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Facter /  FACT-3144  
 
 
  Hypervisors experimental fact improvements   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Unassigned  
 
 
Created: 
 2022/09/05 3:05 AM  
 
 
Priority: 
  Normal  
 
 
Reporter: 
 Patrick Grant  
 

  
 
 
 
 

 
 Info raised from a support customer: The info it (hypervisor experimental fact) provides at the moment isn't very useful. I wanted to provide some feedback in hopes of improving it in future versions. I use 2 hypervisors. openstack and vmware. At the moment. on openstack it returns "hypervisors::kvm::openstack: true"  I would like to use it to provide a hiera source for openstack machines. Which is incovenient with that data format. I would find it more useful if it returned something like  
 
 
 
 
    
 
 
 hypervisors::virtualisation: kvm  
 
 
    
 
 
 hypervisors::cluster: openstack.  
 
 
 
  
 
 
 
   

Jira (PDB-5534) PuppetDB query slowdown with Postgres 9.6.4

2022-09-05 Thread Zaeem Arshad (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Zaeem Arshad commented on  PDB-5534  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: PuppetDB query slowdown with Postgres 9.6.4   
 

  
 
 
 
 

 
 We downgraded to PuppetDB 6.19.1 and the problem has disappeared. Specifically, the changes in this PR https://github.com/puppetlabs/puppetdb/pull/3592 are causing the performance regression.  
 

  
 
 
 
 

 
 
 

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