PowerShell / DSC

This repo is for the DSC v3 project
MIT License
133 stars 22 forks source link

Self-contained configuration and resources package #463

Open SteveL-MSFT opened 2 weeks ago

SteveL-MSFT commented 2 weeks ago

Summary of the new feature / enhancement

It may be useful to have a zip package format that defines how to have a self-contained configuration and resources making it easier to deploy configuration without installing resources onto each node.

Proposed technical implementation details (optional)

The zip would contain its own manifest defining the root configuration file (as it may include other configs). Resources would be, by default, constrained to those found in the zip and also ones included with DSC (within the DSC home folder). Optionally, DSC_RESOURCE_PATH can be defined within the manifest. Also have a way to catalog sign the package that is cross-platform compatible which would include hashes of the configs and resources.

theJasonHelmick commented 2 weeks ago

+1