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

Ensure the header comes first

parent 749ab6cc
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,7 @@ class freeradius ( ...@@ -101,7 +101,7 @@ class freeradius (
concat::fragment { 'proxy_header': concat::fragment { 'proxy_header':
target => "${freeradius::fr_basepath}/proxy.conf", target => "${freeradius::fr_basepath}/proxy.conf",
content => "# Proxy config\n\n", content => "# Proxy config\n\n",
order => 10, order => '05',
} }
# Set up attribute filter file # Set up attribute filter file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment