Skip to content
Snippets Groups Projects
Commit ead39cbc authored by Jonathan Gazeley's avatar Jonathan Gazeley
Browse files

Use correct function name in puppetlabs/stdlib

parent e78aac84
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ define freeradius::sql (
}
# Hostnames
unless (is_hostname($server) or is_ip_address($server)) {
unless (is_domain_name($server) or is_ip_address($server)) {
fail('$server must be a valid hostname or IP address')
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment