summaryrefslogtreecommitdiff
path: root/lib/puppet/parser/functions/is_valid_netmask.rb
blob: 2aeb3743d5ec10c0b509724b2d59ded49512b374 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# is_valid_netmask.rb
#

module Puppet::Parser::Functions
  newfunction(:is_valid_netmask, :type => :rvalue, :doc => <<-EOS
    EOS
  ) do |arguments|
  end
end

# vim: set ts=2 sw=2 et :