summaryrefslogtreecommitdiff
path: root/load_variables.rb
diff options
context:
space:
mode:
Diffstat (limited to 'load_variables.rb')
-rw-r--r--load_variables.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/load_variables.rb b/load_variables.rb
index 304bf00..a6ccc60 100644
--- a/load_variables.rb
+++ b/load_variables.rb
@@ -67,7 +67,7 @@ This will result in a variable $foo being added and ready for use.
end
data.each { |param, value| setvar(param, strinterp(value)) }
- end # def newfunction
-end # module Puppet::Parser::Functions
+ end
+end
# vim: set ts=2 sw=2 et :