On Tue, Apr 21, 2009 at 10:00 AM, Michael Semcheski <[email protected]> wrote: > > On Tue, Apr 21, 2009 at 7:38 AM, The IT Guru <[email protected]> wrote: >> • Can I use puppet to pull the current configuration from a server? >> • Can I use puppet to replicate the current configuration from a >> server, to another that has a different OS? > > A puppet client (e.g., running on a server) can pull a configuration > from the puppet master (e.g, a different server) and apply it. > > However, unless I'm mistaken, it will not replicate the current configuration.
You can experiment with using ralsh to take the current state of resources and generate puppet manifests with them though. It's not perfect puppet syntax, but it's quite good for a lot of the types. > > Mike > > > > -- Nigel Kersten [email protected] System Administrator Google, Inc. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
