From 9a0448daad4df1ea25cb1d182730487406435d1b Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Mar 21 2021 16:42:04 +0000 Subject: etckeeper: install git git is "only" recommended by etckeeper. However, we use no-recommends, which means we have to explicitely install git. --- diff --git a/salt/profile/etckeeper/init.sls b/salt/profile/etckeeper/init.sls index 38462e4..7475aea 100644 --- a/salt/profile/etckeeper/init.sls +++ b/salt/profile/etckeeper/init.sls @@ -5,6 +5,7 @@ etckeeper_install: - pkgs: - etckeeper - etckeeper-zypp-plugin + - git etckeeper_init: cmd.run: