summaryrefslogtreecommitdiff
path: root/plugins/parser/functions/muninport.rb
blob: 27f96f4ebd22b35d8913725bc67692a26d7b353b (plain)
1
2
3
4
5
6
7
# immerda 
module Puppet::Parser::Functions
    newfunction(:muninport) do |args|
        args[0]+65400
    end
end