it seems quite simple to translate your kickstart. First start grouping all of your file permissions and content to logical units (e.g. audit, ssh, etc ) than for each section, try to implement the file security, and than just see if your configuration files are dynamic, or they could always be fixed for the same host type/ os version etc.
if they are dynamic, try to think about templates and facts, if not, just keep one copy of the file per os/host type whatever and let puppet copy it for you. Just give it a try.... :) Ohad On Tue, Nov 11, 2008 at 1:33 PM, Aaron Lippold <[EMAIL PROTECTED]> wrote: > Hello Puppet List, > > I was hoping to get some help starting looking at moving my current > kickstart baseline to using puppet. I have been reading up on puppet > and really think it would be a great. > > I am looking to start by making the right classes in puppet to manage > the configuration details in the %post section of this ks. > > There are some CM items that look fairly strait forward to implement ( > chmods, killing services, users etc.), however some things like pam.d > management, login management, sshd banner/noroot login, nosuid in > fstab mounts, auditd configuration management, etc. I could use a > little discussion on where to use modules, templates, recipes. > > I have attached a ks file with a good portion of what type of CM items > I need to work with so folks can get an idea of what I am trying to > sort out. > > Also, I would like to also like to 'tag' my CM items with specific > codes to match them with tracking numbers used in other systems. So, > "ITEM001 -> Boot loader with use a password" etc. I am hoping that > puppet can handle this and if necessary remap the 'tags' if I go from > Coding X to Coding Y. > > Any thoughts, suggestions etc. would be appreciated. > > Yours, > > Aaron > > > > --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---