From 9c70e00901ed1453767d085ea4c5496b2341c212 Mon Sep 17 00:00:00 2001 From: Martin Babinsky Date: Tue, 11 Jul 2017 12:41:38 +0200 Subject: [PATCH] replica install: drop-in IPA specific config to tmpfiles.d While server installation and upgrade code configures the IPA specific tmpfiles location and creates relevant directories, the replica installer code path is covered incompletely and one step is missing. https://pagure.io/freeipa/issue/7053 Reviewed-By: Alexander Bokovoy Reviewed-By: Stanislav Laznicka --- ipaserver/install/server/replicainstall.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ipaserver/install/server/replicainstall.py b/ipaserver/install/server/replicainstall.py index 4f28de25bd0adf958187c19edf90de4ba57dd98e..814925de152809808f726c60ae7f35a24bc32a4a 100644 --- a/ipaserver/install/server/replicainstall.py +++ b/ipaserver/install/server/replicainstall.py @@ -1515,6 +1515,9 @@ def install(installer): # remove the extracted replica file remove_replica_info_dir(installer) + # Make sure the files we crated in /var/run are recreated at startup + tasks.configure_tmpfiles() + # Everything installed properly, activate ipa service. services.knownservices.ipa.enable() -- 2.9.4