kitchen-dsc icon indicating copy to clipboard operation
kitchen-dsc copied to clipboard

A DSC Provisioner for Test-Kitchen

Results 4 kitchen-dsc issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google-github-actions/release-please-action](https://togithub.com/google-github-actions/release-please-action) | action | major | `v3` -> `v4` | ---...

When converging in test-kitchen, it fails with the following error: ``` if (!$?) { if($LASTEXITCODE) { exit $LASTEXITCODE } else { exit 1 } } with id: 1DEA0CC5-2ABF-411C-A74A-BBA3FC0AD01A D [WinRM]...

Hi! I've found a number of processes that use tooling to compile a mof, rather than an intermediary ps1 file. It may be helpful to allow some means to provide...

Depending on the specified PowerShell version for the configuration under test, updated versions of the WMF should be able to be installed.

enhancement