From 098efd4e753f7a65d488907cb2be694efad2178a Mon Sep 17 00:00:00 2001 From: Patrick Kummutat Date: Mon, 9 Sep 2019 10:02:46 +0200 Subject: [PATCH] Fixed package cleanup --- chrony/package/clean.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrony/package/clean.sls b/chrony/package/clean.sls index cf164ed..110124d 100644 --- a/chrony/package/clean.sls +++ b/chrony/package/clean.sls @@ -11,6 +11,6 @@ include: chrony-package-clean-pkg-removed: pkg.removed: - - name: {{ chrony.pkg }} + - name: {{ chrony.package }} - require: - sls: {{ sls_config_clean }}