Hi all, I''m looking for current puppet packages for Solaris and found only blastwave (0.25.5), opencsw (http://www.opencsw.org/packages/CSWpuppet/, 0.25.4) and Gary Law''s repo (http://garylaw.net/packages/, 0.25.1). Are there any current (2.6.x) packages for Solaris? http://projects.puppetlabs.com/projects/1/wiki/Puppet_Solaris seems to need some love too. Best Regards, David Schmitt -- 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 01/31/2011 10:06 AM, David Schmitt wrote:> > Hi all, > > I''m looking for current puppet packages for Solaris and found only > blastwave (0.25.5), opencsw (http://www.opencsw.org/packages/CSWpuppet/, > 0.25.4) and Gary Law''s repo (http://garylaw.net/packages/, 0.25.1). > > Are there any current (2.6.x) packages for Solaris? > > http://projects.puppetlabs.com/projects/1/wiki/Puppet_Solaris seems to > need some love too. > > Best Regards, David Schmitt >Hi David, We are using this one: http://users.ugent.be/~rgevaert/puppet-2.6.3,REV=2010.11.24-SunOS5.10-all-CSW.pkg Rudy -- 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.
Gems are always an option. On Jan 31, 4:06 am, David Schmitt <da...@dasz.at> wrote:> Hi all, > > I''m looking for current puppet packages for Solaris and found only > blastwave (0.25.5), opencsw (http://www.opencsw.org/packages/CSWpuppet/, > 0.25.4) and Gary Law''s repo (http://garylaw.net/packages/, 0.25.1). > > Are there any current (2.6.x) packages for Solaris? > > http://projects.puppetlabs.com/projects/1/wiki/Puppet_Solarisseems to > need some love too. > > Best Regards, David Schmitt-- 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.
Interestingly enough, it''s pretty easy to make a Solaris package. More than that, it may well be necessary that you do so since your package would depend on Ruby, which could be in one of several places, and your own organization''s policies on where addons go might differ from someone else''s. Also, if you look carefully, you''ll notice that none of those packages were created by Puppetlabs. That being the case, you might want to ask the people who built them if the were going to update them. Finally, as John pointed out, gems are packages, too. On Mon, Jan 31, 2011 at 5:49 AM, John Lyman <jlyman2@gmail.com> wrote:> Gems are always an option. > > On Jan 31, 4:06 am, David Schmitt <da...@dasz.at> wrote: > > Hi all, > > > > I''m looking for current puppet packages for Solaris and found only > > blastwave (0.25.5), opencsw (http://www.opencsw.org/packages/CSWpuppet/, > > 0.25.4) and Gary Law''s repo (http://garylaw.net/packages/, 0.25.1). > > > > Are there any current (2.6.x) packages for Solaris? > > > > http://projects.puppetlabs.com/projects/1/wiki/Puppet_Solarisseems to > > need some love too. > > > > Best Regards, David Schmitt > > -- > 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.
On Mon, Jan 31, 2011 at 1:47 AM, Rudy Gevaert <rudy.gevaert@gmail.com> wrote:> On 01/31/2011 10:06 AM, David Schmitt wrote: >> >> Hi all, >> >> I''m looking for current puppet packages for Solaris and found only >> blastwave (0.25.5), opencsw (http://www.opencsw.org/packages/CSWpuppet/, >> 0.25.4) and Gary Law''s repo (http://garylaw.net/packages/, 0.25.1). >> >> Are there any current (2.6.x) packages for Solaris? >> >> http://projects.puppetlabs.com/projects/1/wiki/Puppet_Solaris seems to >> need some love too. >> >> Best Regards, David Schmitt >> > > Hi David, > > We are using this one: > > http://users.ugent.be/~rgevaert/puppet-2.6.3,REV=2010.11.24-SunOS5.10-all-CSW.pkgHi! Gary seems kind enough to provide the build script, so I was able to package 2.6.4: http://dl.dropbox.com/u/1075709/puppet-2.6.4%2CREV%3D2011.01.04-SunOS5.10-all-CSW.pkg Please note this is not official and only briefly tested, please feel free to provide any feedback. I''ve emailed opencsw board to see if I can pick up maintenance of the Puppet package and get a newer version to the experimental release. I am a bit perplexed by the decision to use /etc/puppet for puppet master, but /etc/opt/csw/etc/puppet for agent. However since that''s how it''s packaged in 0.25 CSWpuppet , I did not make any changes. Thanks, Nan -- 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 01/31/2011 08:22 PM, Nan Liu wrote:> Hi! Gary seems kind enough to provide the build script, so I was able > to package 2.6.4: > http://dl.dropbox.com/u/1075709/puppet-2.6.4%2CREV%3D2011.01.04-SunOS5.10-all-CSW.pkg > > Please note this is not official and only briefly tested, please feel > free to provide any feedback. I''ve emailed opencsw board to see if I > can pick up maintenance of the Puppet package and get a newer version > to the experimental release.Thanks Nan! Rudy -- 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, Have you thought about building the Solaris packages against the Oracle provided Sun Web Stack. This replaced the older Coolstack. It just means that you don''t have to own and package Ruby for Solaris. https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=Web-Stack-1.5-OTH-G-F@CDS-CDS_SMI http://hub.opensolaris.org/bin/view/Project+webstack/WebHome It''s fairly easy then to build a Prototype file for Puppet and Facter based on the output of the install.rb This would give you an install path of /opt/webstack/ruby/1.8/bin and a config path of /etc/puppet Regards Jon On Jan 31, 8:06 pm, David Schmitt <da...@dasz.at> wrote:> Hi all, > > I''m looking for current puppet packages for Solaris and found only > blastwave (0.25.5), opencsw (http://www.opencsw.org/packages/CSWpuppet/, > 0.25.4) and Gary Law''s repo (http://garylaw.net/packages/, 0.25.1). > > Are there any current (2.6.x) packages for Solaris? > > http://projects.puppetlabs.com/projects/1/wiki/Puppet_Solarisseems to > need some love too. > > Best Regards, David Schmitt-- 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 David, On Jan 31, 9:06 am, David Schmitt <da...@dasz.at> wrote:> I''m looking for current puppet packages for Solaris and found only > blastwave (0.25.5), opencsw (http://www.opencsw.org/packages/CSWpuppet/, > 0.25.4) and Gary Law''s repo (http://garylaw.net/packages/, 0.25.1). > > Are there any current (2.6.x) packages for Solaris?There are puppet-2.6.6 packages available in OpenCSW experimental area: http://buildfarm.opencsw.org/experimental.html#markp If you have any questions or comments about the package, please e-mail markp@. Maciej -- 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 13 Mar 2011, at 13:48, Maciej Bliziński wrote:> Hi David, > > On Jan 31, 9:06 am, David Schmitt <da...@dasz.at> wrote: >> I''m looking for current puppet packages for Solaris and found only >> blastwave (0.25.5), opencsw (http://www.opencsw.org/packages/CSWpuppet/, >> 0.25.4) and Gary Law''s repo (http://garylaw.net/packages/, 0.25.1). >> >> Are there any current (2.6.x) packages for Solaris? > > There are puppet-2.6.6 packages available in OpenCSW experimental > area: > > http://buildfarm.opencsw.org/experimental.html#markp > > If you have any questions or comments about the package, please e-mail > markp@.And I''m just about to test them again and release for the ''current'' catalog. If you''re testing them David some feedback would be great, thanks. --Mark -- 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.
Released David. Should be in the catalog soon. http://probably.co.uk/cswpuppet-2-6-6-released.html On Mar 13, 5:33 pm, Mark Phillips <m...@vntx.cc> wrote:> On 13 Mar 2011, at 13:48, Maciej Bliziński wrote: > > > > > > > > > > > Hi David, > > > On Jan 31, 9:06 am, David Schmitt <da...@dasz.at> wrote: > >> I''m looking for current puppet packages for Solaris and found only > >> blastwave (0.25.5), opencsw (http://www.opencsw.org/packages/CSWpuppet/, > >> 0.25.4) and Gary Law''s repo (http://garylaw.net/packages/, 0.25.1). > > >> Are there any current (2.6.x) packages for Solaris? > > > There are puppet-2.6.6 packages available in OpenCSW experimental > > area: > > >http://buildfarm.opencsw.org/experimental.html#markp > > > If you have any questions or comments about the package, please e-mail > > markp@. > > And I''m just about to test them again and release for the ''current'' catalog. > > If you''re testing them David some feedback would be great, thanks. > > --Mark-- 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.