Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
puppet-freeradius
Commits
02348f75
Commit
02348f75
authored
Mar 12, 2018
by
Angel L. Mateo
Browse files
Remove ensure parameter in concat::fragment
Latest versions of concat module removed this parameter.
parent
ea2442f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/huntgroup.pp
View file @
02348f75
...
...
@@ -13,7 +13,6 @@ define freeradius::huntgroup (
$content
=
"
${huntgroup}
\t
${conditionals}
\n
"
concat::fragment
{
"huntgroup.
${title}
"
:
ensure
=>
$ensure
,
target
=>
"
${fr_basepath}
/mods-config/preprocess/huntgroups"
,
content
=>
$content
,
order
=>
$order
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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