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:
parent
1dc291feed
commit
cdd2e6db52
@ -3,8 +3,7 @@
|
||||
---
|
||||
prometheus:
|
||||
wanted:
|
||||
clientlibs:
|
||||
- golang
|
||||
clientlibs: []
|
||||
component:
|
||||
- prometheus
|
||||
- alertmanager
|
||||
|
@ -117,8 +117,6 @@ RedHat:
|
||||
Suse: {}
|
||||
|
||||
Gentoo:
|
||||
wanted:
|
||||
clientlibs: []
|
||||
pkg:
|
||||
use_upstream_repo: false
|
||||
use_upstream_archive: false
|
||||
|
Loading…
Reference in New Issue
Block a user