| Petr Michalec | 2a75c3b | 2017-03-21 13:40:12 +0100 | [diff] [blame] | 1 | classes: |
| 2 | - system.salt.minion.cert.proxy | ||||
| 3 | parameters: | ||||
| 4 | _param: | ||||
| 5 | salt_pki_proxy_alt_names: IP:${_param:cluster_public_host},DNS:${_param:cluster_public_host},DNS:proxy.${_param:cluster_public_host},DNS:horizon.${_param:cluster_public_host} | ||||
| 6 | salt: | ||||
| 7 | minion: | ||||
| 8 | cert: | ||||
| 9 | proxy: | ||||
| 10 | common_name: proxy | ||||
| 11 | alternative_names: IP:127.0.0.1,${_param:salt_pki_proxy_alt_names} | ||||