diff options
| -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, | 
