<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer> <email>chutzpah@gentoo.org</email> <name>Patrick McLean</name> </maintainer> <longdescription lang="en"> Salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. Salt allows commands to be executed across large groups of servers. This means systems can be easily managed, but data can also be easily gathered. Quick introspection into running systems becomes a reality. Remote execution is usually used to set up a certain state on a remote system. Salt addresses this problem as well, the salt state system uses salt state files to define the state a server needs to be in. Between the remote execution system, and state management Salt addresses the backbone of cloud and data center management. </longdescription> <use> <flag name="openssl">Add support for using TLS via OpenSSL.</flag> <flag name="jinja">Add support to use dev-python/jinja to parse Salt states.</flag> <flag name="libvirt">Support managing virtual machines with app-emulation/libvirt.</flag> <flag name="mongodb">Support returning data to a mongodb server.</flag> <flag name="redis">Support returning data to a redis database.</flag> </use> </pkgmetadata>