Skip to content

Commit 6cd15c6

Browse files
hlindbergiglov
andauthored
Update lib/puppet/functions/stdlib/ip_in_range.rb
Co-Authored-By: iglov <iglov@xakep.ru>
1 parent 55bb2b0 commit 6cd15c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/puppet/functions/stdlib/ip_in_range.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# stdlib::ip_in_range('10.10.10.53', '10.10.10.0/24') => true
55
Puppet::Functions.create_function(:'stdlib::ip_in_range') do
66
# @param [String] ipaddress The IP address to check
7-
# @param [Variant[String, Array]] range Get a one or many ranges of IP addresses
7+
# @param [Variant[String, Array]] range One CIDR or an array of CIDRs defining the range(s) to check against
88
#
99
# @return [Boolean] True or False
1010
dispatch :ip_in_range do

0 commit comments

Comments
 (0)