This commit is contained in:
mwiegand 2021-07-06 21:32:54 +02:00
parent c410be5d72
commit 1f93d3888e

View file

@ -1,13 +1,5 @@
from ipaddress import ip_interface
defaults = {
'users': {
'backup-receiver': {
'authorized_keys': [],
},
},
}
@metadata_reactor.provides(
'users/backup-receiver/authorized_keys'