This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
Packer-Cn
Watch
2
Star
0
Fork
0
mirror of
https://github.com/hashicorp/packer.git
synced
2026-09-24 16:54:09 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dc38fadeebccf2bc294faaa91b67a9df705bda23
Packer-Cn
/
helper
/
config
T
History
Megan Marsh
70cb4097e1
review comments, add plugin type for a few missing builders
2020-10-21 16:17:32 -07:00
..
custom_types_test.go
implement custom data type "trilean" (tri-state-boolean) to track booleans which have a "null" or "unset" state. Previously we used *bool for these template options, but it turns out that those won't work because "unset" will evaluate to "false" if a user is using template variables to set the option that maps to a *bool.
2019-08-22 13:18:15 -07:00
custom_types.go
implement custom data type "trilean" (tri-state-boolean) to track booleans which have a "null" or "unset" state. Previously we used *bool for these template options, but it turns out that those won't work because "unset" will evaluate to "false" if a user is using template variables to set the option that maps to a *bool.
2019-08-22 13:18:15 -07:00
decode_test.go
rework fixer deprecation code so we know what plugins they relate to
2020-10-21 15:28:59 -07:00
decode.go
review comments, add plugin type for a few missing builders
2020-10-21 16:17:32 -07:00
deprecated_options.go
rework fixer deprecation code so we know what plugins they relate to
2020-10-21 15:28:59 -07:00