9
0
Fork 1
This commit is contained in:
Johan Björklund 2024-11-28 14:19:53 +01:00
parent a51ad979cb
commit b4ed614e45
Signed by: bjorklund
GPG key ID: 5E8401339C7F5037
2 changed files with 6 additions and 0 deletions

View file

@ -106,6 +106,11 @@ class soc::naemon_monitor (
content => template('soc/naemon_monitor/shibboleth2.xml.erb'),
mode => '0444',
;
'/opt/naemon_monitor/frontend.xml':
ensure => file,
content => file('soc/naemon_monitor/frontend.xml'),
mode => '0444',
;
'/opt/naemon_monitor/attribute-map.xml':
ensure => file,
content => file('soc/naemon_monitor/attribute-map.xml'),

View file

@ -60,6 +60,7 @@ services:
- '/opt/naemon_monitor/menu_local.conf:/etc/thruk/menu_local.conf'
<%- if @custom_shib -%>
- '/opt/naemon_monitor/shibboleth2.xml:/etc/shibboleth/shibboleth2.xml:ro'
- '/opt/naemon_monitor/frontend.xml:/etc/shibboleth/frontend.xml:ro'
- '/opt/naemon_monitor/attribute-map.xml:/etc/shibboleth/attribute-map.xml:ro'
- '/opt/naemon_monitor/attribute-policy.xml:/etc/shibboleth/attribute-policy.xml:ro'
<% end -%>