summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2017-04-02 22:45:12 +0200
committervarac <varacanero@zeromail.org>2017-04-02 22:45:12 +0200
commit4e39c4ed5fb89330c86b0c50110ef37ff32c000d (patch)
treec6eb55e6f63e0532ecae70e572cca87a79475662
parenta26b91dfea3189e6777629fa00d54f51dc41f4d4 (diff)
Remove deprecated concat::setup
-rw-r--r--manifests/init.pp1
-rw-r--r--tests/forward.pp1
-rw-r--r--tests/init.pp1
-rw-r--r--tests/stub.pp1
4 files changed, 0 insertions, 4 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index ecb7970..8b1c3e5 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -82,7 +82,6 @@ class unbound (
$ssl = true,
) inherits unbound::params {
- include concat::setup
include unbound::package
include unbound::service
diff --git a/tests/forward.pp b/tests/forward.pp
index 0d245e6..dc2dcf3 100644
--- a/tests/forward.pp
+++ b/tests/forward.pp
@@ -1,4 +1,3 @@
-include concat::setup
include unbound
unbound::forward { 'example.com':
settings => {
diff --git a/tests/init.pp b/tests/init.pp
index 89af177..bcbc503 100644
--- a/tests/init.pp
+++ b/tests/init.pp
@@ -8,7 +8,6 @@
#
# Learn more about module testing here: http://docs.puppetlabs.com/guides/tests_smoke.html
#
-include concat::setup
include unbound::package
include unbound::service
include unbound::anchor
diff --git a/tests/stub.pp b/tests/stub.pp
index b1477f9..1110bc6 100644
--- a/tests/stub.pp
+++ b/tests/stub.pp
@@ -1,4 +1,3 @@
-include concat::setup
include unbound::params
unbound::stub { 'example.com':
settings => {