Skip to content

Commit

Permalink
virt-install-ubuntu: Add timezone
Browse files Browse the repository at this point in the history
Add a default timezone to oour cloud-init so we always have that as we want it.
  • Loading branch information
sbates130272 committed Jun 23, 2023
1 parent d11bf2e commit 4f8f704
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libvirt/virt-install-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ users:
shell: /bin/bash
ssh_authorized_keys: |
$(sed -z 's|\n|\n |g' ${SSH_KEY_FILE})
timezone: America/Edmonton
ntp:
enabled: true"
packages:
${PACKAGES}
power_state:
Expand Down

0 comments on commit 4f8f704

Please sign in to comment.