forked from SUNET/soc-ops
Bugfix.
This commit is contained in:
parent
2b7288f631
commit
3332545dc8
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class soc::naemon_monitor (
|
||||||
}
|
}
|
||||||
|
|
||||||
if lookup('shib_key', undef, undef, undef) != undef {
|
if lookup('shib_key', undef, undef, undef) != undef {
|
||||||
sunet::snippets::secret_file { '/opt/naemon_monitor/shib-certs/sp-key.pem': hiera_key => 'shib_key' }
|
sunet::snippets::secret_file { '/opt/naemon_monitor/shib-certs/sp-key.pem': hiera_key => 'shib_key', mode => '0444' }
|
||||||
# assume cert is in cosmos repo (overlay)
|
# assume cert is in cosmos repo (overlay)
|
||||||
}
|
}
|
||||||
if $custom_shib {
|
if $custom_shib {
|
||||||
|
|
Loading…
Add table
Reference in a new issue