diff options
author | am <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-02-01 14:11:17 +0000 |
---|---|---|
committer | am <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-02-01 14:11:17 +0000 |
commit | 8a9028f2b03f0d1890c4161e6862dd53eab9dd8c (patch) | |
tree | 33d9abcf4e3ef0287f99f471bb41d56f65206f49 /plugins/puppet/parser | |
parent | 177389ef15c6b96014ee86e4b362579c59c3535b (diff) |
mv
git-svn-id: https://rfd.cronopios.org/ipuppet/trunk/modules/munin@675 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'plugins/puppet/parser')
-rw-r--r-- | plugins/puppet/parser/functions/muninport.rb | 7 |
1 files changed, 7 insertions, 0 deletions
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 + |