Fix. It is better to promote good practice...
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
This commit is contained in:
parent
0b1aab2ed5
commit
4a57da669c
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ Given following content of the file data-host1.example.com.yaml:
|
|||
|
||||
Then when we call load_variables like this:
|
||||
|
||||
load_variables("/etc/puppet/data-$fqdn.yaml")
|
||||
load_variables("/etc/puppet/data-${fqdn}.yaml")
|
||||
|
||||
This will result in a variable $foo being added and ready for use.
|
||||
EOS
|
||||
|
|
Loading…
Reference in a new issue