summaryrefslogtreecommitdiff
path: root/puppet/modules/unbound/tests/stub.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/unbound/tests/stub.pp')
m---------puppet/modules/unbound0
-rw-r--r--puppet/modules/unbound/tests/stub.pp7
2 files changed, 7 insertions, 0 deletions
diff --git a/puppet/modules/unbound b/puppet/modules/unbound
deleted file mode 160000
-Subproject a26b91dfea3189e6777629fa00d54f51dc41f4d
diff --git a/puppet/modules/unbound/tests/stub.pp b/puppet/modules/unbound/tests/stub.pp
new file mode 100644
index 00000000..b1477f9d
--- /dev/null
+++ b/puppet/modules/unbound/tests/stub.pp
@@ -0,0 +1,7 @@
+include concat::setup
+include unbound::params
+unbound::stub { 'example.com':
+ settings => {
+ stub-addr => '127.0.0.1',
+ },
+}