From 7fe0f900adcd45a74a24b7f9b251e2ee35b53b54 Mon Sep 17 00:00:00 2001 From: Andy Fiddaman Date: Thu, 2 Sep 2021 14:26:28 +0000 Subject: cc_update_etc_hosts: Use the distribution-defined path for the hosts file (#983) The distribution class has a field that specifies the location of the system hosts file and this can be overridden in subclasses. While the field is correctly used in distro.update_etc_hosts(), the update_etc_hosts module does not use it and just assumes '/etc/hosts' This fixes the module to use the distribution-specific variable. --- tools/.github-cla-signers | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/.github-cla-signers b/tools/.github-cla-signers index ba0c6d79..d1939718 100644 --- a/tools/.github-cla-signers +++ b/tools/.github-cla-signers @@ -14,6 +14,7 @@ bmhughes candlerb cawamata ciprianbadescu +citrus-it dankenigsberg ddymko dermotbradley -- cgit v1.2.3