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
f6b20ef4
Commit
f6b20ef4
authored
Mar 02, 2016
by
Jonathan Gazeley
Browse files
Make relative links
parent
ba4120b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/module.pp
View file @
f6b20ef4
...
...
@@ -15,7 +15,7 @@ define freeradius::module (
# Symlink to mods-available for stock modules
file
{
"
${fr_modulepath}
/
${name}
"
:
ensure
=>
link
,
target
=>
"
${fr_basepath}
/mods-available/
${name}
"
,
target
=>
"
..
/mods-available/
${name}
"
,
}
}
else
{
# Deploy actual module to sites-enabled
...
...
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