--
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/-/yi-nY02p06AJ.
To post to this group, send email to puppet...@googlegroups.com.
To unsubscribe from this group, send email to puppet-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
On Jul 20, 12:06 am, "Al @ Lab42" <lab4...@gmail.com> wrote:
> I'm considering the opportunity of adding (basic) Solaris support to my
Cool. Certainly that will make it easier on Solaris admins new to
puppet.
>
> So let's begin with few points:
>
> - What version?
> I'm tempted to begin only with Solaris 10,
I think initial Solaris 10 support would be the most valuable.
Keep in mind Solaris 11 is going to ship in a few months and I
personally think 10 and 11 will co-exist for years to come.
Additionally what ever you put together for Solaris 10 support would
mostly work on Solaris 9 as well.
>
> - What packages?
> This might become a nightmare...
Solaris admins are used to this nightmare:) We build and version our
own packages with the occasional dip into Steve's Sunfreeware package
repo.
>
> - What package manager?
We use vanilla Solaris package which is wrapped in a define to give us
package version control. Solaris 11 will come with the new IPS
packaging system so that will be another alternative. I could
imagine using IPS and the traditional pkgadd/pkgrm toolset on the same
host to even complicate things more.
> If someone if interested is collaborating on this effort, just contact
> me....
We'd be happy to give you what we have but they are not in
publishable format because of the lacking documentation.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
--
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/-/f8F-qbjkCL0J.
> I would be especially interested if anyone has a good way to manage /
> etc/system. I am currently using the concat module, but it's not the
> best method. I know the "puppet way" would be to use augeas, but I
> haven't had any luck compiling it with sun studio and don't want to go
> the gcc route for various reasons.
Hi John,
Check out the OpenCSW Puppet/Facter/Augeas/ruby-augeas stack.
Older versions are available straight from the opencsw.org main pages,
https://www.opencsw.org/packages/CSWaugeas/ - but I've also built
newer versions, which can be retrieved from the experimental area:
http://buildfarm.opencsw.org/experimental.html#markp
If you want to build your own rather than use the opencsw stack, you
could check out the build source in SVN:
https://gar.svn.sf.net/svnroot/gar/csw/mgar/pkg/augeas/trunk/
Regards,
--Mark