Commit 8c400530 authored by Nicolas Wavrant's avatar Nicolas Wavrant

resilient: ssh client keys should be upgraded too

parent be619574
......@@ -66,7 +66,7 @@ mode = 0644
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-pull-backup.cfg.in
output = ${buildout:directory}/instance-pull-backup.cfg
md5sum = 098a9c266fe7256455f079af112f9149
md5sum = 683d178a7ebb60b949d638120dce19ca
mode = 0644
[template-replicated]
......
......@@ -6,7 +6,7 @@ parts =
logrotate
cron
cron-entry-logrotate
sshkeys-authority
pbs-sshkeys-authority
sshkeys-openssh
backup-transfer-integrity-promise
resilient-genstatrss-wrapper
......@@ -212,15 +212,15 @@ recipe = slapos.cookbook:mkdirectory
requests = $${directory:sshkeys}/requests
keys = $${directory:sshkeys}/keys
[sshkeys-authority]
[pbs-sshkeys-authority]
recipe = slapos.cookbook:sshkeys_authority
request-directory = $${sshkeys-directory:requests}
keys-directory = $${sshkeys-directory:keys}
wrapper = $${basedirectory:services}/sshkeys_authority
wrapper = $${basedirectory:services}/pbs_sshkeys_authority
keygen-binary = ${openssh:location}/bin/ssh-keygen
[sshkeys-openssh]
<= sshkeys-authority
<= pbs-sshkeys-authority
recipe = slapos.cookbook:sshkeys_authority.request
name = pbs-client
type = rsa
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment