Where can I find a list of centos recipies, I would like to plan a puppet install to look after a bank of ten servers. There are currently in production, but with some failover, and a bit of documentation. I hope to be able to reconfigure them, and my hope is to in the next month or two, to have finished moving them to a puppet -- 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.
Mr Gabriel wrote:> Where can I find a list of centos recipies, I would like to plan a > puppet install to look after a bank of ten servers. There are > currently in production, but with some failover, and a bit of > documentation. I hope to be able to reconfigure them, and my hope is > to in the next month or two, to have finished moving them to a puppetI have a module "nsc-puppet-utils" which contains a number of defines for managing various settings on RedHat:y systems (RHEL, CentOS, Fedora), like modifying settings in /etc/sysconfig, configuring network inter- faces, setting up Xen virtual guests, managing iptables rules, and so on. Is that the kind of things you are looking for? If so, you can ''git clone'' it from http://www.nsc.liu.se/~bellman/nsc-puppet-utils.git. (There is some support for doing things with Gentoo as well in that module, by the way.) /Thomas Bellman -- 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.
Hi Thomas. This is a nice collection, any idea if there are other CentOS specific recipies out there? Regards. On Jan 11, 12:57 pm, Thomas Bellman <bell...@nsc.liu.se> wrote:> Mr Gabriel wrote: > > Where can I find a list of centos recipies, I would like to plan a > > puppet install to look after a bank of ten servers. There are > > currently in production, but with some failover, and a bit of > > documentation. I hope to be able to reconfigure them, and my hope is > > to in the next month or two, to have finished moving them to a puppet > > I have a module "nsc-puppet-utils" which contains a number of defines > for managing various settings on RedHat:y systems (RHEL, CentOS, Fedora), > like modifying settings in /etc/sysconfig, configuring network inter- > faces, setting up Xen virtual guests, managing iptables rules, and so on. > Is that the kind of things you are looking for? If so, you can ''git clone'' > it fromhttp://www.nsc.liu.se/~bellman/nsc-puppet-utils.git. (There is some > support for doing things with Gentoo as well in that module, by the way.) > > /Thomas Bellman-- 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.
On 11/01/2010 10:57, Thomas Bellman wrote:> Mr Gabriel wrote: > >> Where can I find a list of centos recipies, I would like to plan a >> puppet install to look after a bank of ten servers. There are >> currently in production, but with some failover, and a bit of >> documentation. I hope to be able to reconfigure them, and my hope is >> to in the next month or two, to have finished moving them to a puppet > > I have a module "nsc-puppet-utils" which contains a number of defines > for managing various settings on RedHat:y systems (RHEL, CentOS, Fedora), > like modifying settings in /etc/sysconfig, configuring network inter- > faces, setting up Xen virtual guests, managing iptables rules, and so on. > Is that the kind of things you are looking for? If so, you can ''git > clone'' > it from http://www.nsc.liu.se/~bellman/nsc-puppet-utils.git. (There > is some > support for doing things with Gentoo as well in that module, by the way.) > > > /Thomas BellmanThank you for your prompt reply! I have to take the time to struggle with installing my first puppet master server! No doubt that I will be sending emails to this list over the next 24 hours! As soon as I get my installs up and running, I''ll take a look at your recipes. -- 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.
Hi Thomas, On Mon, Jan 11, 2010 at 3:36 AM, Mr Gabriel <gabriel@impactteachers.com>wrote:> On 11/01/2010 10:57, Thomas Bellman wrote: > >> Mr Gabriel wrote: >> >> Where can I find a list of centos recipies, I would like to plan a >>> puppet install to look after a bank of ten servers. There are >>> currently in production, but with some failover, and a bit of >>> documentation. I hope to be able to reconfigure them, and my hope is >>> to in the next month or two, to have finished moving them to a puppet >>> >> >> I have a module "nsc-puppet-utils" which contains a number of defines >> for managing various settings on RedHat:y systems (RHEL, CentOS, Fedora), >> like modifying settings in /etc/sysconfig, configuring network inter- >> faces, setting up Xen virtual guests, managing iptables rules, and so on. >> Is that the kind of things you are looking for? If so, you can ''git >> clone'' >> it from http://www.nsc.liu.se/~bellman/nsc-puppet-utils.git<http://www.nsc.liu.se/%7Ebellman/nsc-puppet-utils.git>. >> (There is some >> support for doing things with Gentoo as well in that module, by the way.) >> >> >> /Thomas Bellman >> > Thank you for your prompt reply! I have to take the time to struggle with > installing my first puppet master server! No doubt that I will be sending > emails to this list over the next 24 hours! As soon as I get my installs up > and running, I''ll take a look at your recipes. > > just a tip, its possible to run puppet in standalone mode with the#>puppet executable. This is much easier for getting started than client/server mode and requires almost no setup. --> 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<puppet-users%2Bunsubscribe@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > > > >-- 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.