Skip to content
Snippets Groups Projects
Commit 7828887b authored by Jonathan Gazeley's avatar Jonathan Gazeley
Browse files

Add template for FR3

parent f06133ea
Branches
Tags
No related merge requests found
......@@ -21,7 +21,7 @@ class freeradius (
mode => '0640',
owner => 'root',
group => $freeradius::fr_group,
content => template('freeradius/radiusd.conf.erb'),
content => template("freeradius/radiusd.conf.fr${::freeradius_maj_version}.erb"),
require => [Package[$freeradius::fr_package], Group[$freeradius::fr_group]],
notify => Service[$freeradius::fr_service],
}
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment