fixed syntax error in cosmos-site.pp
This commit is contained in:
parent
3399154a9c
commit
dd60f538bb
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ class eidas_hsm_client($luna_version="6.2") {
|
||||||
env => ["PKCS11PIN=${pkcs11pin}"]
|
env => ["PKCS11PIN=${pkcs11pin}"]
|
||||||
}
|
}
|
||||||
sunet::scriptherder::cronjob { "${name}_restart_hsmproxy":
|
sunet::scriptherder::cronjob { "${name}_restart_hsmproxy":
|
||||||
cmd => "/usr/sbin/service docker-${name}_hsmproxy restart'",
|
cmd => "/usr/sbin/service docker-${name}_hsmproxy restart",
|
||||||
minute => '9',
|
minute => '9',
|
||||||
hour => '0',
|
hour => '0',
|
||||||
ok_criteria => ['exit_status=0','max_age=48h'],
|
ok_criteria => ['exit_status=0','max_age=48h'],
|
||||||
|
|
Loading…
Add table
Reference in a new issue