-
Notifications
You must be signed in to change notification settings - Fork 577
Expand file tree
/
Copy pathkitchen.exec.yml
More file actions
21 lines (19 loc) · 844 Bytes
/
kitchen.exec.yml
File metadata and controls
21 lines (19 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
driver:
name: exec
transport:
name: exec
platforms:
- name: localhost
provisioner:
command_prefix: "unset BUNDLE_GEMFILE BUNDLE_PATH BUNDLE_BIN_bundle_BIN BUNDLE_WITHOUT RUBYOPT RUBYLIB GEM_PATH GEM_HOME;"
- name: windows-winrm
provisioner:
command_prefix: "$env:BUNDLE_GEMFILE=$null; $env:BUNDLE_PATH=$null; $env:BUNDLE_BIN=$null; $env:BUNDLE_WITHOUT=$null; $env:RUBYOPT=$null; $env:RUBYLIB=$null; $env:GEM_PATH=$null; $env:GEM_HOME=$null;"
- name: windows-fips-ssh
transport:
name: ssh
username: <%= ENV['machine_user'] %>
password: <%= ENV['machine_pass'] %>
provisioner:
command_prefix: "$env:BUNDLE_GEMFILE=$null; $env:BUNDLE_PATH=$null; $env:BUNDLE_BIN=$null; $env:BUNDLE_WITHOUT=$null; $env:RUBYOPT=$null; $env:RUBYLIB=$null; $env:GEM_PATH=$null; $env:GEM_HOME=$null;"