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
8bcc2cda
Commit
8bcc2cda
authored
Feb 10, 2016
by
Jonathan Gazeley
Browse files
Stop purging sites-available as it doesn't make any sense. Enable tls-cache server globally.
parent
9f5a6470
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/init.pp
View file @
8bcc2cda
...
...
@@ -55,7 +55,6 @@ class freeradius (
"
${freeradius::fr_basepath}
/certs"
,
"
${freeradius::fr_basepath}
/clients.d"
,
"
${freeradius::fr_basepath}
/sites-enabled"
,
"
${freeradius::fr_basepath}
/sites-available"
,
"
${freeradius::fr_basepath}
/instantiate"
,
]:
ensure
=>
directory
,
...
...
@@ -74,6 +73,13 @@ class freeradius (
ensure
=>
absent
,
}
# Create symlink to enable tls-cache server
# This is not harmful to enable globally
file
{
"
${freeradius::fr_basepath}
/sites-enabled/tls-cache"
:
ensure
=>
link
,
target
=>
"
${freeradius::fr_basepath}
/sites-available/tls-cache"
,
}
# Set up concat policy file, as there is only one global policy
# We also add standard header and footer
concat
{
"
${freeradius::fr_basepath}
/policy.conf"
:
...
...
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