[Puppet Users] Problem with a custom resource and multiple providers

2020-11-19 Thread 'gustavo panizzo' via Puppet Users
Hello I'm writing a new resource which has multiple providers but I cannot get the containment to work properly, some properties leak to all resources of this type regardless of the provider. here is one of the properties and the type declaration ``` Puppet::Type.newtype(:nexus_v3_repository)

[Puppet Users] Issue with puppet6 release packages

2020-11-19 Thread Morgan Rhodes
Hi all, While we were shipping some updated release packages earlier today, we had some issues with the puppet6 release packages found at the top level of yum.puppetlabs.com and apt.puppetlabs.com. If you installed puppet6 release packages from those locations I strongly suggest uninstalling and

[Puppet Users] Puppet Enterprise 2019.8.4 is now available!

2020-11-19 Thread Puppet Product Updates
The latest patch release for the current Long Term Support (LTS) release of Puppet Enterprise, PE 2019.8.3, is now available! This is a backwards-compatible release that updates the version of PostgreSQL to address critical security vulnerabilities:

[Puppet Users] Puppet Enterprise 2018.1.18 is now available!

2020-11-19 Thread Puppet Product Updates
The latest patch release of Puppet Enterprise, PE 2018.1.18, is now available! This is a backwards-compatible release that updates the version of PostgreSQL to address critical security vulnerabilities: https://puppet.com/security/cve/postgresql-nov-2020-security-fixes/

[Puppet Users] Puppet Platform 7.0.0 is now available

2020-11-19 Thread Puppet Product Updates
The latest major release of Puppet Platform, Puppet 7.0.0, is now available! This is a major release that includes new features, enhancements, deprecations and removals, including: - Facter 4, which introduces granular blocking and caching of all types of facts, user defined fact groups,

[Puppet Users] unable to retrieve the puppet master FQDN from puppet plans

2020-11-19 Thread Vinay Korrapati
Hi Team, I am unable to retrieve the puppet master FQDN through plans. Below are the steps taken so far: 1. $puppet_master_details = run_plan('facts', '*nodes*' => 'localhost') $puppet_master_results = $puppet_master_details.results $puppet_master =