Sandra Schlichting
2012-Sep-18 09:47 UTC
[Puppet Users] Possible to install own deb packages on nodes?
Dear all =) I have a few deb packages that I would like to install on some Ubuntu nodes. This guy explains how to create your own repository, which I think is a little overkill for me. http://mancoosi.org/~abate/configuring-local-apt-repository-puppet Is it possible to have puppet install the packages from "source => puppet:/// ..." or similar? Hugs, Sandra -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/zuM6_uhmKjYJ. 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.
Anton Lindström
2012-Sep-18 09:50 UTC
Re: [Puppet Users] Possible to install own deb packages on nodes?
Hi, This should do the trick: http://serverfault.com/questions/188632/how-to-update-a-package-using-puppet-and-a-deb-file On Sep 18, 2012, at 11:47 AM, Sandra Schlichting <littlesandra88@gmail.com> wrote:> Dear all =) > > I have a few deb packages that I would like to install on some Ubuntu nodes. > > This guy explains how to create your own repository, which I think is a little overkill for me. > http://mancoosi.org/~abate/configuring-local-apt-repository-puppet > > Is it possible to have puppet install the packages from "source => puppet:/// ..." or similar? > > Hugs, > Sandra > > > -- > You received this message because you are subscribed to the Google Groups "Puppet Users" group. > To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/zuM6_uhmKjYJ. > 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.
jcbollinger
2012-Sep-18 13:52 UTC
[Puppet Users] Re: Possible to install own deb packages on nodes?
On Tuesday, September 18, 2012 4:47:59 AM UTC-5, Sandra Schlichting wrote:> > Dear all =) > > I have a few deb packages that I would like to install on some Ubuntu > nodes. > > This guy explains how to create your own repository, which I think is a > little overkill for me. > http://mancoosi.org/~abate/configuring-local-apt-repository-puppet > >If I understand that article, it describes setting up a "local" repository in the sense of "resident on the client for which the packages are intended." That seems strange to me, but I would heartily recommend the alternative of a single central repository for your site or organization. Put your custom packages there, and use Puppet to point your clients to it and tell them which packages to install. Having a real repository can be a big plus when you need to perform manual administration. John> Is it possible to have puppet install the packages from "source => > puppet:/// ..." or similar? > > Hugs, > Sandra > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/mLkyaquXkIYJ. 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.