cloudimage.pp: changed default ssh-key to berra

This commit is contained in:
Erik Bergström 2020-12-03 12:36:22 +01:00
parent 89bb7da086
commit e680d04c33

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')['mariah+CA747E57']
$_ssh_key = hiera('ssh_authorized_keys')['berra+96E0A9D4']
$cloudimage_ssh_keys = [sprintf('%s %s %s', $_ssh_key['type'], $_ssh_key['key'], $_ssh_key['name'])]
sunet::cloudimage { $name: