Skip to content
Snippets Groups Projects
Commit 952489e5 authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

fix file path

parent 5f77a705
No related branches found
No related tags found
No related merge requests found
......@@ -34,9 +34,9 @@ class secure_afs_request (
# is a docker container we put it in
# /etc/apache2/sites-enabled/default.conf
if ($hosting_model == 'traditional') {
$apache_conf_name = 'secure-afs-request.conf'
$apache_conf_name = '/etc/apache2/sites-enabled/secure-afs-request.conf'
} else {
$apache_conf_name = 'default.conf'
$apache_conf_name = '/etc/apache2/sites-enabled/default.conf'
}
file { $apache_conf_name:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment