I am using tfs release management which uses a custom dsc module to do some deployment tasks. At the same time I have a dsc pull server that would be able to distribute the modules to target nodes. But this does not seem to work and thus I have to make sure that the latest modules are always present on the target node. I read some articles on the web stating something like
DSC also supports a pull mode, but this isn’t supported by RM out-of-the-box
I've found this here but unfortunately there is no more information about this topic. I would love to know how to use a pull server to fetch modules. The current situation that I have to make sure to always copy the modules on the target node can not be how it is meant to be in our devops world.
Has anyone some insights into this RM/DSC/PullServer topic?
Thank you.