diff options
author | varac <varacanero@zeromail.org> | 2016-04-18 18:28:29 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-04-18 18:28:29 +0200 |
commit | 8370875d608ebddae09fcd05741bb77e0e31c122 (patch) | |
tree | f34754d9aad1f3402dfdac9b6351314018e064a4 /puppet/modules/site_config | |
parent | 22b788920defdd42b4abda144afd8ca69d0a9d37 (diff) |
[style] more manual linting for custom manifests
Diffstat (limited to 'puppet/modules/site_config')
-rw-r--r-- | puppet/modules/site_config/manifests/caching_resolver.pp | 1 | ||||
-rw-r--r-- | puppet/modules/site_config/manifests/dhclient.pp | 10 |
2 files changed, 6 insertions, 5 deletions
diff --git a/puppet/modules/site_config/manifests/caching_resolver.pp b/puppet/modules/site_config/manifests/caching_resolver.pp index a016627d..8bf465c1 100644 --- a/puppet/modules/site_config/manifests/caching_resolver.pp +++ b/puppet/modules/site_config/manifests/caching_resolver.pp @@ -1,3 +1,4 @@ +# deploy local caching resolver class site_config::caching_resolver { tag 'leap_base' diff --git a/puppet/modules/site_config/manifests/dhclient.pp b/puppet/modules/site_config/manifests/dhclient.pp index eb09fda1..a1f87d41 100644 --- a/puppet/modules/site_config/manifests/dhclient.pp +++ b/puppet/modules/site_config/manifests/dhclient.pp @@ -1,10 +1,10 @@ +# Unfortunately, there does not seem to be a way to reload the dhclient.conf +# config file, or a convenient way to disable the modifications to +# /etc/resolv.conf. So the following makes the functions involved noops and +# ships a script to kill and restart dhclient. See the debian bugs: +# #681698, #712796 class site_config::dhclient { - # Unfortunately, there does not seem to be a way to reload the dhclient.conf - # config file, or a convenient way to disable the modifications to - # /etc/resolv.conf. So the following makes the functions involved noops and - # ships a script to kill and restart dhclient. See the debian bugs: - # #681698, #712796 include site_config::params |