From cdd2e6db52802d964d4f1cb61036cc0d7546e9be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20B=C3=A9rtoli?= Date: Mon, 24 Aug 2020 10:27:18 -0300 Subject: [PATCH] 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. --- prometheus/defaults.yaml | 3 +-- prometheus/osfamilymap.yaml | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/prometheus/defaults.yaml b/prometheus/defaults.yaml index 4b47132..384ec10 100644 --- a/prometheus/defaults.yaml +++ b/prometheus/defaults.yaml @@ -3,8 +3,7 @@ --- prometheus: wanted: - clientlibs: - - golang + clientlibs: [] component: - prometheus - alertmanager diff --git a/prometheus/osfamilymap.yaml b/prometheus/osfamilymap.yaml index a837600..3612d7e 100644 --- a/prometheus/osfamilymap.yaml +++ b/prometheus/osfamilymap.yaml @@ -117,8 +117,6 @@ RedHat: Suse: {} Gentoo: - wanted: - clientlibs: [] pkg: use_upstream_repo: false use_upstream_archive: false