We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55bb2b0 commit 6cd15c6Copy full SHA for 6cd15c6
1 file changed
lib/puppet/functions/stdlib/ip_in_range.rb
@@ -4,7 +4,7 @@
4
# stdlib::ip_in_range('10.10.10.53', '10.10.10.0/24') => true
5
Puppet::Functions.create_function(:'stdlib::ip_in_range') do
6
# @param [String] ipaddress The IP address to check
7
- # @param [Variant[String, Array]] range Get a one or many ranges of IP addresses
+ # @param [Variant[String, Array]] range One CIDR or an array of CIDRs defining the range(s) to check against
8
#
9
# @return [Boolean] True or False
10
dispatch :ip_in_range do
0 commit comments