I''ve just started to test existing Puppet modules with RHEL6. It seems that several things have changed slightly, breaking the old RHEL5-tested modules and requiring addition configuration to be added. 1. The syslod has changed to rsyslog, and the config files have altered. This is the largest change. 2. The snmpd has changed the location of its var file and so SNMPv3 user creation doesn''t work the same. 3. The use of UDEV for all devices now requires us to have some special rules added on our virtual (vmware) guests, so that device names are not persistent -- we need to exclude vmware network devices from UDEV else they will be renamed if the MAC address changes. Has anyone else spotted any other changes requiring alteration to the Puppet manifests and modules? Steve _____ Steve Shipway steve@steveshipway.org Routers2.cgi web frontend for MRTG/RRD; NagEventLog Nagios agent for Windows Event Log monitoring; check_vmware plugin for VMWare monitoring in Nagios and MRTG; and other Open Source projects. Web: http://www.steveshipway.org/software P Please consider the environment before printing this e-mail -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Steve Shipway wrote :> 1. The syslod has changed to rsyslog [...] > > 2. The snmpd has changed the location of its var file [...] > > 3. The use of UDEV for all devices [...] > > Has anyone else spotted any other changes requiring alteration to the Puppet > manifests and modules?There are probably plenty more. A couple from the top of my head : * RPC stuff : portmap changed to rpcbind * Default MTA : sendmail changed to postfix Matthias -- Clean custom Red Hat Linux rpm packages : http://freshrpms.net/ Fedora release 14 (Laughlin) - Linux kernel 2.6.35.10-72.fc14.x86_64 Load : 0.05 0.05 0.13 -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Jennings, Jared L CTR USAF AFMC 46 SK/CCI
2011-Feb-23 15:42 UTC
RE: [Puppet Users] RHEL5 and RHEL6 wiith Puppet
> > Has anyone else spotted any other changes requiring alteration tothe> Puppet > > manifests and modules?If you have anything that changes the inittab, it may not work: they switched to Upstart for RHEL6. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.