Merge pull request #551 from mattbostock/fix_ipv4_doc

Fix reference to validate_bool in IP4 function
This commit is contained in:
David Schmitt 2015-11-24 10:41:30 +00:00
commit 06b2cfbf73

View file

@ -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: