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:
parent
bac90b5459
commit
40af30d0ff
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user