forked from gaelcolas/SampleModule
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.kitchen.yml
More file actions
29 lines (26 loc) · 734 Bytes
/
.kitchen.yml
File metadata and controls
29 lines (26 loc) · 734 Bytes
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
---
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: PackageProviderBootstrap/examples
configuration_script: dsc_configuration.ps1
modules_path: modules
retry_on_exit_code:
- 35
configuration_data_variable: configurationData
modules_from_gallery:
- xPSDesiredStateConfiguration
#- PackageManagementProviderResource
verifier:
name: pester
test_folder: PackageProviderBootstrap/tests/integration/
platforms:
- name: win2012r2_PPB
os_type: windows
shell: powershell
suites:
- name: Default