Skip to content

Commit

Permalink
Merge pull request #284 from Shilpi-Das1/shilpi-das1/modify-cloudinit
Browse files Browse the repository at this point in the history
Update template to use latest cloud init
  • Loading branch information
Power Cloud Robot authored Jun 7, 2022
2 parents a49e276 + ffb345b commit d03684d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/image/qcow2ova/prep/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ mv /etc/resolv.conf.orig /etc/resolv.conf || true
touch /.autorelabel
`

var cloudConfig = `# latest file from cloud-init-19.4-11.el8_3.2.noarch
var cloudConfig = `# latest file from cloud-init-22.1-1.el8.noarch
users:
- default
Expand All @@ -90,7 +90,7 @@ ssh_pwauth: 0
mount_default_fields: [~, ~, 'auto', 'defaults,nofail,x-systemd.requires=cloud-init.service', '0', '2']
resize_rootfs_tmp: /dev
ssh_deletekeys: 1
ssh_genkeytypes: ~
ssh_genkeytypes: ['rsa', 'ecdsa', 'ed25519']
syslog_fix_perms: ~
disable_vmware_customization: false
Expand Down

0 comments on commit d03684d

Please sign in to comment.