diff options
author | Jan Dittberner <jandd@cacert.org> | 2017-08-26 20:06:54 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2017-08-26 20:06:54 +0200 |
commit | 6bbfe1c7b3af15657e7480ffa0e1a3dc86314469 (patch) | |
tree | f0d68dec43b9aa79d3bc3363de7e6441324823a0 /sitemodules/roles | |
parent | e8226e73b5e4e13e1e760aa78fe01062041c11ee (diff) | |
download | cacert-puppet-6bbfe1c7b3af15657e7480ffa0e1a3dc86314469.tar.gz cacert-puppet-6bbfe1c7b3af15657e7480ffa0e1a3dc86314469.tar.xz cacert-puppet-6bbfe1c7b3af15657e7480ffa0e1a3dc86314469.zip |
Add profile for SNIProxy
Diffstat (limited to 'sitemodules/roles')
-rw-r--r-- | sitemodules/roles/manifests/proxyin.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sitemodules/roles/manifests/proxyin.pp b/sitemodules/roles/manifests/proxyin.pp index daab60a..d495a41 100644 --- a/sitemodules/roles/manifests/proxyin.pp +++ b/sitemodules/roles/manifests/proxyin.pp @@ -22,4 +22,5 @@ # class roles::proxyin { include profiles::base + include profiles::sniproxy } |