From 7562bd4fc36b6a7671095c9e279e4b2fcf41aaa2 Mon Sep 17 00:00:00 2001 From: andreas Date: Fri, 1 Feb 2008 14:11:17 +0000 Subject: mv --- plugins/puppet/parser/functions/muninport.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 plugins/puppet/parser/functions/muninport.rb (limited to 'plugins/puppet/parser') diff --git a/plugins/puppet/parser/functions/muninport.rb b/plugins/puppet/parser/functions/muninport.rb new file mode 100644 index 0000000..d0b5909 --- /dev/null +++ b/plugins/puppet/parser/functions/muninport.rb @@ -0,0 +1,7 @@ +# immerda +module Puppet::Parser::Functions + newfunction(:muninport, :type => :rvalue) do |args| + args[0]+65400 + end +end + -- cgit v1.2.3