Skip to content

Instantly share code, notes, and snippets.

@crt
crt / gist:f3ed76d2af054dd7741bd156d113f214
Last active April 25, 2018 15:36
Choco Skype url parameter error
Chocolatey v0.10.10
Chocolatey is running on Windows v 6.1.7601.65536
Command line: "C:\ProgramData\chocolatey\choco.exe" install skype -y --debug
Received arguments: install skype -y --debug
The source 'http://packages.xxx.xx/choco/api/v2/;https://chocolatey.org/api/v2/' evaluated to a 'normal' source type
NOTE: Hiding sensitive configuration data! Please double and triple
check to be sure no sensitive data is shown, especially if copying
output to a gist for review.
Configuration: CommandName='install'|CacheLocation='C:\cygwin64\tmp\chocolatey'|
@crt
crt / choco.pp
Last active October 3, 2015 19:14
Choco log, puppet mosule and hiera config
class ds-win::choco (
$pkglist = hiera_hash('ds-win::choco::packages', undef),
$ensure = 'installed',
$choco_ensure = 'latest',
)
{
if $::kernel == Windows {
# default package provider and properities
Package {