[Puppet Users] How to get value

2020-06-23 Thread Albert Shih
Hi everyone, I use a lot of accessing a variables with class 'my_clas' ( String $var1, String $var2, ) { $path = "$var1/$var2" } After loading my_class class { 'my_clas': var1 => 'something', var2 => 'otherthing', } than I access to those variables $::my_cla

Re: [Puppet Users] How to get value

2020-06-23 Thread Benjamin Ridley
Defined types values exist in a 'local scope' which is only accessible to its child scopes, so there's no way to access these values using the method you're using for class variables (which are inside a named scope). On Tue, 23 Jun 2020, 8:15 pm Albert Shih, wrote: > Hi everyone, > > I use a lot

Re: [Puppet Users] Is the focal repo borked for Ubuntu 20.04 LTS (Focal Fossa)?

2020-06-23 Thread Eric Griswold
Hi Chris, Thanks for providing the details. That helps us out a lot as well. Eric On 6/22/20 2:11 PM, Chris wrote: Greetings Eric, tl;dr - PEBKEC   Thank you for the response.  Just to make sure I am not off my rocker, I verified that I was getting this error on all my Ubuntu 20.04 instan

[Puppet Users] Puppet Enterprise LTS 2019.8 is now available!

2020-06-23 Thread Puppet Product Updates
We're happy to announce the new LTS release of Puppet Enterprise, version 2019.8. This release provides many new features and enhancements to help you and your team scale your enterprise while curtailing cost. Updates include: - Upgrade enhancements that speed and simplify upgrades, identify