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
fcf2bb70
Commit
fcf2bb70
authored
Aug 18, 2017
by
Mike Kelly
Committed by
GitHub
Aug 18, 2017
Browse files
Fix "mods-available" path for Krb5
Fix a typo int he module config path for krb5
parent
56e1bc0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/krb5.pp
View file @
fcf2bb70
...
...
@@ -15,7 +15,7 @@ define freeradius::krb5 (
$fr_group
=
$::freeradius::params::fr_group
# Generate a module config
file
{
"
${fr_basepath}
/mods-availabe/
${name}
"
:
file
{
"
${fr_basepath}
/mods-availab
l
e/
${name}
"
:
ensure
=>
$ensure
,
mode
=>
'0640'
,
owner
=>
'root'
,
...
...
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