Sha256: c01f874d33f3fef6159a8a2ba3fed8860e1ef9a13e39835b024c700a8afdcc87

Contents?: true

Size: 570 Bytes

Versions: 2

Compression:

Stored size: 570 Bytes

Contents

include_recipe 'chocolatey::default'

node['demo']['pkgs'].each do |pkg|
  chocolatey_package pkg do
    options '--allow-empty-checksums'
  end
end

chocolatey_package 'GoogleChrome' do
  options '--ignorechecksum'
  version '57.0.2987.13301'
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'
include_recipe 'workstation::dotnet'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wombat-cli-0.6.1 generator_files/cookbooks/workstation/recipes/default.rb
wombat-cli-0.6.0 generator_files/cookbooks/workstation/recipes/default.rb