We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef0c13b + 7b06878 commit 06b2cfbCopy full SHA for 06b2cfb
lib/puppet/parser/functions/validate_ipv4_address.rb
@@ -8,7 +8,7 @@ module Puppet::Parser::Functions
8
9
$my_ip = "1.2.3.4"
10
validate_ipv4_address($my_ip)
11
- validate_bool("8.8.8.8", "172.16.0.1", $my_ip)
+ validate_ipv4_address("8.8.8.8", "172.16.0.1", $my_ip)
12
13
The following values will fail, causing compilation to abort:
14
0 commit comments