Sha256: 67615c569da00e30a4449219c1a93fd86bca000b87b8413e4e8606a5bf94da90

Contents?: true

Size: 489 Bytes

Versions: 2

Compression:

Stored size: 489 Bytes

Contents

include_recipe 'chocolatey'

node['demo']['pkgs'].each do |pkg|
  chocolatey pkg do
    options ({ '-allow-empty-checksums' => '' })
  end
end

chocolatey 'cmder' do
  version '1.3.0'
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.4.1 generator_files/cookbooks/workstation/recipes/default.rb
wombat-cli-0.4.0 generator_files/cookbooks/workstation/recipes/default.rb