Inedo / inedox-windows

Windows extension for Otter and BuildMaster.
BSD 3-Clause "New" or "Revised" License
7 stars 4 forks source link

Add Ensure-DSCResource operation #50

Closed gdivis closed 6 years ago

gdivis commented 6 years ago

This should functionally behave like PSDsc, except be more of a "normal" operation by passing in its arguments to DSC via a map property:

Ensure-DSCResource
(
  Name: Files,
  Properties: %(dsc properties...),
  Module: PSDesiredStateConfig,
  ConfigurationKey: Name
);