/etc/vz/download.conf is in vzctl 4.9.4-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 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | # Settings for vztmpl-dl script. It is not required to explicitly set
# anything here since there are sane defaults hardcoded into the script.
# Uncomment to disable automatic template update (default is "yes").
#UPDATE_TEMPLATE="no"
# Uncomment to enable template GPG check (default is "no").
# To import the OpenVZ public key, see
# http://wiki.openvz.org/Package_signatures#Importing_the_public_key
#CHECK_TEMPLATE_SIG="yes"
# Uncomment to make the script more quiet (default is "no").
#QUIET="yes"
# Uncomment and set to location of your favorite mirror
#TMPL_REPO_PREFIX="http://download.openvz.org/template/precreated"
# Which directories under $TMPL_REPO_PREFIX to use
#TEMPLATE_REPOS="${TMPL_REPO_PREFIX}"
# Uncomment this to enable 'beta' (new) templates
#TEMPLATE_REPOS="${TEMPLATE_REPOS} ${TMPL_REPO_PREFIX}/beta/"
# Uncomment this to enable 'unsupported' (old) templates
#TEMPLATE_REPOS="${TEMPLATE_REPOS} ${TMPL_REPO_PREFIX}/unsupported"
|