blob: 05d64bed45b042df349dd038566d174ef899a2e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
# is_valid_doman_name.rb
#
module Puppet::Parser::Functions
newfunction(:is_valid_doman_name, :type => :rvalue, :doc => <<-EOS
EOS
) do |arguments|
end
end
# vim: set ts=2 sw=2 et :
|