From 934b48ca22127acbbedeba83eedd7a46412a6b9b Mon Sep 17 00:00:00 2001 From: mickael e Date: Thu, 6 Jun 2019 15:00:30 -0400 Subject: [PATCH] Specify run order for paxctld and don't install recommends for Libreoffice Setting the paxctld in the requires block of the libreoffice install will ensure the service is always started prior to installing the package. ca-certificates-java was posing some issues at install time. As it is listed in "recommends" and not "requires", we can sidestep the issue and also reduce total amount of packages installed. --- dom0/sd-svs-disp-files.sls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dom0/sd-svs-disp-files.sls b/dom0/sd-svs-disp-files.sls index dd3772bdd..7e9007abb 100644 --- a/dom0/sd-svs-disp-files.sls +++ b/dom0/sd-svs-disp-files.sls @@ -31,3 +31,6 @@ sd-svs-disp-install-libreoffice: - retry: attempts: 3 interval: 60 + - install_recommends: False + - require: + - service: paxctld