-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.kitchen.yml
38 lines (34 loc) · 935 Bytes
/
.kitchen.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
driver:
name: vagrant
provisioner:
name: chef_zero
client_rb:
ohai.optional_plugins: [ ':Passwd' ]
encrypted_data_bag_secret_key_path: 'test/fixtures/encrypted_data_bag_secret'
data_bags_path: 'test/fixtures/data_bags'
verifier:
name: inspec
platforms:
- name: macosx-10.10
suites:
- name: default
run_list:
- recipe[lyraphase_workstation::ableton_live]
- recipe[lyraphase_workstation::ableton_live_options]
- recipe[lyraphase_workstation::bashrc]
- recipe[lyraphase_workstation::bitfocus_companion]
attributes:
lyraphase_workstation:
ableton_live:
managed_versions:
- 10.0.1
- 10.1.35
options:
- EnableMapToSiblings
- AutoAdjustMacroMappingRange
- _PluginAutoPopulateThreshold=-1
bashrc:
user_fullname: 'vagrant'
user_email: '[email protected]'
user_gpg_keyid: '0xBADC0DE00FEED000'