Marc Genou
2013-Apr-09 14:03 UTC
[Puppet Users] install multiple versions with gem provider
We usually run apps with a couple of versions of the same gem. Is it possible to do that with an only manifest? PS: I am a little noob with puppet yet -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
Felix Frank
2013-Apr-14 17:24 UTC
Re: [Puppet Users] install multiple versions with gem provider
Hi, please elaborate on the problem you are trying to solve. On 04/09/2013 04:03 PM, Marc Genou wrote:> We usually run apps with a couple of versions of the same gem. > Is it possible to do that with an only manifest? > > PS: I am a little noob with puppet yet-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
Nikola Petrov
2013-Apr-15 11:15 UTC
Re: [Puppet Users] install multiple versions with gem provider
Yes it is possible with defines. You also should include the version number in the name of the gem that is produced. This will allow you to install multiple version of the same package. If you give more info about your setup we might help you even more -- Nikola On Tue, Apr 09, 2013 at 07:03:36AM -0700, Marc Genou wrote:> We usually run apps with a couple of versions of the same gem. > Is it possible to do that with an only manifest? > > PS: I am a little noob with puppet yet > > -- > You received this message because you are subscribed to the Google Groups "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. > To post to this group, send email to puppet-users@googlegroups.com. > Visit this group at http://groups.google.com/group/puppet-users?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.