replaced Berra's key with mine
This commit is contained in:
parent
ee4452b493
commit
1c1577c4d0
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue