fixed mariahs ssh key

This commit is contained in:
Erik Bergström 2018-05-03 10:30:24 +02:00
parent 641ce29733
commit c7499d482e

View file

@ -19,8 +19,8 @@ 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?
$ft_ssh_key = hiera('ssh_authorized_keys')['mariah+CA747E57@nordu.net']
$cloudimage_ssh_keys = [sprintf('%s %s %s', $ft_ssh_key['type'], $ft_ssh_key['key'], $ft_ssh_key['name'])]
$_ssh_key = hiera('ssh_authorized_keys')['mariah+CA747E57']
$cloudimage_ssh_keys = [sprintf('%s %s %s', $_ssh_key['type'], $_ssh_key['key'], $_ssh_key['name'])]
$_v6_resolver = $ip6 ? {
undef => undef,