Fix. It is better to promote good practice...

Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
This commit is contained in:
Krzysztof Wilczynski 2011-04-23 02:55:08 +01:00
parent 0b1aab2ed5
commit 4a57da669c

View file

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