Skip to content

Commit

Permalink
drop serveraliases for yum/stagingyum
Browse files Browse the repository at this point in the history
it's now served to fastly via the backend name
  • Loading branch information
evgeni committed Dec 9, 2024
1 parent f3261f1 commit 6b63f2a
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/stagingyum.pp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@

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

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

0 comments on commit 6b63f2a

Please sign in to comment.