diff options
author | Jan Dittberner <jandd@cacert.org> | 2017-08-26 21:40:33 +0200 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2017-08-26 21:40:33 +0200 |
commit | e2aec367415aec915c077360625e7aadb082d483 (patch) | |
tree | 6912581f07e33b41176f5a4709b8510afc62e1ea /sitemodules/roles | |
parent | 094c6ff3231a9900c546cebdde146b5663c738e4 (diff) | |
download | cacert-puppet-e2aec367415aec915c077360625e7aadb082d483.tar.gz cacert-puppet-e2aec367415aec915c077360625e7aadb082d483.tar.xz cacert-puppet-e2aec367415aec915c077360625e7aadb082d483.zip |
Setup sniproxy and rsyslog
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 d495a41..62f421e 100644 --- a/sitemodules/roles/manifests/proxyin.pp +++ b/sitemodules/roles/manifests/proxyin.pp @@ -22,5 +22,6 @@ # class roles::proxyin { include profiles::base + include profiles::rsyslog include profiles::sniproxy } |