Re: [Puppet Users] upgrading opensource from 5.5 to 6.x

2020-03-19 Thread Martin Alfke
Hi Tim, Major difference between Puppet 5 and 6: - some types have been moved to separate git module repositories - puppet cert command has been moved to puppet server ca command (see also https://www.example42.com/2018/10/08/puppet6-ca-upgrading/

[Puppet Users] Access variable defined in each {}

2020-03-19 Thread Helmut Schneider
Hi, class abc { keys($netconfig['interfaces']).each |String $interface| { if $netconfig['interfaces'][$interface]['ip6'] { $myvariable = 'yes' break() } } if $myvariable == 'yes' { do something } } How can I access $myvariable? Thank you! -- You received this m

Re: [Puppet Users] Access variable defined in each {}

2020-03-19 Thread Henrik Lindberg
On 2020-03-19 22:11, Helmut Schneider wrote: Hi, class abc {   keys($netconfig['interfaces']).each |String $interface| {     if $netconfig['interfaces'][$interface]['ip6'] {   $myvariable = 'yes'   break()     }   }   if $myvariable == 'yes' {     do something   } } How can I

[Puppet Users] Puppet Enterprise 2019.5 is now available!

2020-03-19 Thread Puppet Product Updates
The latest release of Puppet Enterprise, PE 2019.5, is now available! This release contains an update to Puppet Server to fully resolve CVE-2020-7943 . For the full list of changes, check out the Release notes

[Puppet Users] Update about Puppet Enterprise release model

2020-03-19 Thread Puppet Product Updates
Hello, As we move to a more frequent release cadence, we wanted to highlight a few things to provide additional clarity with our new update model. We released update 5 for PE 2019 today to address a fix for a CVE-2020-7943 . This is a security fix th