forked from chocolatey-community/Chocolatey-Module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml
38 lines (34 loc) · 927 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
---
provisioner:
name: dsc
dsc_local_configuration_manager_version: wmf5
dsc_local_configuration_manager:
reboot_if_needed: true
configuration_mode_frequency_mins: 15
debug_mode: none
configuration_script_folder: Chocolatey/examples
configuration_script: dsc_configuration.ps1
modules_path: BuildOutput/Artefact
retry_on_exit_code:
- 35
configuration_data_variable: configurationData
modules_from_gallery:
- xPSDesiredStateConfiguration
- name: Pester
requiredversion: 4.0.3
repository: PSGallery
#- PackageManagementProviderResource
verifier:
name: pester
test_folder: Chocolatey/tests/integration/
platforms:
- name: win2012r2_PPB
os_type: windows
shell: powershell
suites:
- name: chocolatey
provisioner:
configuration_script_folder: Chocolatey/examples
configuration_script: chocolateyConfig.ps1
- name: Default
- name: Remove