On Mon, May 20, 2013 at 11:07 AM, <
uuc...@gmail.com> wrote:
>
> I am evaluating salt stack installed in different environments and OSs and
> found out that sys.doc produces a different output ran against centos 5 and
> centos 6 servers (probably related to the installed packages under OS).
> Specifically, on centos 5 there are missing repo/pkg management functions:
The difference is probably the older version of yum available on
CentOS 5. That version does not provide the same interface that is
used in CentOS 6 (and Fedora) so it falls back to running the yum and
rpm binaries rather than interfacing directly using the Yum Python
API.
--
Jeff Ollie