fixed mariahs ssh key
This commit is contained in:
parent
641ce29733
commit
c7499d482e
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue