Missing a repository? Have a look at https://code.cacert.org/.

summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/systems/emailout.rst5
-rw-r--r--docs/systems/issue.rst4
-rw-r--r--docs/systems/puppet.rst2
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`