Commit 3447db06 authored by Jonathan's avatar Jonathan
Browse files

Merge pull request #15 from diranged/fix_service_name

Rename the Service[radiusd] resource to Service[$fr_service].
parents b3a530b8 54ab1a35
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 { 'radiusd':
  service { $freeradius::fr_service:
    ensure     => running,
    name       => $freeradius::fr_service,
    require    => [Exec['radiusd-config-test'], File['radiusd.conf'], User[$freeradius::fr_user], Package[$freeradius::fr_package],],