diff --git a/manifests/compliance_example.pp b/examples/compliance_example.pp similarity index 100% rename from manifests/compliance_example.pp rename to examples/compliance_example.pp diff --git a/manifests/purge_example.pp b/examples/purge_example.pp similarity index 100% rename from manifests/purge_example.pp rename to examples/purge_example.pp diff --git a/tests/registry_examples.pp b/examples/registry_examples.pp similarity index 100% rename from tests/registry_examples.pp rename to examples/registry_examples.pp diff --git a/manifests/service_example.pp b/examples/service_example.pp similarity index 100% rename from manifests/service_example.pp rename to examples/service_example.pp diff --git a/manifests/init.pp b/manifests/init.pp deleted file mode 100644 index ec520978..00000000 --- a/manifests/init.pp +++ /dev/null @@ -1,8 +0,0 @@ -# == Class: registry -# -# This class exists to prevent `include registry` from blowing up. -# -class registry { - - -} diff --git a/tests/init.pp b/tests/init.pp deleted file mode 100644 index c1cf4abb..00000000 --- a/tests/init.pp +++ /dev/null @@ -1,11 +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 registry