diff options
author | Micah Anderson <micah@leap.se> | 2013-09-14 13:00:15 -0400 |
---|---|---|
committer | Micah Anderson <micah@leap.se> | 2013-09-14 13:00:15 -0400 |
commit | f1ad11887a65b94f101e0d99363daeba93020d2a (patch) | |
tree | b3317b3a9a8568e85e77bf1e4e4cde79ee7b34bb /puppet/modules | |
parent | 70284fd0e786ad838fbbd40c816f6c0d01cc1629 (diff) |
ensure site_config::caching_resolver runs with tag leap_base (#3757)
Change-Id: I593602ff9d3486dee39227673147e137045c55c5
Diffstat (limited to 'puppet/modules')
-rw-r--r-- | puppet/modules/site_config/manifests/caching_resolver.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/modules/site_config/manifests/caching_resolver.pp b/puppet/modules/site_config/manifests/caching_resolver.pp index 922c394f..3d7b9206 100644 --- a/puppet/modules/site_config/manifests/caching_resolver.pp +++ b/puppet/modules/site_config/manifests/caching_resolver.pp @@ -1,4 +1,5 @@ class site_config::caching_resolver { + tag 'leap_base' # Setup a conf.d directory to place additional unbound configuration files. # There must be at least one file in the directory, or unbound will not start, |