|
Can I use puppet to install OpenCSW packages?
This question is marked "community wiki".
|
|
Andy Botting wrote a blog post about managing Solaris packages with puppet. Puppet ships with a so called pkgutil provider, which handles installing and upgrading packages. You can also build custom in-house packages and a package catalog with them. You can then use puppet to distribute these packages. That setup allows to effectively manage in-house software on a Solaris fleet.
link
This answer is marked "community wiki".
|