[debian12] fix: fixed packer account
This commit is contained in:
parent
2072e74082
commit
c934273f44
@ -15,12 +15,10 @@ d-i mirror/http/proxy string
|
|||||||
d-i mirror/suite string bookworm
|
d-i mirror/suite string bookworm
|
||||||
|
|
||||||
# account
|
# account
|
||||||
d-i passwd/root-login boolean false
|
d-i passwd/root-login boolean true
|
||||||
d-i passwd/make-user boolean true
|
d-i passwd/root-password password packer
|
||||||
d-i passwd/user-fullname string Packer
|
d-i passwd/root-password-again password packer
|
||||||
d-i passwd/username string packer
|
d-i passwd/make-user boolean false
|
||||||
d-i passwd/user-password password packer
|
|
||||||
d-i passwd/user-password-again password packer
|
|
||||||
|
|
||||||
# timezone
|
# timezone
|
||||||
d-i clock-setup/utc boolean true
|
d-i clock-setup/utc boolean true
|
||||||
|
@ -118,7 +118,7 @@ source "proxmox-iso" "template" {
|
|||||||
scsi_controller = "virtio-scsi-single"
|
scsi_controller = "virtio-scsi-single"
|
||||||
ssh_port = 22
|
ssh_port = 22
|
||||||
ssh_timeout = "20m"
|
ssh_timeout = "20m"
|
||||||
ssh_username = "${var.template_username}"
|
ssh_username = "root"
|
||||||
ssh_password = "${var.template_password}"
|
ssh_password = "${var.template_password}"
|
||||||
template_description = "${var.template_description}"
|
template_description = "${var.template_description}"
|
||||||
template_name = "${var.template_name}"
|
template_name = "${var.template_name}"
|
||||||
|
Loading…
Reference in New Issue
Block a user