removed shutdown_command from all examples

This commit is contained in:
4censord 2021-04-16 15:08:30 +02:00
parent 207656b4d1
commit 36af56d37d
4 changed files with 0 additions and 4 deletions

View File

@ -61,7 +61,6 @@ source "xenserver-iso" "example" {
ssh_username = "root" # The ssh user packer uses to connect to the VM
ssh_password = "centos" # The ssh password packer uses to connect to the VM
ssh_wait_timeout = "10m" # consider install failed if unable to connect via ssh 10m into the build
shutdown_command = "/sbin/shutdown" # After connection via ssh issue this command to shut down the vm
#
# What to do with the resulting VM
#

View File

@ -71,7 +71,6 @@ source "xenserver-iso" "centos8-local" {
ssh_username = "root"
ssh_password = "centos"
ssh_wait_timeout = "10000s"
shutdown_command = "/sbin/shutdown"
output_directory = "packer-centos8-local"
keep_vm = "always"

View File

@ -71,7 +71,6 @@ source "xenserver-iso" "centos8-netinstall" {
ssh_username = "root"
ssh_password = "centos"
ssh_wait_timeout = "10000s"
shutdown_command = "/sbin/shutdown"
output_directory = "packer-centos8-netinstall"
keep_vm = "always"

View File

@ -75,7 +75,6 @@ source "xenserver-iso" "ubuntu-2004" {
ssh_username = "testuser"
ssh_password = "ubuntu"
ssh_wait_timeout = "10m"
shutdown_command = "/sbin/shutdown"
output_directory = "packer-ubuntu-2004-iso"
keep_vm = "always"