From 97444c5e590a1ed348dbac420ef2d3bfd2ec50f9 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 29 Nov 2016 15:16:38 -0800 Subject: [PATCH] Corrected placement templates for test_lookups. --- .../{targets/lookups => roles/test_lookups}/templates/hello.txt | 0 .../{targets/lookups => roles/test_lookups}/templates/world.txt | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/integration/{targets/lookups => roles/test_lookups}/templates/hello.txt (100%) rename test/integration/{targets/lookups => roles/test_lookups}/templates/world.txt (100%) diff --git a/test/integration/targets/lookups/templates/hello.txt b/test/integration/roles/test_lookups/templates/hello.txt similarity index 100% rename from test/integration/targets/lookups/templates/hello.txt rename to test/integration/roles/test_lookups/templates/hello.txt diff --git a/test/integration/targets/lookups/templates/world.txt b/test/integration/roles/test_lookups/templates/world.txt similarity index 100% rename from test/integration/targets/lookups/templates/world.txt rename to test/integration/roles/test_lookups/templates/world.txt