From 1b1b7050b2f5df759a3ba16abe12797eb615f5d7 Mon Sep 17 00:00:00 2001 From: Geekix Date: Thu, 30 Aug 2018 10:21:59 +0200 Subject: [PATCH] Remove tests/init.pp --- tests/init.pp | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 tests/init.pp diff --git a/tests/init.pp b/tests/init.pp deleted file mode 100644 index fc96ede..0000000 --- a/tests/init.pp +++ /dev/null @@ -1,12 +0,0 @@ -# The baseline for module testing used by Puppet Labs is that each manifest -# should have a corresponding test manifest that declares that class or defined -# type. -# -# Tests are then run by using puppet apply --noop (to check for compilation -# errors and view a log of events) or by fully applying the test in a virtual -# environment (to compare the resulting system state to the desired state). -# -# Learn more about module testing here: -# http://docs.puppetlabs.com/guides/tests_smoke.html -# -include nslcd