terraform/builtin/provisioners/chef
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
..
test-fixtures fix errors 2015-07-08 19:41:38 -04:00
linux_provisioner.go Fix an issue with `sudo` and `hints` 2015-07-20 18:31:32 +02:00
linux_provisioner_test.go Added Policyfile support to the Chef provisioner 2015-09-26 00:56:24 +01:00
resource_provisioner.go Revert changing `path.Join()` to `filepath.Join()` (PR #3896) 2015-11-24 14:40:46 +01:00
resource_provisioner_test.go chef: read key contents instead of paths 2015-11-12 16:11:44 -06:00
windows_provisioner.go Fixes #2676 by prefixing all Windows commands 2015-07-10 12:56:27 +02:00
windows_provisioner_test.go Added Policyfile support to the Chef provisioner 2015-09-26 00:56:24 +01:00