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
e8f4bbcc
Commit
e8f4bbcc
authored
Sep 26, 2017
by
Ángel L. Mateo
Browse files
Fix freeradius::module::files
To correctly handle source and content parameters (issue 88)
parent
087d4b95
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/module/files.pp
View file @
e8f4bbcc
...
...
@@ -19,7 +19,10 @@ define freeradius::module::files (
$fr_service
=
$::freeradius::params::fr_service
$manage_content
=
$content
?
{
undef
=>
template
(
'freeradius/users.erb'
),
undef
=>
$source
?
{
undef
=>
template
(
'freeradius/users.erb'
),
default
=>
undef
,
},
default
=>
$content
,
}
...
...
Write
Preview
Markdown
is supported
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