Skip to content

Commit

Permalink
drop web/downloads aliases that are now served by fastly
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Dec 5, 2024
1 parent d46dcb2 commit 7c342ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion puppet/modules/web/manifests/vhost/downloads.pp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

web::vhost { 'downloads':
servername => "downloads-backend.${facts['networking']['fqdn']}",
serveraliases => ['downloads.theforeman.org'],
docroot => $downloads_directory,
docroot_owner => $user,
docroot_group => $user,
Expand Down
1 change: 0 additions & 1 deletion puppet/modules/web/manifests/vhost/web.pp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@

web::vhost { 'web':
servername => "web-backend.${facts['networking']['fqdn']}",
serveraliases => ['theforeman.org', 'www.theforeman.org'],
directories => $directory_config,
docroot => $web_directory,
docroot_owner => 'website',
Expand Down

0 comments on commit 7c342ff

Please sign in to comment.