PowerShell / PackageManagementProviderResource

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

DSC Resource that is a wrapper of Register-PSRepository #4

Closed mprahl closed 8 years ago

mprahl commented 8 years ago

Hello, I'd like to be able to set PowerShell repositories for a specific user, the LCM, or system-wide so that we can use the PSModule resource on an internal Nuget repository, not just the PowerShell Gallery.

Thank you for your time.

vercellone commented 8 years ago

+1

jianyunt commented 8 years ago

@PrahlM93, @vercellone To set a private repo, please see https://github.com/PowerShell/PSPrivateGallery.

mprahl commented 8 years ago

@jianyunt I don't think that is what we are looking for. We are really looking for a wrapper for Register-PSRepository.

Although, now we can run DSC resources as other users, so this issue is longer needed.