Commit Graph

15 Commits (63bc9e8a9a13109c4e5b91c2d24177ff0edbf438)

Author SHA1 Message Date
Adrien Delorme db880ab50a add decoding tests for trilean
7 years ago
Megan Marsh 3c3f7f26ce 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.
7 years ago
Adrien Delorme e96409954a add execution policy type and use it to default the powershell cmd
7 years ago
Megan Marsh ff6a039d5b replace scrubconfig with packer.LogSecretFilter.Set
8 years ago
Matthew Hooker 81522dced0
move packer to hashicorp
9 years ago
Mitchell Hashimoto ac444accb1 helper/config: tests
11 years ago
Mitchell Hashimoto fd2d44c212 helper/config: copy buildname/buildtype properly
11 years ago
Mitchell Hashimoto 723b91ccf3 Merge pull request #2232 from mitchellh/f-build-name
11 years ago
Mitchell Hashimoto dc8c94890a helper/config: copy template path properly
11 years ago
Mitchell Hashimoto 90581899a4 helper/config: decode time durations
11 years ago
Mitchell Hashimoto 472b060394 packer: build_name and build_type work + tests
11 years ago
Mitchell Hashimoto 639e63fd7c packer: test for template path
11 years ago
Mitchell Hashimoto 931f3eb7bc helper/config: support outputting metadata
11 years ago
Mitchell Hashimoto bdb9bd7dc5 helper/config: error if unused keys
11 years ago
Mitchell Hashimoto 241f76b5b1 helper/config: decoder
11 years ago