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
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
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
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