changed default ssh key in cloudimage.pp to berra+96E0A9D4

This commit is contained in:
Erik Bergström 2018-05-08 09:52:24 +02:00
parent 69dda5bba4
commit 7016e5218d

View file

@ -16,7 +16,7 @@ define eid::cloudimage(
String $image_url = 'https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.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: