From 86c5e91781e7ae7b36a0dabd3c74e1c0c2949a08 Mon Sep 17 00:00:00 2001 From: Max Wilhelm Date: Thu, 3 Dec 2015 17:44:02 +0100 Subject: [PATCH] Revert "manifests/config.pp -> manifests/config/init.pp" This reverts commit 51b5f0f640dba444a7c40416a95c2f2d875216b4. This is needed to make sure the puppet autoloader can load the class while running tests. --- manifests/{config/init.pp => config.pp} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename manifests/{config/init.pp => config.pp} (100%) diff --git a/manifests/config/init.pp b/manifests/config.pp similarity index 100% rename from manifests/config/init.pp rename to manifests/config.pp