forked from SUNET/soc-ops
Bugfix.
This commit is contained in:
parent
596fced905
commit
0cbbda4135
2 changed files with 2 additions and 1 deletions
|
@ -30,3 +30,4 @@ test-sso-proxy1.cert.sunet.se:
|
||||||
|
|
||||||
intelmq-dev.cert.sunet.se:
|
intelmq-dev.cert.sunet.se:
|
||||||
soc::intelmq:
|
soc::intelmq:
|
||||||
|
use_snakeoil: true
|
||||||
|
|
|
@ -2,7 +2,7 @@ class soc::intelmq(
|
||||||
Optional[String] $tls_cert = undef,
|
Optional[String] $tls_cert = undef,
|
||||||
Optional[String] $tls_chain = undef,
|
Optional[String] $tls_chain = undef,
|
||||||
Optional[String] $tls_key = undef,
|
Optional[String] $tls_key = undef,
|
||||||
String $servername = $::fact['networking.fqdn'],
|
String $servername = $facts['networking']['fqdn'],
|
||||||
Boolean $use_snakeoil = false,
|
Boolean $use_snakeoil = false,
|
||||||
) {
|
) {
|
||||||
include sunet::systemd_reload
|
include sunet::systemd_reload
|
||||||
|
|
Loading…
Add table
Reference in a new issue