summaryrefslogtreecommitdiff
path: root/lib/puppet/parser/functions/getvar.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/parser/functions/getvar.rb')
-rw-r--r--lib/puppet/parser/functions/getvar.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/puppet/parser/functions/getvar.rb b/lib/puppet/parser/functions/getvar.rb
index ffd774d..3ca179f 100644
--- a/lib/puppet/parser/functions/getvar.rb
+++ b/lib/puppet/parser/functions/getvar.rb
@@ -5,11 +5,11 @@ module Puppet::Parser::Functions
For example:
- $foo = getvar('site::data::foo')
+ $foo = getvar('site::data::foo')
This is useful if the namespace itself is stored in a string:
- $bar = getvar("${datalocation}::bar")
+ $bar = getvar("${datalocation}::bar")
ENDHEREDOC
unless args.length == 1