Sha256: fb3a16b4189ce23d36fc5a19fa5a7e2188e30a1d34f3a1060955d6f5f974dd54
Contents?: true
Size: 491 Bytes
Versions: 1
Compression:
Stored size: 491 Bytes
Contents
include_recipe 'chocolatey' node['demo']['pkgs'].each do |pkg| chocolatey pkg do options ({ '-allow-empty-checksums' => '' }) end end include_recipe 'workstation::certs-keys' include_recipe 'workstation::terminal' include_recipe 'workstation::browser' include_recipe 'workstation::editor' include_recipe 'workstation::chef' include_recipe 'workstation::profile' include_recipe 'wombat::etc-hosts' # disable while we figure out why this broke # include_recipe 'workstation::dotnet'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wombat-cli-0.3.3 | generator_files/cookbooks/workstation/recipes/default.rb |