|
|
SysAdm /
Install PuppetWork in progress - These tools were not used for the first install, we are testing them on a reinstall [http://reductivelabs.com/trac/puppet|Puppet] is a system for automating system administration tasks. Installsudo yum --enablerepo epel install puppet puppet-server /etc/puppet/fileserver.conf # This file consists of arbitrarily named sections/modules # defining where files are served from and to whom # Define a section 'files' # Adapt the allow/deny settings to your needs. Order # for allow/deny does not matter, allow always takes precedence # over deny [files] path /var/lib/puppet/files deny 0.0.0.0/0 allow 10.0.0.0/16 allow xx.xx.xx.0/24 < Install Cobbler | Install Trail | Install VMs > |