Bugfix.
This commit is contained in:
parent
a51ad979cb
commit
b4ed614e45
2 changed files with 6 additions and 0 deletions
|
@ -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'),
|
||||
|
|
|
@ -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 -%>
|
||||
|
|
Loading…
Add table
Reference in a new issue