PowerShell / PackageManagementProviderResource

Modules with DSC resources for the PackageManagement(aka OneGet) providers.
MIT License
37 stars 24 forks source link

Chocolatey Package & Source Resources #8

Open kilasuit opened 8 years ago

kilasuit commented 8 years ago

I wondered if it would be beneficial to add in DSC resources for Choclatey.

I've been working on them this weekend and if seen as beneficial then I would be happy to submit a PR for it to merge into this repo.

However from my basic testing it seems that package installation works with no issue however I have yet to confirm that package un-installation works without issue. This could be to do with the Chocolatey provider I haven't yet confirmed this.

jianyunt commented 8 years ago

@kilasuit

@KrishnaV-MSFT just added a generic DSC resource, which supports "all" providers. The existing OneGet Chocolatey provider is a prototype version. It may not work under various cases.

brywang-msft commented 7 years ago

This issue was moved to OneGet/oneget#259