Skip to content

Commit

Permalink
add backend name to downloads vhost
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Nov 15, 2024
1 parent ba45293 commit d54cd57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions puppet/modules/web/manifests/vhost/downloads.pp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
}

web::vhost { 'downloads':
servername => "downloads-backend.${facts['networking']['fqdn']}",
serveraliases => ['downloads.theforeman.org'],
docroot => $downloads_directory,
docroot_owner => $user,
docroot_group => $user,
Expand Down

0 comments on commit d54cd57

Please sign in to comment.