Package: python-alabaster Source: alabaster Version: 0.7.6-1 Architecture: all Maintainer: Jeremy T. Bouse Installed-Size: 103 Depends: python-sphinx, python:any (>= 2.7.5-5~), python:any (<< 2.8) Provides: python2.7-alabaster Homepage: https://github.com/bitprophet/alabaster Priority: extra Section: python Filename: pool/main/a/alabaster/python-alabaster_0.7.6-1_all.deb Size: 15966 SHA256: 63b1ff74da96332e8847502d9a148b0993451ae354e99c7bb4fdea8e8d9705c5 SHA1: 6b91af08eedd2f05495418ff1f30028b2b21a89a MD5sum: 163ea9c5430598182c1d5410c7545745 Description: Configurable sidebar-enabled Sphinx theme (Python 2) This theme is a modified "Kr" Sphinx theme from @kennethreitz (especially as used in his Requests project), which was itself originally based on @mitsuhiko's theme used for Flask & related projects. . This is the Python 2 version of the package. Package: python-cherrypy Version: 2.3.0-3build1 Architecture: all Maintainer: Gustavo Noronha Silva Installed-Size: 683 Depends: python, python-support (>= 0.90.0) Conflicts: python2.3-cherrypy2.1 (<= 2.1.1-1), python2.4-cherrypy2.1 (<= 2.1.1-1) Replaces: python2.3-cherrypy2.1, python2.4-cherrypy2.1 Provides: python2.7-cherrypy Homepage: http://www.cherrypy.org/ Priority: extra Section: python Filename: pool/main/p/python-cherrypy/python-cherrypy_2.3.0-3build1_all.deb Size: 215960 SHA256: fe23e8076c4f4a2eff86abf2824ac86ffe746f5cdc8eae023551c4436204c34f SHA1: 0e15d1206d9ef91fac5dfff278938f71c8f93d0b MD5sum: 82db50016015503b147216b4f4b33dd4 Description: Python web development framework CherryPy is a pythonic, object-oriented web development framework. It provides the foundation over which complex web-based applications can be written, with little or no knowledge of the underlying protocols. CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This usually results in smaller source code developed in less time. . This version is backwards incompatible with the 2.0 version, and is the version used by the Turbo Gears framework. Visit the Turbo Gears webpage for more: http://www.turbogears.org/ Python-Version: 2.7 Package: python-concurrent.futures Version: 3.0.3-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 217 Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8), libjs-sphinxdoc (>= 1.0) Provides: python-futures Homepage: http://code.google.com/p/pythonfutures/ Priority: optional Section: python Filename: pool/main/p/python-concurrent.futures/python-concurrent.futures_3.0.3-1_all.deb Size: 35100 SHA256: bafd611b94a3a0d784f2c8102fef306a4094eae9f80bafe7758ff872dae7dd3b SHA1: 8e433c39659ee664a5954a00b04757d289aecb1a MD5sum: 527bba986dfb7e4859488470a970c298 Description: backport of concurrent.futures package from Python 3.2 The concurrent.futures module provides a high-level interface for asynchronously executing callables. . This is a backport for concurrent.futures as of PEP-3148 and included in Python 3.2 Package: python-enum34 Source: enum34 Version: 1.0.4-1 Architecture: all Maintainer: Barry Warsaw Installed-Size: 216 Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8) Suggests: python-enum34-doc Homepage: https://pypi.python.org/pypi/enum34 Priority: optional Section: python Filename: pool/main/e/enum34/python-enum34_1.0.4-1_all.deb Size: 27098 SHA256: e3ab1cec414c5e832353e61c08ebe6471eca99eaef1eae5619d3a90b6ade9420 SHA1: 18533a2c80411cd1a920b1a04e052ab17cf99be9 MD5sum: 7eb891c81cea3750c81a83a55d79d9b6 Description: backport of Python 3.4's enum package PEP 435 adds an enumeration to Python 3.4. This module provides a backport of that data type for older Python versions. It defines two enumeration classes that can be used to define unit sets of names and values: Enum and IntEnum. . This is the Python 2 compatible package. Package: python-enum34-doc Source: enum34 Version: 1.0.4-1 Architecture: all Maintainer: Barry Warsaw Installed-Size: 63 Homepage: https://pypi.python.org/pypi/enum34 Priority: optional Section: doc Filename: pool/main/e/enum34/python-enum34-doc_1.0.4-1_all.deb Size: 12742 SHA256: 0d10c9d386d9694295e28843596df41cc6a6c60810098fe4e7b473df90ffe576 SHA1: 8e97c663a3cd9cd0f1fb745bc92a978a1401fcfe MD5sum: e78185cea6328600bb2dbc332bab5371 Description: backport of Python 3.4's enum package PEP 435 adds an enumeration to Python 3.4. This module provides a backport of that data type for older Python versions. It defines two enumeration classes that can be used to define unit sets of names and values: Enum and IntEnum. . This is the common documentation package. Package: python-future Version: 0.14.3-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 1711 Pre-Depends: dpkg (>= 1.15.6~) Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python2.7 Suggests: python-future-doc Homepage: https://python-future.org Priority: optional Section: python Filename: pool/main/p/python-future/python-future_0.14.3-1_all.deb Size: 331498 SHA256: 5d8bbef91ee644735d4ab190b1f07070d5407429cf03fe6b13faee20787655b4 SHA1: c13efbdac9fffb6ebe45dbfb238b4c15082ca993 MD5sum: 49588584404846c344db452f11f3238c Description: single-source support for Python 3 and 2 - Python 2.x Future is the missing compatibility layer between Python 2 and Python 3. It allows one to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead. . The imports have no effect on Python 3. On Python 2, they shadow the corresponding builtins, which normally have different semantics on Python 3 versus 2, to provide their Python 3 semantics. . This package contains the Python 2.x module. Package: python-future-doc Source: python-future Version: 0.14.3-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 1545 Pre-Depends: dpkg (>= 1.15.6~) Depends: libjs-sphinxdoc (>= 1.0) Homepage: https://python-future.org Priority: optional Section: doc Filename: pool/main/p/python-future/python-future-doc_0.14.3-1_all.deb Size: 288694 SHA256: 0507b6d1f0ed5617faf15bb9893689ee43ecb2c7dd7b63caffa42c5970e09c77 SHA1: 5632fc821bbb42cb06536cd965a42b6b6d4c5db4 MD5sum: 1536e31861cfabaa2b2a59dec131d5a8 Description: Clean single-source support for Python 3 and 2 - doc Future is the missing compatibility layer between Python 2 and Python 3. It allows one to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead. . The imports have no effect on Python 3. On Python 2, they shadow the corresponding builtins, which normally have different semantics on Python 3 versus 2, to provide their Python 3 semantics. . This package contains the documentation. Package: python-ioflo Source: ioflo Version: 1.3.8-1 Architecture: all Maintainer: Samuel M. Smith Installed-Size: 1250 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python Homepage: https://github.com/ioflo/ioflo Priority: optional Section: python Filename: pool/main/i/ioflo/python-ioflo_1.3.8-1_all.deb Size: 149706 SHA256: 8165a10ed3bfe07bc72e63e2b9000f65ff58e37f0ec1f041795739ff80a40933 SHA1: 408c616b1d378de742837d76ea011f94936626cd MD5sum: 69654044f4711fba8fe0996e4865589e Description: Flow Based Programming Automated Reasoning Engine and Automa Enabling the Programmable World. http://ioflo.com Package: python-libcloud Source: libcloud Version: 0.15.1-1~ubuntu14.04.1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 5192 Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), python-crypto (>= 2.6), python-lockfile, python-simplejson Homepage: https://libcloud.apache.org/ Priority: optional Section: python Filename: pool/main/libc/libcloud/python-libcloud_0.15.1-1~ubuntu14.04.1_all.deb Size: 559648 SHA256: d7cb3eb4e0372bb12bcb72f6601c0941b5d63ef865bb6126537d7287b04130a8 SHA1: 7dec13b1f4615526dadd03dd67ceb32f91a86ddd MD5sum: f6cb42b72d10f275b8217f0b5a194d0e Description: unified Python interface into the cloud libcloud is a pure Python client library for interacting with many of the popular cloud server providers using a unified API. It was created to make it easy for developers to build products that work between any of the services that it supports. . * Avoid vendor lock-in * Use the same API to talk to many different providers * More than 30 supported providers total * Four main APIs: Compute, Storage, Load Balancers, DNS * Supports Python 2.5, Python 2.6, Python 2.7, PyPy and Python 3 . Resource you can manage with Libcloud are divided in the following categories: . * Cloud Servers and Block Storage - services such as Amazon EC2 and Rackspace Cloud Servers (libcloud.compute.*) * Cloud Object Storage and CDN - services such as Amazon S3 and Rackspace CloudFiles (libcloud.storage.*) * Load Balancers as a Service, LBaaS (libcloud.loadbalancer.*) * DNS as a Service, DNSaaS (libcloud.dns.*) . libcloud was originally created by the folks over at Cloudkick, but has since grown into an independent free software project licensed under the Apache License (2.0). Package: python-raet Source: raet Version: 0.6.3-1 Architecture: all Maintainer: Samuel M. Smith Installed-Size: 1507 Depends: python-six, python:any (>= 2.7.5-5~), python:any (<< 2.8), python, python-ioflo, python-enum34, python-libnacl Homepage: https://github.com/saltstack/raet Priority: optional Section: python Filename: pool/main/r/raet/python-raet_0.6.3-1_all.deb Size: 95190 SHA256: f6f9c8fe9f78b2b176261b23738a62fd32db1740d2ac192efc2b6497ca6c145c SHA1: 17f97cb8f9917d9c134e0350bafbb7c71063a6fb MD5sum: bb496bf89f3b4262037b50ca7ac2fdd4 Description: Reliable Asynchronous Event Transport protocol Asynchronous transaction based protocol using Ioflo. http://ioflo.com Package: python3-alabaster Source: alabaster Version: 0.7.6-1 Architecture: all Maintainer: Jeremy T. Bouse Installed-Size: 103 Depends: python3-sphinx, python3:any (>= 3.3.2-2~) Homepage: https://github.com/bitprophet/alabaster Priority: extra Section: python Filename: pool/main/a/alabaster/python3-alabaster_0.7.6-1_all.deb Size: 16042 SHA256: 0cb4f344332b666c5883cbe699b6c1391c7783157924f10b6d9663f43de4f233 SHA1: 899fa8f63dfff72e26c0bdf634780739b5cb7950 MD5sum: 8b55c494daeab86f1ddddf0f1f863a9c Description: Configurable sidebar-enabled Sphinx theme (Python 3) This theme is a modified "Kr" Sphinx theme from @kennethreitz (especially as used in his Requests project), which was itself originally based on @mitsuhiko's theme used for Flask & related projects. . This is the Python 3 version of the package. Package: python3-enum34 Source: enum34 Version: 1.0.4-1 Architecture: all Maintainer: Barry Warsaw Installed-Size: 216 Depends: python3:any (>= 3.3.2-2~) Suggests: python-enum34-doc Homepage: https://pypi.python.org/pypi/enum34 Priority: optional Section: python Filename: pool/main/e/enum34/python3-enum34_1.0.4-1_all.deb Size: 27156 SHA256: 7839014d62d3d79f23a9233aa899edaa2cbe11df7d286db7b5698ff1dc0e8bb8 SHA1: 1d0d8a0116077121940e1950bc584219a2c71c3e MD5sum: 6fae0a5fd6e8c2c54f5c95a3d8380ca3 Description: backport of Python 3.4's enum package PEP 435 adds an enumeration to Python 3.4. This module provides a backport of that data type for older Python versions. It defines two enumeration classes that can be used to define unit sets of names and values: Enum and IntEnum. . This is the Python 3 compatible package. Package: python3-future Source: python-future Version: 0.14.3-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 1645 Pre-Depends: dpkg (>= 1.15.6~) Depends: python3.4, python3:any (>= 3.3.2-2~) Suggests: python-future-doc Homepage: https://python-future.org Priority: optional Section: python Filename: pool/main/p/python-future/python3-future_0.14.3-1_all.deb Size: 329832 SHA256: 24bc9d884e27b0271b5dddfda3fbbad00ff58efd2dcf7a7b735ccc4bf48e18d9 SHA1: d8d909d59a94c3ef40dafeb9d4f5b81da06abc4e MD5sum: 2b9771c8942882c7b0a15f73ed1c41bc Description: Clean single-source support for Python 3 and 2 - Python 3.x Future is the missing compatibility layer between Python 2 and Python 3. It allows one to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead. . The imports have no effect on Python 3. On Python 2, they shadow the corresponding builtins, which normally have different semantics on Python 3 versus 2, to provide their Python 3 semantics. . This package contains the Python 3.x module. Package: python3-libcloud Source: libcloud Version: 0.15.1-1~ubuntu14.04.1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 5099 Depends: python3:any (>= 3.3.2-2~), python3-crypto (>= 2.6), python3-simplejson Homepage: https://libcloud.apache.org/ Priority: optional Section: python Filename: pool/main/libc/libcloud/python3-libcloud_0.15.1-1~ubuntu14.04.1_all.deb Size: 544446 SHA256: 470c70c2f44b03f94d55990b5be1c4810d08932d8f15f4a5c76fda67ee2fb57a SHA1: 13229724a3c9492427c0345472f9c43a5b5df455 MD5sum: 051f013a62757500fe9fd2f7e7637373 Description: unified Python interface into the cloud (Python3 version) libcloud is a pure Python client library for interacting with many of the popular cloud server providers using a unified API. It was created to make it easy for developers to build products that work between any of the services that it supports. . * Avoid vendor lock-in * Use the same API to talk to many different providers * More than 30 supported providers total * Four main APIs: Compute, Storage, Load Balancers, DNS * Supports Python 2.5, Python 2.6, Python 2.7, PyPy and Python 3 . Resource you can manage with Libcloud are divided in the following categories: . * Cloud Servers and Block Storage - services such as Amazon EC2 and Rackspace Cloud Servers (libcloud.compute.*) * Cloud Object Storage and CDN - services such as Amazon S3 and Rackspace CloudFiles (libcloud.storage.*) * Load Balancers as a Service, LBaaS (libcloud.loadbalancer.*) * DNS as a Service, DNSaaS (libcloud.dns.*) . libcloud was originally created by the folks over at Cloudkick, but has since grown into an independent free software project licensed under the Apache License (2.0). . This is the Python 3 version of the package. Package: salt-api Source: salt Version: 2015.8.1+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 91 Depends: python:any (>= 2.6~), python, sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16), salt-master Recommends: python-cherrypy3 Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-api_2015.8.1+ds-1_all.deb Size: 12610 SHA256: 151e2e3886d29e3fab6689cc75c23bbb6dd763d0dbdb7e721ffcf474f3aa1bb2 SHA1: 9f5e0b54c8eb3b57faf7f7075fb95984506a6349 MD5sum: 63eb27b4c319a36adba451f993d1e329 Description: Generic, modular network access system a modular interface on top of Salt that can provide a variety of entry points into a running Salt system. It can start and manage multiple interfaces allowing a REST API to coexist with XMLRPC or even a Websocket API. . The Salt API system is used to expose the fundamental aspects of Salt control to external sources. salt-api acts as the bridge between Salt itself and REST, Websockets, etc. Package: salt-cloud Source: salt Version: 2015.8.1+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 88 Depends: python:any (>= 2.6~), python, salt-common (= 2015.8.1+ds-1), python-libcloud (>= 0.14.1-1) Recommends: python-netaddr Suggests: python-botocore Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-cloud_2015.8.1+ds-1_all.deb Size: 14142 SHA256: a52e02d7522b088b64328a33b8fdb70dc80a4653861ac4d63a5adf69421cbf1a SHA1: 4d2d5cb98317129c053939047131e1aed110eabb MD5sum: 6a86fef3cf1455a6e2794aed8f57133e Description: public cloud VM management system provision virtual machines on various public clouds via a cleanly controlled profile and mapping system. Package: salt-common Source: salt Version: 2015.8.1+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 13548 Depends: python:any (>= 2.7.5-5~), python, python:any (<< 2.8), python-dateutil, python-jinja2, python-apt, python-yaml, python-pkg-resources, python-requests (>= 1.0.0), python-tornado (>= 4.2.1) Recommends: lsb-release, python-mako Breaks: python-mako (<< 0.7.0) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-common_2015.8.1+ds-1_all.deb Size: 2955230 SHA256: e1b6d3733c4c4027b3b46a58a21b2372fb1fe11afce35a34b4f4675397aa7c8b SHA1: b0225e36f117697ed241e89ee61aea3713b6a4d4 MD5sum: e023d1a489b7092b6e22ee3c45821e82 Description: shared libraries that salt requires for all packages salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It 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. . This particular package provides shared libraries that salt-master, salt-minion, and salt-syndic require to function. Package: salt-master Source: salt Version: 2015.8.1+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 140 Depends: sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16), python:any (>= 2.6~), python, salt-common (= 2015.8.1+ds-1), python-crypto (>= 2.6.1), python-msgpack, python-zmq (>= 13.1.0) Recommends: python-git Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-master_2015.8.1+ds-1_all.deb Size: 33210 SHA256: c3ea03b2d2a5f34a41b101a59412da9da985ebbced15a1bb9d1204685c04b42a SHA1: 764bfdbe82afd7a9c2ccd49101f0722d0f990827 MD5sum: 8e7b63bd7fdc474d139b4e638a003cb9 Description: remote manager to administer servers via salt salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It 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. . This particular package provides the salt controller. Package: salt-minion Source: salt Version: 2015.8.1+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 126 Depends: sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16), python:any (>= 2.6~), python, salt-common (= 2015.8.1+ds-1), python-crypto (>= 2.6.1), python-msgpack, python-zmq (>= 13.1.0), dctrl-tools Recommends: dmidecode, debconf-utils Suggests: python-augeas Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-minion_2015.8.1+ds-1_all.deb Size: 21920 SHA256: a2cf09f25043db665621b4b8d03208eab682cbe72ed3829ca72ff7107bd44311 SHA1: 33c893b615f1e79898d32d7a68378b09b03e79d1 MD5sum: a8503175af667f283816981e13058c8d Description: client package for salt, the distributed remote execution system salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It 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. . This particular package provides the worker / agent for salt. Package: salt-proxy Source: salt Version: 2015.8.1+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 64 Depends: python:any (>= 2.6~), python, salt-minion (= 2015.8.1+ds-1) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-proxy_2015.8.1+ds-1_all.deb Size: 11726 SHA256: e2cde975c5455aedfe4ca58724c8eccc082a209f91cfcd71d7a745d9d8257ad9 SHA1: ead143a7b9009c8358024f6a64917cc2693a66dd MD5sum: 863565459bc1f5e42eb2beb351829e7e Description: proxy minion allows a remote manager to administer devices that are unable to run a minion. salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It allows commands to be executed across large groups of devices. 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. . This particular package provides the salt proxy minion. It is able to run salt modules and states on remote hosts via a proxy which transmits appropriate commands to devices and replies with the results of said commands. Package: salt-ssh Source: salt Version: 2015.8.1+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 73 Depends: python:any (>= 2.6~), python, salt-common (= 2015.8.1+ds-1), python-msgpack Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-ssh_2015.8.1+ds-1_all.deb Size: 13184 SHA256: a5ef472c9c28bdb2d734ba595b3e3abba6fa10117ac5d64965d1660a7b5f7fcc SHA1: dfea281c6a491cc60e65fa6058a6ffac563819e6 MD5sum: 16f1b2f9ff7073705fe1522302bd2334 Description: remote manager to administer servers via salt salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It 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. . This particular package provides the salt ssh controller. It is able to run salt modules and states on remote hosts via ssh. No minion or other salt specific software needs to be installed on the remote host. Package: salt-syndic Source: salt Version: 2015.8.1+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 91 Depends: sysv-rc (>= 2.88dsf-24) | file-rc (>= 0.8.16), python:any (>= 2.6~), python, salt-master (= 2015.8.1+ds-1) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-syndic_2015.8.1+ds-1_all.deb Size: 12922 SHA256: 6e0b74f57def806b2f465af57b993b90493bc78d8e9ac80125b8962b8da147df SHA1: d8d7c9174815b646d9030200a2147cc177586284 MD5sum: 06f3c3503b8d39010b7032212cecff8b Description: master-of-masters for salt, the distributed remote execution system salt is a powerful remote execution manager that can be used to administer servers in a fast and efficient way. . It 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. . This particular package provides the master of masters for salt - it enables the management of multiple masters at a time.