Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
puppet-freeradius
Commits
ead39cbc
Commit
ead39cbc
authored
Mar 04, 2015
by
Jonathan Gazeley
Browse files
Use correct function name in puppetlabs/stdlib
parent
e78aac84
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/sql.pp
View file @
ead39cbc
...
...
@@ -39,7 +39,7 @@ define freeradius::sql (
}
# Hostnames
unless
(
is_
host
name
(
$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'
)
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment