Updated the variable description of centos8-netinstall and centos8-local

This commit is contained in:
4censord 2021-04-22 11:48:42 +02:00
parent 7789f3feb3
commit 05d31ebf90
2 changed files with 6 additions and 6 deletions

View File

@ -9,21 +9,21 @@ packer {
variable "remote_host" { variable "remote_host" {
type = string type = string
description = "The ip or fqdn of your XenServer. This will be pulled from the env var 'PKR_VAR_XAPI_HOST'" description = "The ip or fqdn of your XenServer. This will be pulled from the env var 'PKR_VAR_remote_host'"
sensitive = true sensitive = true
default = null default = null
} }
variable "remote_password" { variable "remote_password" {
type = string type = string
description = "The password used to interact with your XenServer. This will be pulled from the env var 'PKR_VAR_XAPI_PASSWORD'" description = "The password used to interact with your XenServer. This will be pulled from the env var 'PKR_VAR_remote_password'"
sensitive = true sensitive = true
default = null default = null
} }
variable "remote_username" { variable "remote_username" {
type = string type = string
description = "The username used to interact with your XenServer. This will be pulled from the env var 'PKR_VAR_XAPI_USERNAME'" description = "The username used to interact with your XenServer. This will be pulled from the env var 'PKR_VAR_remote_username'"
sensitive = true sensitive = true
default = null default = null

View File

@ -9,21 +9,21 @@ packer {
variable "remote_host" { variable "remote_host" {
type = string type = string
description = "The ip or fqdn of your XenServer. This will be pulled from the env var 'PKR_VAR_XAPI_HOST'" description = "The ip or fqdn of your XenServer. This will be pulled from the env var 'PKR_VAR_remote_host'"
sensitive = true sensitive = true
default = null default = null
} }
variable "remote_password" { variable "remote_password" {
type = string type = string
description = "The password used to interact with your XenServer. This will be pulled from the env var 'PKR_VAR_XAPI_PASSWORD'" description = "The password used to interact with your XenServer. This will be pulled from the env var 'PKR_VAR_remote_password'"
sensitive = true sensitive = true
default = null default = null
} }
variable "remote_username" { variable "remote_username" {
type = string type = string
description = "The username used to interact with your XenServer. This will be pulled from the env var 'PKR_VAR_XAPI_USERNAME'" description = "The username used to interact with your XenServer. This will be pulled from the env var 'PKR_VAR_remote_username'"
sensitive = true sensitive = true
default = null default = null