diff options
author | andreas <andreas@immerda.ch> | 2008-02-01 14:01:02 +0000 |
---|---|---|
committer | andreas <andreas@immerda.ch> | 2008-02-01 14:01:02 +0000 |
commit | 7a06b89833eaba82f63c28d15e4efe71a17cafe5 (patch) | |
tree | d8c80aeae5c1b5cb0022e659f0f212551363e687 /plugins/parser/functions | |
parent | b4fd40ac48b7a67dd35e3a1e079c1ad38ddcb105 (diff) |
versuch mit einer function
Diffstat (limited to 'plugins/parser/functions')
-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 + |