summaryrefslogtreecommitdiff
path: root/puppet/modules/site_unbound/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/site_unbound/manifests/init.pp')
-rw-r--r--puppet/modules/site_unbound/manifests/init.pp19
1 files changed, 0 insertions, 19 deletions
diff --git a/puppet/modules/site_unbound/manifests/init.pp b/puppet/modules/site_unbound/manifests/init.pp
deleted file mode 100644
index a968ac62..00000000
--- a/puppet/modules/site_unbound/manifests/init.pp
+++ /dev/null
@@ -1,19 +0,0 @@
-class site_unbound {
-
- class { 'unbound':
- root_hints => false,
- anchor => false,
- ssl => false,
- settings => {
- server => {
- verbosity => '1',
- interface => [ '127.0.0.1', '::1' ],
- port => '53',
- hide-identity => 'yes',
- hide-version => 'yes',
- harden-glue => 'yes',
- access-control => [ '127.0.0.0/8 allow', '::1 allow' ]
- }
- }
- }
-}