mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-17 10:10:27 +00:00
19 lines
361 B
YAML
19 lines
361 B
YAML
# -*- coding: utf-8 -*-
|
|
# vim: ft=yaml
|
|
---
|
|
packages:
|
|
chocolatey:
|
|
required:
|
|
pkgs: []
|
|
wanted:
|
|
Firefox:
|
|
package_args: "/l:en-GB"
|
|
jq:
|
|
version: '1.5'
|
|
# `1.6` already installed on the pre-salted image
|
|
force: true
|
|
notepadplusplus:
|
|
version: '7.8.8'
|
|
unwanted:
|
|
- GoogleChrome
|
|
- hg
|