Difference between revisions of "System configurations under central control"

From LUG
Jump to navigation Jump to search
(Created page with "This sums up a list of what we have under control of our central configuration management system Puppet * ntp * resolv.conf * kernel parameters via systl.d")
 
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This sums up a list of what we have under control of our central configuration management system Puppet
+
For central configuration management we use Puppet. Puppet helps us to keep configurations in a desired state.
 +
 
 +
On the first line of every file we maintain with our configuration management system it says :
 +
<pre># File managed by puppet</pre>
 +
 
 +
 
 +
The services that are maintained are:
 +
 
 +
* dataprotector (Backup)
 
* ntp
 
* ntp
 +
* idmapd.conf
 
* resolv.conf
 
* resolv.conf
 
* kernel parameters via systl.d
 
* kernel parameters via systl.d
 +
* firewall -> iptables
 +
* pam
 +
* sshd
 +
* snmpd.conf
 +
* selinux
 +
* sudoers
 +
* [[sysctl]] defaults
 +
* vmware tools
 +
* xinetd
 +
* yum/apt config for WUR-specific repos
 +
* zabbixagent
 +
* puppet_agent
 +
* rsyslogd

Latest revision as of 09:41, 22 January 2018

For central configuration management we use Puppet. Puppet helps us to keep configurations in a desired state.

On the first line of every file we maintain with our configuration management system it says :

# File managed by puppet


The services that are maintained are:

  • dataprotector (Backup)
  • ntp
  • idmapd.conf
  • resolv.conf
  • kernel parameters via systl.d
  • firewall -> iptables
  • pam
  • sshd
  • snmpd.conf
  • selinux
  • sudoers
  • sysctl defaults
  • vmware tools
  • xinetd
  • yum/apt config for WUR-specific repos
  • zabbixagent
  • puppet_agent
  • rsyslogd