Skip to content

Instantly share code, notes, and snippets.

@gaelcolas
Created July 18, 2016 15:00
Show Gist options
  • Save gaelcolas/6f485856dcfcbf4be0bcd0c8f1ac8a2e to your computer and use it in GitHub Desktop.
Save gaelcolas/6f485856dcfcbf4be0bcd0c8f1ac8a2e to your computer and use it in GitHub Desktop.
Configuration Default {
Import-DSCResource -ModuleName Env_Refresh
Node 'localhost' {
Env_Refresh TESTVAR
{
Ensure = 'Present'
RunName = 'RMQ_BASE_VAR'
VariableNameList = 'RABBITMQ_BASE'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment