PowerShell / PackageManagementProviderResource

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

Auto update current module version to latest #41

Open travis-sobeck opened 5 years ago

travis-sobeck commented 5 years ago

As far as I can tell, there is no way to get it to update any currently installed module to whatever the latest version is. yes I am aware are required/max version params but the problem with those is that you have to constantly update the DSC and then go and touch every server. Even if you use a pullserver you still have to touch all the DSC files. I want the DSC to be written once and have it keep all the modules listed up-to-date all the time (well within 'ConfigurationModeFrequencyMins' anyways).