log to syslog
This commit is contained in:
parent
322aea6ed2
commit
6a7cbf5901
1 changed files with 2 additions and 1 deletions
|
@ -182,7 +182,8 @@ class md_signer($dest_host=undef,$dest_dir="",$version="eidas") {
|
|||
version => $version,
|
||||
pound_and_varnish => false,
|
||||
pipeline => "${name}.fd",
|
||||
volumes => ["/etc/credentials:/etc/credentials"]
|
||||
volumes => ["/etc/credentials:/etc/credentials"],
|
||||
docker_run_extra_parameters => ["--log-driver=syslog"]
|
||||
}
|
||||
if ($dest_host) {
|
||||
sunet::ssh_host_credential { "${name}-publish-credential":
|
||||
|
|
Loading…
Add table
Reference in a new issue