Skip to content
Snippets Groups Projects
Commit 81b71f89 authored by Russ Allbery's avatar Russ Allbery
Browse files

base::dns::cache requires base::daemontools

Make this dependency explicit.
parent 55a996f9
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,8 @@ class base::dns { ...@@ -6,7 +6,8 @@ class base::dns {
# This class adds a reference to a local DNS caching server. # This class adds a reference to a local DNS caching server.
class base::dns::cache inherits base::dns { class base::dns::cache inherits base::dns {
include base::dns::cache_packages include base::daemontools,
base::dns::cache_packages
Base::Dns::Resolv_conf[$::fqdn] { dns_cache => true } Base::Dns::Resolv_conf[$::fqdn] { dns_cache => true }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment