diff --git a/tests/init.pp b/tests/init.pp deleted file mode 100644 index 1a884ae..0000000 --- a/tests/init.pp +++ /dev/null @@ -1 +0,0 @@ -include ::resolv_conf diff --git a/tests/init_class.pp b/tests/init_class.pp deleted file mode 100644 index 06f8b51..0000000 --- a/tests/init_class.pp +++ /dev/null @@ -1,6 +0,0 @@ -class { '::resolv_conf': - domainname => 'example.com', - searchpath => 'example.com', - nameservers => ['192.168.0.1', '192.168.1.1', '192.168.2.1'], - options => ['timeout:2', 'attempts:3'], -}