Merge pull request #551 from mattbostock/fix_ipv4_doc
Fix reference to validate_bool in IP4 function
This commit is contained in:
commit
06b2cfbf73
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ module Puppet::Parser::Functions
|
|||
|
||||
$my_ip = "1.2.3.4"
|
||||
validate_ipv4_address($my_ip)
|
||||
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)
|
||||
|
||||
The following values will fail, causing compilation to abort:
|
||||
|
||||
|
|
Loading…
Reference in a new issue