changed default ssh key in cloudimage.pp to berra+96E0A9D4
This commit is contained in:
parent
69dda5bba4
commit
7016e5218d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ define eid::cloudimage(
|
||||||
String $image_url = 'https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img',
|
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?
|
# 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'])]
|
$cloudimage_ssh_keys = [sprintf('%s %s %s', $_ssh_key['type'], $_ssh_key['key'], $_ssh_key['name'])]
|
||||||
|
|
||||||
sunet::cloudimage { $name:
|
sunet::cloudimage { $name:
|
||||||
|
|
Loading…
Add table
Reference in a new issue