You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- {%- from 'icinga2/map.jinja' import icinga2 with context -%}
- {% set fqdn = salt.grains.get('fqdn') -%}
-
- object ApiListener "api" {
- cert_path = "{{ icinga2.pki_dir }}/{{ fqdn }}.crt"
- key_path = "{{ icinga2.pki_dir }}/{{ fqdn }}.key"
- ca_path = "{{ icinga2.pki_dir }}/ca.crt"
-
- accept_config = true
- accept_commands = true
- }
|