Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Created December 18, 2015 21:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guitarrapc/78f1b53e46402350d486 to your computer and use it in GitHub Desktop.
Save guitarrapc/78f1b53e46402350d486 to your computer and use it in GitHub Desktop.
[DscLocalConfigurationManager()]
Configuration SampleMetaConfig
{
Settings
{
RefreshMode = "PULL";
AllowModuleOverwrite = $true;
RebootNodeIfNeeded = $true;
ConfigurationModeFrequencyMins = 60;
}
ConfigurationRepositoryWeb ConfigurationManager
{
ServerURL = “https://PullServerMachine:8080/psdscpullserver.svc”
RegistrationKey = "140a952b-b9d6-406b-b416-e0f759c9c0e4"
ConfigurationNames = @(“WebRole”)
}
}
SampleMetaConfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment