#
# Manage software throug chocolatey packages
#
# Install chocolatey itself
chocolatey.bootstrap:
module.run:
- failhard: true
# Trigger inital list from command line. Otherwise choco will fail
initial-list:
cmd.run:
- name: choco list > list_init.txt
- creates: list_init.txt
- cwd: C:\ProgramData\chocolatey
Firefox:
chocolatey.installed: []