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
4c1fab6d
Commit
4c1fab6d
authored
Jun 12, 2018
by
Mårtensson Roger
Browse files
Rename order parameter and use it as-is in the fragment order.
parent
a53c65f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/realm.pp
View file @
4c1fab6d
...
@@ -5,7 +5,7 @@ define freeradius::realm (
...
@@ -5,7 +5,7 @@ define freeradius::realm (
$acct_pool
=
undef
,
$acct_pool
=
undef
,
$pool
=
undef
,
$pool
=
undef
,
$nostrip
=
false
,
$nostrip
=
false
,
$
realm_
order
=
0
,
$order
=
3
0
,
)
{
)
{
$fr_basepath
=
$::freeradius::params::fr_basepath
$fr_basepath
=
$::freeradius::params::fr_basepath
...
@@ -18,6 +18,6 @@ define freeradius::realm (
...
@@ -18,6 +18,6 @@ define freeradius::realm (
concat::fragment
{
"realm-
${name}
"
:
concat::fragment
{
"realm-
${name}
"
:
target
=>
"
${fr_basepath}
/proxy.conf"
,
target
=>
"
${fr_basepath}
/proxy.conf"
,
content
=>
template
(
'freeradius/realm.erb'
),
content
=>
template
(
'freeradius/realm.erb'
),
order
=>
30
+
$realm_
order
,
order
=>
$
order
,
}
}
}
}
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