chore: change packagerepo vhost name
- ensure http endpoint works for packagerepo.service.consul
This commit is contained in:
parent
bac90b5459
commit
b694083b99
@ -2,7 +2,7 @@
|
|||||||
class profiles::reposync::webserver (
|
class profiles::reposync::webserver (
|
||||||
String $www_root = '/data/repos/snap',
|
String $www_root = '/data/repos/snap',
|
||||||
String $cache_root = '/data/repos/cache',
|
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_port = 80,
|
||||||
Stdlib::Port $nginx_ssl_port = 443,
|
Stdlib::Port $nginx_ssl_port = 443,
|
||||||
Boolean $favicon = true,
|
Boolean $favicon = true,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user