From fb37e79dc11c632d733c451e7a7267c686180a95 Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Oct 18 2016 12:17:10 +0000 Subject: use quotes on ini config options for zypp.conf otherwise salt tries to change the value every time --- diff --git a/salt/profile/zypper/config.sls b/salt/profile/zypper/config.sls index e671d9e..d865afd 100644 --- a/salt/profile/zypper/config.sls +++ b/salt/profile/zypper/config.sls @@ -2,4 +2,4 @@ ini.options_present: - sections: main: - solver.onlyRequires: true + solver.onlyRequires: 'true'