diff options
author | am <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-02-01 14:01:02 +0000 |
---|---|---|
committer | am <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-02-01 14:01:02 +0000 |
commit | b7c178614bce6fb848f775b95d1ace6418eca4ad (patch) | |
tree | d8c80aeae5c1b5cb0022e659f0f212551363e687 | |
parent | bad976aee83677afeccdd9750fe791e7665fbfbd (diff) |
versuch mit einer function
git-svn-id: https://svn/ipuppet/trunk/modules/munin@673 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
-rw-r--r-- | plugins/parser/functions/muninport.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/parser/functions/muninport.rb b/plugins/parser/functions/muninport.rb new file mode 100644 index 0000000..27f96f4 --- /dev/null +++ b/plugins/parser/functions/muninport.rb @@ -0,0 +1,7 @@ +# immerda +module Puppet::Parser::Functions + newfunction(:muninport) do |args| + args[0]+65400 + end +end + |