List of Packages installed with Salt?

1,360 views
Skip to first unread message

Todd Whitmarsh

unread,
Sep 10, 2013, 9:14:09 AM9/10/13
to salt-...@googlegroups.com
Hi Everyone, I was curious if there are packages pre-installed on a Stack minion by default. If so, is there a way to get details and names of the packages? For instance, say I was to install Apache on a Linux minion, is there a package  which already exists in Salt and if there is, how can I determine the exact name of the package, what the package does and the attributes to go along with the package? Thanks in advance.

            -Todd

Tim O'Guin

unread,
Sep 10, 2013, 9:24:32 AM9/10/13
to salt-...@googlegroups.com
Generally, salt will use the distro's package manager if you use the pkg module.


So on Debian, 'pkg.install apache2' will actually call 'apt.install apache2', which is calling 'apt-get install apache2' on the host. So packages are nothing special to Salt, although I suspect that will be changing as the salt-formulas and the salt package manager continue to be developed.


On Tue, Sep 10, 2013 at 8:14 AM, Todd Whitmarsh <twhi...@gmail.com> wrote:
Hi Everyone, I was curious if there are packages pre-installed on a Stack minion by default. If so, is there a way to get details and names of the packages? For instance, say I was to install Apache on a Linux minion, is there a package  which already exists in Salt and if there is, how can I determine the exact name of the package, what the package does and the attributes to go along with the package? Thanks in advance.

            -Todd

--
You received this message because you are subscribed to the Google Groups "Salt-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to salt-users+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply all
Reply to author
Forward
Message has been deleted
0 new messages