diff options
author | Micah <micah@leap.se> | 2016-05-24 10:19:33 -0400 |
---|---|---|
committer | Micah <micah@leap.se> | 2016-05-24 10:19:33 -0400 |
commit | 85a00655cbfa53ddbae455e26700d3d9888bf9f0 (patch) | |
tree | 0cc7aa9b43931643685037195f68c4bdbfc01ab3 /puppet/modules/unbound/tests/stub.pp | |
parent | 0e9121a885d545e14488f9aec1a861ba90b7dbb2 (diff) | |
parent | c9be0212c9e45f609d299f5fbdf8f13a63747be6 (diff) |
Merge commit 'c9be0212c9e45f609d299f5fbdf8f13a63747be6' as 'puppet/modules/unbound'
Diffstat (limited to 'puppet/modules/unbound/tests/stub.pp')
-rw-r--r-- | puppet/modules/unbound/tests/stub.pp | 7 |
1 files changed, 7 insertions, 0 deletions
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', + }, +} |