From b39e7358d6f5aef447ff37cc45f3ad3469b0ab97 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 12 Jul 2017 19:37:36 +0000 Subject: [PATCH] use correct json file --- roles/bodhi2/backend/templates/atomic-config.py.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/bodhi2/backend/templates/atomic-config.py.j2 b/roles/bodhi2/backend/templates/atomic-config.py.j2 index 5778cd51c4..b998bdef3e 100644 --- a/roles/bodhi2/backend/templates/atomic-config.py.j2 +++ b/roles/bodhi2/backend/templates/atomic-config.py.j2 @@ -16,7 +16,7 @@ config = dict( # https://github.com/projectatomic/rpm-ostree/blob/master/doc/treefile.md 'tree': 'docker-host', 'treefile': { - 'include': 'fedora-atomic-docker-host.json', + 'include': 'fedora-atomic-host.json', 'ref': 'fedora/26/x86_64/updates/atomic-host', 'repos': ['fedora-26', 'fedora-26-updates', 'updates'], 'packages': [], @@ -43,7 +43,7 @@ config = dict( # https://github.com/projectatomic/rpm-ostree/blob/master/doc/treefile.md 'tree': 'docker-host', 'treefile': { - 'include': 'fedora-atomic-docker-host.json', + 'include': 'fedora-atomic-host.json', 'ref': 'fedora/26/x86_64/testing/atomic-host', 'repos': ['fedora-26', 'fedora-26-updates', 'updates-testing'], 'packages': [],