Dmitry Kalashnik | 0b8275d | 2019-05-13 15:09:17 +0400 | [diff] [blame] | 1 | parameters: |
| 2 | salt: |
| 3 | minion: |
| 4 | cert: |
| 5 | fluentd_prometheus: |
| 6 | host: ${_param:salt_minion_ca_host} |
| 7 | authority: ${_param:salt_minion_ca_authority} |
| 8 | common_name: fluentd_prometheus |
| 9 | signing_policy: cert_server |
| 10 | alternative_names: IP:127.0.0.1,IP:${_param:single_address},DNS:${linux:system:name},DNS:${linux:network:fqdn} |
| 11 | key_file: ${fluentd:agent:dir:config}/fluentd-prometheus.key |
| 12 | cert_file: ${fluentd:agent:dir:config}/fluentd-prometheus.crt |
| 13 | mode: '0444' |
| 14 | enabled: true |