From c1e77f357cf8367cef812be21e53bc848faf3d82 Mon Sep 17 00:00:00 2001 From: Dmitry Sutyagin Date: Mon, 14 Nov 2016 16:52:47 -0800 Subject: [PATCH] Add: collect resolv.conf in Xenial (systemd) Closes-Bug: #1628201 Change-Id: I5dfd188bcf6fe7999b595038bf44e56e9f3e2ad3 --- timmy/env.py | 2 +- timmy_data/rq/filelists/etc-resolv.conf | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/timmy/env.py b/timmy/env.py index 435793d..caedf47 100644 --- a/timmy/env.py +++ b/timmy/env.py @@ -16,7 +16,7 @@ # under the License. project_name = 'timmy' -version = '1.22.2' +version = '1.23.0' if __name__ == '__main__': import sys diff --git a/timmy_data/rq/filelists/etc-resolv.conf b/timmy_data/rq/filelists/etc-resolv.conf index 0f5f8f6..ff02e83 100644 --- a/timmy_data/rq/filelists/etc-resolv.conf +++ b/timmy_data/rq/filelists/etc-resolv.conf @@ -1,2 +1,5 @@ + /etc + /etc/resolv.conf ++ /run ++ /run/resolvconf ++ /run/resolvconf/resolv.conf