summaryrefslogtreecommitdiff
path: root/tests/stub.pp
blob: b1477f9d72f8d8146099ba0b53ba5599ac4c030d (plain)
1
2
3
4
5
6
7
include concat::setup
include unbound::params
unbound::stub { 'example.com':
  settings => {
    stub-addr => '127.0.0.1',
  },
}