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
3447db06
Commit
3447db06
authored
Jan 22, 2015
by
Jonathan
Browse files
Merge pull request #15 from diranged/fix_service_name
Rename the Service[radiusd] resource to Service[$fr_service].
parents
b3a530b8
54ab1a35
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/init.pp
View file @
3447db06
...
...
@@ -116,7 +116,7 @@ class freeradius (
# radiusd always tests its config before restarting the service, to avoid outage. If the config is not valid, the service
# won't get restarted, and the puppet run will fail.
service
{
'
radius
d'
:
service
{
$free
radius
::fr_service
:
ensure
=>
running
,
name
=>
$freeradius::fr_service
,
require
=>
[
Exec
[
'radiusd-config-test'
],
File
[
'radiusd.conf'
],
User
[
$freeradius::fr_user
],
Package
[
$freeradius::fr_package
],],
...
...
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