summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-03-29 14:47:43 +0000
committermh <mh@immerda.ch>2008-03-29 14:47:43 +0000
commit2051940e6d88d1c7d04df289c0d4873c04dbe020 (patch)
treeee1cde85dca47521f9bb57d77eb404416f101d73 /plugins
parent14105f0629c105ffe276807fc2c6adfe84fbdac7 (diff)
merged munin-module with davids
Diffstat (limited to 'plugins')
-rw-r--r--plugins/puppet/parser/functions/muninport.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/puppet/parser/functions/muninport.rb b/plugins/puppet/parser/functions/muninport.rb
deleted file mode 100644
index d0b5909..0000000
--- a/plugins/puppet/parser/functions/muninport.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-# immerda
-module Puppet::Parser::Functions
- newfunction(:muninport, :type => :rvalue) do |args|
- args[0]+65400
- end
-end
-