chore: change packagerepo vhost name (#188)

- ensure http endpoint works for packagerepo.service.consul

Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/188
This commit is contained in:
Ben Vincent 2024-12-08 17:05:38 +11:00
parent bac90b5459
commit 40af30d0ff

View File

@ -2,7 +2,7 @@
class profiles::reposync::webserver (
String $www_root = '/data/repos/snap',
String $cache_root = '/data/repos/cache',
String $nginx_vhost = 'repos.main.unkin.net',
String $nginx_vhost = 'packagerepo.service.consul',
Stdlib::Port $nginx_port = 80,
Stdlib::Port $nginx_ssl_port = 443,
Boolean $favicon = true,