diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-03-29 14:47:43 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-03-29 14:47:43 +0000 |
commit | 82b0a8a4fadc3ccd56440f5bb02128e5265d1484 (patch) | |
tree | ee1cde85dca47521f9bb57d77eb404416f101d73 /plugins | |
parent | aa6516a5dfd34242d1d6a3417c0e03b0d26dcc1e (diff) |
merged munin-module with davids
git-svn-id: https://rfd.cronopios.org/ipuppet/trunk/modules/munin@1143 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/puppet/parser/functions/muninport.rb | 7 |
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 - |