Skip to content

Commit 57f4260

Browse files
committed
(antonlindstrom#15) Add the recursor to our tests
1 parent 265f8fe commit 57f4260

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/defines/powerdns_config_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
'class { "::powerdns":
2020
db_root_password => "foobar",
2121
db_username => "foo",
22-
db_password => "bar"
22+
db_password => "bar",
23+
recursor => true,
2324
}'
2425
end
2526

0 commit comments

Comments
 (0)