/usr/share/uec-provisioning/mirrors.cfg.template is in uec-provisioning-mirror 0.5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | # YAML style configuration file
# for the UEC Provisioning Web Front End
mirrors:
- name: local
ubuntu-host: __IPADDR__:9999
ubuntu-dir: /ubuntu
security-host: __IPADDR__:9999
security-dir: /ubuntu-security
|