diff options
author | Jan Dittberner <jandd@cacert.org> | 2019-08-13 13:51:50 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2019-08-13 13:55:13 +0200 |
commit | 6538b9c2b2980205ed5bcdc2e7100133bbe97609 (patch) | |
tree | a151114d095b8f1202faceab1f6047385f2653b1 /hieradata | |
parent | 6de85d59f14d5dcae296d50310fc3691fbba290f (diff) | |
download | cacert-puppet-6538b9c2b2980205ed5bcdc2e7100133bbe97609.tar.gz cacert-puppet-6538b9c2b2980205ed5bcdc2e7100133bbe97609.tar.xz cacert-puppet-6538b9c2b2980205ed5bcdc2e7100133bbe97609.zip |
Use Squid's include mechanism
Squid provides an include mechanism now. Use this instead of managing
the whole squid configuration file.
Diffstat (limited to 'hieradata')
-rw-r--r-- | hieradata/nodes/proxyout.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hieradata/nodes/proxyout.yaml b/hieradata/nodes/proxyout.yaml index e71a40e..dbe0ca8 100644 --- a/hieradata/nodes/proxyout.yaml +++ b/hieradata/nodes/proxyout.yaml @@ -5,8 +5,6 @@ profiles::base::admins: - jandd - law profiles::squid::acls: - - "localnet src 10.0.0.0/24" - - "localnet src 172.16.2.0/24" - "blog src 172.16.2.13" - "blog src 10.0.0.13" - "jenkins src 172.16.2.115" |