map.jinja: add remaining Gentoo bits
This commit is contained in:
parent
3c583870a0
commit
4f032f9c0b
@ -61,6 +61,9 @@
|
|||||||
'RedHat': {
|
'RedHat': {
|
||||||
'package': 'perl-Net-SSLeay',
|
'package': 'perl-Net-SSLeay',
|
||||||
},
|
},
|
||||||
|
'Gentoo': {
|
||||||
|
'package': 'dev-perl/Net-SSLeay',
|
||||||
|
},
|
||||||
}, merge=salt['pillar.get']('net_ssleay:lookup')) %}
|
}, merge=salt['pillar.get']('net_ssleay:lookup')) %}
|
||||||
|
|
||||||
{% set munin_tls = salt['grains.filter_by']({
|
{% set munin_tls = salt['grains.filter_by']({
|
||||||
@ -74,4 +77,9 @@
|
|||||||
'certificate': '/etc/munin/tls/crt.pem',
|
'certificate': '/etc/munin/tls/crt.pem',
|
||||||
'ca_certificate': '/etc/munin/tls/cacert.pem',
|
'ca_certificate': '/etc/munin/tls/cacert.pem',
|
||||||
},
|
},
|
||||||
|
'Gentoo': {
|
||||||
|
'private_key': '/etc/munin/tls/key.pem',
|
||||||
|
'certificate': '/etc/munin/tls/crt.pem',
|
||||||
|
'ca_certificate': '/etc/munin/tls/cacert.pem',
|
||||||
|
},
|
||||||
}, merge=salt['pillar.get']('munin:lookup:tls')) %}
|
}, merge=salt['pillar.get']('munin:lookup:tls')) %}
|
||||||
|
Loading…
Reference in New Issue
Block a user