terraform/builtin/provisioners
Sander van Harmelen b007d4f77a Revert changing `path.Join()` to `filepath.Join()` (PR #3896)
PR #3896 added support for passing keys by content, but in this same PR
all references to `path.Join()` where changed to `filepath.join()`.
There is however a significant difference between these two calls and
using the latter one now causes issues when running the Chef
provisioner on Windows (see issue #4039).
2015-11-24 14:40:46 +01:00
..
chef Revert changing `path.Join()` to `filepath.Join()` (PR #3896) 2015-11-24 14:40:46 +01:00
file Adding support for WinRM 2015-05-01 18:48:54 +02:00
local-exec provisioners/local-exec: output the output 2014-10-05 23:05:49 -07:00
remote-exec Condense switch fallthroughs into expr lists 2015-05-26 21:52:36 -04:00