diff options
author | Jan Dittberner <jandd@cacert.org> | 2017-08-26 17:32:18 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2017-08-26 17:32:18 +0200 |
commit | a59e285093216a66e47364517cbf68de1206fc1d (patch) | |
tree | 5d5f068467b410cf5100df302c30da35b05f24bb /hieradata/nodes/proxyout.yaml | |
parent | 22ae2f3bc8c6359a71694380ee070640ebdf99ba (diff) | |
download | cacert-puppet-a59e285093216a66e47364517cbf68de1206fc1d.tar.gz cacert-puppet-a59e285093216a66e47364517cbf68de1206fc1d.tar.xz cacert-puppet-a59e285093216a66e47364517cbf68de1206fc1d.zip |
Fix hiera syntax, remove unwanted empty lines
Diffstat (limited to 'hieradata/nodes/proxyout.yaml')
-rw-r--r-- | hieradata/nodes/proxyout.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hieradata/nodes/proxyout.yaml b/hieradata/nodes/proxyout.yaml index 27ff49b..c9b1bd6 100644 --- a/hieradata/nodes/proxyout.yaml +++ b/hieradata/nodes/proxyout.yaml @@ -4,12 +4,11 @@ classes: profiles::base::admins: - jandd - law -profiles::squid: - acls: +profiles::squid::acls: - "localnet src 10.0.0.0/24" - "debmirror dstdomain .debian.org" - "debpgsql dstdomain apt.postgresql.org" - "debpuppet dstdomain apt.puppetlabs.com" - http_access: +profiles::squid::http_access: - "allow localnet debmirror" - "allow localnet debpuppet" |