55997/puppet-string-interpolation-in-puppet
How do i concatenate strings while writing the .pp file? I tried this:
$x = 'Good' + 'Morning'
This didn't work. Please help.
Try this for Keyword variable interpolation:
$value = "${one}${two}"
Although it might work without the curly braces, you should always use them.
Please refer the below link for setting ...READ MORE
Hey @Rohan, try this: class MyClass { ...READ MORE
Wrapper classes that use multiple component modules ...READ MORE
Hey @Ruth, not directly. However, Facter reads ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
PSON is a variant of JSON which ...READ MORE
Resources are the fundamental unit for modeling ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.