diff --git a/include/profiles b/include/profiles index 5af27f43..3d52bfa0 100644 --- a/include/profiles +++ b/include/profiles @@ -51,6 +51,26 @@ OPTIONS_CONN_MAX_WAIT_STATE="${VALUE}" ;; + # Append something to URL for control information + control_url_append) + CONTROL_URL_APPEND="${VALUE}" + ;; + + # Prepend an URL before control information link + control_url_prepend) + CONTROL_URL_PREPEND="${VALUE}" + ;; + + # Append something to URL for control information (only applies to CUST-*) + custom_url_append) + CUSTOM_URL_APPEND="${VALUE}" + ;; + + # Prepend an URL before control information link (only applies to CUST-*) + custom_url_prepend) + CUSTOM_URL_PREPEND="${VALUE}" + ;; + # Do not check security repository in sources.list (Debian/Ubuntu) debian_skip_security_repository) OPTION_DEBIAN_SKIP_SECURITY_REPOSITORY="${VALUE}"