packer-cn/provisioner
Adrien Delorme 819329228a Change back to make sure all durations are a time.Duration
It is simply the best/simplest solution and trying to prevent users from passing and integer here would be like opening a can of worms. Because:

* we cannot make mapstructure validate our duration string ( with an UnmarshalJSON func etc.)
* we cannot make mapstructure spit a string instead of a duration and packer will decode-encode-decode config.
* the hcl2 generated code asks for a string, so this will be enforced by default.
2019-10-31 16:12:07 +01:00
..
ansible commit old code generation tool 2019-10-15 12:56:42 +02:00
ansible-local commit old code generation tool 2019-10-15 12:56:42 +02:00
breakpoint commit old code generation tool 2019-10-15 12:56:42 +02:00
chef-client commit old code generation tool 2019-10-15 12:56:42 +02:00
chef-solo commit old code generation tool 2019-10-15 12:56:42 +02:00
converge commit old code generation tool 2019-10-15 12:56:42 +02:00
file commit old code generation tool 2019-10-15 12:56:42 +02:00
inspec commit old code generation tool 2019-10-15 12:56:42 +02:00
powershell Change back to make sure all durations are a time.Duration 2019-10-31 16:12:07 +01:00
puppet-masterless commit old code generation tool 2019-10-15 12:56:42 +02:00
puppet-server commit old code generation tool 2019-10-15 12:56:42 +02:00
salt-masterless commit old code generation tool 2019-10-15 12:56:42 +02:00
shell Change back to make sure all durations are a time.Duration 2019-10-31 16:12:07 +01:00
shell-local These cancel functions have been obsolete since merge of c7ce4d598e 2019-07-26 14:12:58 -07:00
sleep Change back to make sure all durations are a time.Duration 2019-10-31 16:12:07 +01:00
windows-restart Change back to make sure all durations are a time.Duration 2019-10-31 16:12:07 +01:00
windows-shell Change back to make sure all durations are a time.Duration 2019-10-31 16:12:07 +01:00
elevated.go Attempt at generalising elevated support 2018-12-06 18:00:22 +00:00
elevated_test.go Fix/add tests 2018-12-07 16:23:03 +00:00
guest_commands.go add force to powershell move command 2019-02-05 17:47:00 +00:00
guest_commands_test.go Update guest_commands_test.go 2019-02-06 10:50:29 +00:00