From 8a9028f2b03f0d1890c4161e6862dd53eab9dd8c Mon Sep 17 00:00:00 2001 From: am Date: Fri, 1 Feb 2008 14:11:17 +0000 Subject: mv git-svn-id: https://rfd.cronopios.org/ipuppet/trunk/modules/munin@675 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- 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') 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