Skip to content

Instantly share code, notes, and snippets.

@gaelcolas
Created November 5, 2017 22:39
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 gaelcolas/69e26e1cef3da4a6b711fdc5588400f9 to your computer and use it in GitHub Desktop.
Save gaelcolas/69e26e1cef3da4a6b711fdc5588400f9 to your computer and use it in GitHub Desktop.
Configuration MyDscConfig {
$Allnodes.nodename {
ChocolateyPackage Putty {
Ensure = 'Present'
Name = 'Putty'
Version = 'Latest'
ChocolateyOptions = @{ source = 'https://chocolatey.org/api/v2/' }
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment