diff options
author | Jan Dittberner <jandd@cacert.org> | 2018-11-20 23:14:58 +0100 |
---|---|---|
committer | Jan Dittberner <jandd@cacert.org> | 2018-11-20 23:14:58 +0100 |
commit | a12e89743358ba30a2d69b68d0edb3ef576a9807 (patch) | |
tree | c3939b957ebbdf77898e2f60748a14aa688b7f48 | |
parent | 707bee6bcc869aec60f6d1ba0be8a0e2442b151c (diff) | |
download | cacert-infradocs-a12e89743358ba30a2d69b68d0edb3ef576a9807.tar.gz cacert-infradocs-a12e89743358ba30a2d69b68d0edb3ef576a9807.tar.xz cacert-infradocs-a12e89743358ba30a2d69b68d0edb3ef576a9807.zip |
Manage emailout and issue with puppet
-rw-r--r-- | docs/systems/emailout.rst | 5 | ||||
-rw-r--r-- | docs/systems/issue.rst | 4 | ||||
-rw-r--r-- | docs/systems/puppet.rst | 2 |
3 files changed, 11 insertions, 0 deletions
diff --git a/docs/systems/emailout.rst b/docs/systems/emailout.rst index 5993eee..8c611db 100644 --- a/docs/systems/emailout.rst +++ b/docs/systems/emailout.rst @@ -116,6 +116,7 @@ Running services single: cron single: nrpe single: openssh + single: puppet agent single: rsyslog +--------------------+--------------------+----------------------------------------+ @@ -144,6 +145,9 @@ Running services | | service queried by | :file:`/etc/init.d/nagios-nrpe-server` | | | :doc:`monitor` | | +--------------------+--------------------+----------------------------------------+ +| Puppet agent | configuration | init script :file:`/etc/init.d/puppet` | +| | management agent | | ++--------------------+--------------------+----------------------------------------+ Connected Systems ----------------- @@ -157,6 +161,7 @@ Outbound network connections * DNS (53) resolving nameservers 172.16.2.2 and 172.16.2.3 * :doc:`emailout` as SMTP relay * :doc:`proxyout` as HTTP proxy for APT +* :doc:`puppet` (tcp/8140) as Puppet master * SMTP (25/tcp) to :doc:`email`, :doc:`issue` and :doc:`lists` Security diff --git a/docs/systems/issue.rst b/docs/systems/issue.rst index c6983ee..111c685 100644 --- a/docs/systems/issue.rst +++ b/docs/systems/issue.rst @@ -143,6 +143,7 @@ Running services single: cron single: nrpe single: openssh + single: puppet agent single: rsyslog +--------------------+-----------------------------------+----------------------------------------+ @@ -168,6 +169,8 @@ Running services | | submission and for receiving mail | | | | directed to OTRS addresses | | +--------------------+-----------------------------------+----------------------------------------+ +| Puppet agent | configuration management agent | init script :file:`/etc/init.d/puppet` | ++--------------------+-----------------------------------+----------------------------------------+ | Nagios NRPE server | remote monitoring | init script | | | service queried by | :file:`/etc/init.d/nagios-nrpe-server` | | | :doc:`monitor` | | @@ -195,6 +198,7 @@ Outbound network connections * :doc:`emailout` as SMTP relay * :doc:`email` as SMTP submission relay (587, tcp) for specific addresses (see :ref:`postfix_configuration` below) +* :doc:`puppet` (tcp/8140) as Puppet master * :doc:`proxyout` as HTTP proxy for APT * crl.cacert.org (rsync) for getting CRLs diff --git a/docs/systems/puppet.rst b/docs/systems/puppet.rst index 2a1b04e..9c06c49 100644 --- a/docs/systems/puppet.rst +++ b/docs/systems/puppet.rst @@ -188,7 +188,9 @@ Connected Systems ----------------- * :doc:`bugs` +* :doc:`emailout` * :doc:`ircserver` +* :doc:`issue` * :doc:`jenkins` * :doc:`monitor` * :doc:`motion` |