replaced Berra's key with mine

This commit is contained in:
Maria Haider 2021-11-25 13:35:14 +01:00
parent ee4452b493
commit 1c1577c4d0
Signed by: mariah
GPG key ID: 7414A760CA747E57

View file

@ -17,7 +17,7 @@ define eid::cloudimage(
String $image_url = 'https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img',
) {
# This is a hack, use SSH keys from KVM host?
$_ssh_key = hiera('ssh_authorized_keys')['berra+96E0A9D4']
$_ssh_key = hiera('ssh_authorized_keys')['mariah+CA747E57']
$cloudimage_ssh_keys = [sprintf('%s %s %s', $_ssh_key['type'], $_ssh_key['key'], $_ssh_key['name'])]
sunet::cloudimage { $name: