changed to Ubuntu 16.04 in /cloudimage.pp
This commit is contained in:
parent
2ebadb1a2f
commit
b57a298538
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ define eid::cloudimage(
|
|||
String $bridge = 'br0',
|
||||
String $size = '40G',
|
||||
String $local_size = '0',
|
||||
String $image_url = 'https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img',
|
||||
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']
|
||||
|
|
Loading…
Add table
Reference in a new issue