File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 22
33redirectionio_packages_url : https://packages.redirection.io/
44redirectionio_gpg_key_url : " {{ redirectionio_packages_url }}gpg.key"
5+
6+ # Version management
7+ # This allow to choose a specific version for your infrastructure
8+ # Channel can be stable or beta, left empty to use legacy system
9+ redirectionio_apache_module_channel : " "
10+ # Main version of agent, this allow to upgrade safely your system without BC break with a new main version
11+ redirectionio_apache_module_main_version : 2
12+ # Specific version for your agent, use * to use the latest available version
13+ # Version are of the form: [timestamp]:[version]-[build], if you want a specific version like 2.0.0 you should put *:2.0.0-*
14+ redirectionio_apache_module_version : " *"
You can’t perform that action at this time.
0 commit comments