Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for 'partial configuration' #25

Open
dragon788 opened this issue Jul 29, 2016 · 2 comments
Open

Add support for 'partial configuration' #25

dragon788 opened this issue Jul 29, 2016 · 2 comments

Comments

@dragon788
Copy link
Contributor

This is a new feature of PS5 that allows for creating multiple separate configurations that may depend on each other and ensures that they get applied in the correct order. This feature can used for both push and pull configs (but possibly not from SMB pull servers yet?) and requires each config to be called with Publish-DSCConfiguration or Update-DSCConfiguration (depending on Pull or Push or Mixed settings) and the final call should be Start-DSCConfiguration -UseExisting. This would be really slick to test locally before having to set up an entire pull server just to test a small piece of a new config.

@mefellows
Copy link
Owner

Thanks @dragon788, I've been out of the DSC game for a little bit. Can you point me to some good material on the subject?

@dragon788
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants