summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/functions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/parser/functions.rb')
-rw-r--r--lib/puppet/parser/functions.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/puppet/parser/functions.rb b/lib/puppet/parser/functions.rb
index 21de7b6c0..b1e5d7a91 100644
--- a/lib/puppet/parser/functions.rb
+++ b/lib/puppet/parser/functions.rb
@@ -292,6 +292,10 @@ module Functions
end
output
end
+
+ newfunction(:nodevar, :type = :rvalue,
+ :doc => "") do
+ end
end
end