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
bc0a7015
Commit
bc0a7015
authored
Jan 31, 2017
by
Jonathan
Committed by
GitHub
Jan 31, 2017
Browse files
Merge pull request #54 from sts/fix_shortname_optional
Make freeradius::client shortname optional and default to $title
parents
7f089bc2
8328485f
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/client.pp
View file @
bc0a7015
# Install FreeRADIUS clients (WISMs or testing servers)
define
freeradius::client
(
$shortname
,
$secret
,
$shortname
=
$title
,
$ip
=
undef
,
$ip6
=
undef
,
$proto
=
undef
,
...
...
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