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