blob: 627d96bd60ce137811dd60e4bbfb63282db2e983 [file] [log] [blame]
Petr Michalec2a75c3b2017-03-21 13:40:12 +01001classes:
2- system.salt.minion.cert.proxy
3parameters:
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}