Updated the variable description of centos8-netinstall and centos8-local
This commit is contained in:
parent
7789f3feb3
commit
05d31ebf90
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user