diff -r dd6b3adde73b -r 338bcc78d431 dev/provisioning/custom.yaml.tmpl --- a/dev/provisioning/custom.yaml.tmpl Wed Apr 13 13:38:40 2016 +0200 +++ b/dev/provisioning/custom.yaml.tmpl Fri Apr 22 11:20:17 2016 +0200 @@ -28,9 +28,13 @@ # handle host sysconfig::params::hdl_host : 172.16.1.6 +# handle db name +sysconfig::params::hdl_db_name : handle +# handle prefix +sysconfig::params::hdl_prefix : "12345.100" +# handle test prefix +sysconfig::params::hdl_test_prefix : "12345.101" -# handle database -sysconfig::params::hdl_db_name : handle # memory percentage used by memcached sysconfig::params::memcached_max_memory : 25%