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
1498260c
Commit
1498260c
authored
Oct 31, 2014
by
Jonathan Gazeley
Browse files
Merge branch 'master' of
https://github.com/djjudas21/puppet-freeradius
parents
80a3368d
db72de1f
Changes
2
Show whitespace changes
Inline
Side-by-side
manifests/init.pp
View file @
1498260c
...
...
@@ -172,7 +172,7 @@ class freeradius (
# Install a couple of virtual servers needed on all FR installations
if
$control_socket
==
true
{
freeradius::site
{
'control-socket'
:
source
=>
'puppet:///modules/
freeradius/sites-enabled/control-socket
'
,
source
=>
template
(
'
freeradius/sites-enabled/control-socket
.erb'
)
,
}
}
...
...
fil
es/sites-enabled/control-socket
→
templat
es/sites-enabled/control-socket
.erb
View file @
1498260c
...
...
@@ -53,12 +53,12 @@ listen {
#
# Name of user that is allowed to connect to the control socket.
#
uid =
radiusd
uid =
<%=
@fr_user
%>
#
# Name of group that is allowed to connect to the control socket.
#
gid =
radiusd
gid =
<%=
@fr_group
%>
#
# Access mode.
...
...
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