seamie
2011-Nov-29 11:43 UTC
[Puppet Users] Which package repository for puppet installation (rh/centos) ?
Hello, For some time I have been looking for some solution to manage more then a few servers. After some time of searching puppet became by choice :-) I''d like to deploy it on some testing servers (RH/Centos). Which repository would you recommend to use as a source of puppet packages ? I guess that EPEL has newer packages then standard RH/Centos repositories. But if I use EPEL does it invoke many changes in standard RH/Centos packages related to packages dependencies ? I am considering EPEL or yum.puppetlabs.com repositories (what is a difference between them ?). Best regards -- 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.
Luke Bigum
2011-Nov-29 13:03 UTC
Re: [Puppet Users] Which package repository for puppet installation (rh/centos) ?
Hello, If you''re not managing your own repositories for your own RPMs then second best is the Puppet Labs repo - it will have the latest versions with all the latest bug fixes and features. I''m fairly certain you will need EPEL anyway this for some of the Ruby dependencies (ruby-shadow, ruby-augeas, etc). In answer to your question about dependencies: No. EPEL should not replace any packages in base RHEL/CentOS - they are extra software that hasn''t made it into the mainline (yet). For your third question, the difference between EPEL and Puppetlabs Repo: EPEL contains a host of extra packages for RHEL/CentOS whereas Puppetlabs Repos will only be for Puppet Labs products. The Puppet Labs repos are generally very fast (you can get an RPM for the latest release in a few days). I''d expect EPEL to be slower, however I know people have been trying to push Puppet into EPEL faster and faster so how far behind the Puppet releases it is I don''t know. -Luke On 29/11/11 11:43, seamie wrote:> Hello, > > For some time I have been looking for some solution to manage more > then a few servers. After some time of searching puppet became by > choice :-) > I''d like to deploy it on some testing servers (RH/Centos). Which > repository would you recommend to use as a source of puppet packages ? > I guess that EPEL has newer packages then standard RH/Centos > repositories. But if I use EPEL does it invoke many changes in > standard RH/Centos packages related to packages dependencies ? I am > considering EPEL or yum.puppetlabs.com repositories (what is a > difference between them ?). > > Best regards >-- Luke Bigum Information Systems +44 (0) 20 3192 2520 Luke.Bigum@lmax.com | http://www.lmax.com LMAX, Yellow Building, 1A Nicholas Road, London W11 4AN The information in this e-mail and any attachment is confidential and is intended only for the named recipient(s). The e-mail may not be disclosed or used by any person other than the addressee, nor may it be copied in any way. If you are not a named recipient please notify the sender immediately and delete any copies of this message. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. Any view or opinions presented are solely those of the author and do not necessarily represent those of the company. -- 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.
Peter Berghold
2011-Nov-29 16:08 UTC
Re: [Puppet Users] Which package repository for puppet installation (rh/centos) ?
On Tue, Nov 29, 2011 at 6:43 AM, seamie <mail131@gmail.com> wrote:> But if I use EPEL does it invoke many changes in > standard RH/Centos packages related to packages dependencies ? I am > considering EPEL or yum.puppetlabs.com repositories (what is a > difference between them ?). > > >Hi, I''ve adopted the practice of using gem to install puppet and facter on my systems. Most of the yum repositories that I was looking at were several revs behind in what version of puppet they had. Just my US$0.02 worth... -- Peter L. Berghold Owner, Shark River Technical Solutions LLC -- 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.
Michael Stahnke
2011-Nov-29 18:28 UTC
Re: [Puppet Users] Which package repository for puppet installation (rh/centos) ?
On Tue, Nov 29, 2011 at 8:08 AM, Peter Berghold <salty.cowdawg@gmail.com> wrote:> > > On Tue, Nov 29, 2011 at 6:43 AM, seamie <mail131@gmail.com> wrote: >> >> But if I use EPEL does it invoke many changes in >> standard RH/Centos packages related to packages dependencies ? I am >> considering EPEL or yum.puppetlabs.com repositories (what is a >> difference between them ?).We work very closely with the EPEL maintainers too (actually I am one); so those packages are normally quite well tested. They are however, normally a few version behind the upstream available versions.>> >> > > Hi, > > I''ve adopted the practice of using gem to install puppet and facter on my > systems. Most of the yum repositories that I was looking at were several > revs behind in what version of puppet they had. > > Just my US$0.02 worth... > >That''s no longer the case with apt.puppetlabs.com and yum.puppetlabs.com (or if it is, my team messed up). The gem install to me leaves a bad taste in my mouth; you don''t get init scripts, you have to run some extra commands to setup /etc/puppet, etc. It''s certainly workable, but not a favorite for me. Mike> > > -- > Peter L. Berghold > Owner, Shark River Technical Solutions LLC > > -- > 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. >-- 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.
James A. Peltier
2011-Nov-30 04:49 UTC
Re: [Puppet Users] Which package repository for puppet installation (rh/centos) ?
----- Original Message ----- | On Tue, Nov 29, 2011 at 6:43 AM, seamie <mail131@gmail.com> wrote: | | > But if I use EPEL does it invoke many changes in | > standard RH/Centos packages related to packages dependencies ? I am | > considering EPEL or yum.puppetlabs.com repositories (what is a | > difference between them ?). | > | > | > | Hi, | | I''ve adopted the practice of using gem to install puppet and facter on | my | systems. Most of the yum repositories that I was looking at were | several | revs behind in what version of puppet they had. | | Just my US$0.02 worth... I use EPEL with package protections to ensure that EPEL can''t destroy the base OS. Worked fine for me so far. Currently EPEL has 2.6.12 in it. Not *too far* behind. ;) -- James A. Peltier Manager, IT Services - Research Computing Group Simon Fraser University - Burnaby Campus Phone : 778-782-6573 Fax : 778-782-3045 E-Mail : jpeltier@sfu.ca Website : http://www.sfu.ca/itservices http://blogs.sfu.ca/people/jpeltier I will do the best I can with the talent I have -- 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.
Jan Ivar Beddari
2011-Nov-30 11:29 UTC
Re: [Puppet Users] Which package repository for puppet installation (rh/centos) ?
On 29. nov. 2011 19:28, Michael Stahnke wrote:> > That''s no longer the case with apt.puppetlabs.com and > yum.puppetlabs.com (or if it is, my team messed up).We''ve been following your work on this closely and are very happy you and Puppetlabs finally pulled this together. A big ''thank you''! The current well-working status and process needs to be communicated more clearly, though. For the wishlist, now we''d love if Puppetlabs could provide Mac packages the same way, re the other recently active thread. gem install puppet is really not what most would prefer. All the pieces and neccessary people are right there, pull it together! Jan Ivar Beddari -- http://www.uib.no/personer/Jan.Ivar.Beddari -- 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.
Michael Stahnke
2011-Dec-02 01:13 UTC
Re: [Puppet Users] Which package repository for puppet installation (rh/centos) ?
On Wed, Nov 30, 2011 at 3:29 AM, Jan Ivar Beddari <jan.ivar.beddari@uib.no> wrote:> On 29. nov. 2011 19:28, Michael Stahnke wrote: >> >> >> That''s no longer the case with apt.puppetlabs.com and >> yum.puppetlabs.com (or if it is, my team messed up). > > > We''ve been following your work on this closely and are very happy you and > Puppetlabs finally pulled this together. A big ''thank you''! The current > well-working status and process needs to be communicated more clearly, > though.Funny you should mention that. downloads.puppetlabs.com/mac has some new content ;) They are still in a testing phase, and I would love feedback. I know there are a couple issues. We''re also working with macports to hopefully get puppet udpated/fixed. Mike> > For the wishlist, now we''d love if Puppetlabs could provide Mac packages the > same way, re the other recently active thread. gem install puppet is really > not what most would prefer. All the pieces and neccessary people are right > there, pull it together! > > Jan Ivar Beddari > > > -- > http://www.uib.no/personer/Jan.Ivar.Beddari > > > -- > 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. >-- 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.