fix(defaults): set clientlibs defaults to an empty list

BREAKING CHANGE: The golang clientib is not required for
the regular use of this formula but, if you already expected it to be
installed by default, you'll need to update your pillars to do so.
Running this version of the formula over previous ones won't break the
minions, only skip clientlibs.
This commit is contained in:
Javier Bértoli 2020-08-24 10:27:18 -03:00
parent 1dc291feed
commit cdd2e6db52
2 changed files with 1 additions and 4 deletions

View File

@ -3,8 +3,7 @@
---
prometheus:
wanted:
clientlibs:
- golang
clientlibs: []
component:
- prometheus
- alertmanager

View File

@ -117,8 +117,6 @@ RedHat:
Suse: {}
Gentoo:
wanted:
clientlibs: []
pkg:
use_upstream_repo: false
use_upstream_archive: false