diff options
author | Michael Janczyk | 2023-10-13 16:10:09 +0200 |
---|---|---|
committer | Michael Janczyk | 2023-10-13 16:10:09 +0200 |
commit | d16a71e68f46955a3420a4fe7a5460377c8fc607 (patch) | |
tree | b6ff16ea30ee3d7c194a725aea768d23c993d338 | |
parent | add support for alma/centos/rocky 8. (diff) | |
download | packer-templates-d16a71e68f46955a3420a4fe7a5460377c8fc607.tar.gz packer-templates-d16a71e68f46955a3420a4fe7a5460377c8fc607.tar.xz packer-templates-d16a71e68f46955a3420a4fe7a5460377c8fc607.zip |
hcl2: Makefile: change example for PKR_VAR_.
-rw-r--r-- | hcl2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hcl2/Makefile b/hcl2/Makefile index 6c8628d..d5e0d30 100644 --- a/hcl2/Makefile +++ b/hcl2/Makefile @@ -278,7 +278,7 @@ help: @printf "\tVERBOSE=1:\t\tEnable verbose output\n" @printf "\tWINDOW:\t\t\tDisable headless mode\n" @printf "\tPKR_VAR_<VAR>=<VAL>:\tSet a packer variable <VAR>=<VAL>\n" - @printf "\tPKR_VAR_headless=false:\tDisable headless mode\n" + @printf "\tPKR_VAR_ssh_password='secret':\tDisable headless mode\n" @printf "\n" @printf "Clean targets are:\n" @printf "\tclean_except_last\n" |