devblackops / POSHOrigin

PowerShell framework for defining and invoking custom DSC resources to provision infrastructure.
Apache License 2.0
56 stars 3 forks source link

Add support for using a git repository as the source of a module #20

Closed devblackops closed 8 years ago

devblackops commented 8 years ago

Description

This PR adds a new capability to New-POSHOriginResourceFromModule to reference POSHOrigin configurations stored in a git repository.

Related Issue

19

Motivation and Context

Allow pre-baked POSHOrigin configurations that are stored in source control to be referenced when defining new resources.

Types of changes