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

Delete some modules which come bundled with the server

parent ef09adf5
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,12 @@ class freeradius (
notify => Service[$freeradius::fr_service],
}
# Delete some modules which come bundled with the server that we
# know break functionality out of the box with this config
freeradius::module { 'eap':
ensure => absent,
}
# 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":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment