Package: libsodium-dbg Source: libsodium Version: 1.0.3-1 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 374 Depends: libsodium13 (= 1.0.3-1) Multi-Arch: same Homepage: http://www.libsodium.org/ Priority: extra Section: debug Filename: pool/main/libs/libsodium/libsodium-dbg_1.0.3-1_amd64.deb Size: 305040 SHA256: 9e8dd683c9c4925614c9544fc68036170995a592dc57639cadf8de225114d8b6 SHA1: 932b59041f7b989c907ed7939f6e442216e507b6 MD5sum: 709d76588624acb61757303c29d21488 Description: Network communication, cryptography and signaturing library - debug symbols NaCl (pronounced "salt") is a new easy-to-use high-speed software library for network communication, encryption, decryption, signatures, etc. . NaCl's goal is to provide all of the core operations needed to build higher-level cryptographic tools. . Sodium is a portable, cross-compilable, installable, packageable fork of NaCl, with a compatible API. . This package provides debugging symbols needed to debug libsodium itself. Package: libsodium-dev Source: libsodium Version: 1.0.3-1 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 896 Depends: libsodium13 (= 1.0.3-1) Multi-Arch: same Homepage: http://www.libsodium.org/ Priority: optional Section: libdevel Filename: pool/main/libs/libsodium/libsodium-dev_1.0.3-1_amd64.deb Size: 146782 SHA256: 403afc0bd9c1e21bc41edcbb00842c0c996fb070fd665bd2ab71fc91df16c607 SHA1: 0b773e9c8fac72e2c36c302be287a6c7d0d75d25 MD5sum: a18b0f77f14606025b2830ebc565bf26 Description: Network communication, cryptography and signaturing library - headers NaCl (pronounced "salt") is a new easy-to-use high-speed software library for network communication, encryption, decryption, signatures, etc. . NaCl's goal is to provide all of the core operations needed to build higher-level cryptographic tools. . Sodium is a portable, cross-compilable, installable, packageable fork of NaCl, with a compatible API. . This package provides development headers needed for applications that use libsodium. Package: libsodium13 Source: libsodium Version: 1.0.3-1 Architecture: amd64 Maintainer: Laszlo Boszormenyi (GCS) Installed-Size: 397 Pre-Depends: multiarch-support Depends: libc6 (>= 2.14) Multi-Arch: same Homepage: http://www.libsodium.org/ Priority: optional Section: libs Filename: pool/main/libs/libsodium/libsodium13_1.0.3-1_amd64.deb Size: 138386 SHA256: b30f696137f97622bbc59a841ce82d911e4e09193889189279cebb30a7c69ada SHA1: 87ff6e9f2fa436a6852fc7d376b1a142f8d47158 MD5sum: 0b3bc9e3bf850927e1d5b25f46a68500 Description: Network communication, cryptography and signaturing library NaCl (pronounced "salt") is a new easy-to-use high-speed software library for network communication, encryption, decryption, signatures, etc. . NaCl's goal is to provide all of the core operations needed to build higher-level cryptographic tools. . Sodium is a portable, cross-compilable, installable, packageable fork of NaCl, with a compatible API. Package: python-backports-abc Version: 0.5-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 50 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Homepage: https://github.com/cython/backports_abc Priority: optional Section: python Filename: pool/main/p/python-backports-abc/python-backports-abc_0.5-1_all.deb Size: 5672 SHA256: 85ed898e9e857c0f79cab7affcf74894c3ac782cd5e5cc16501a43181d5d0f8d SHA1: 479e9bf283ce8831987141f2f0abb8f9c177ae37 MD5sum: cf79f72f39957eadac2ced5dd1ddfd29 Description: Backport of the "collections.abc" stdlib module (Python 2) This is a backport to Python 2 of recent additions to the "collections.abc" in Python 3.5. . This package is (obviously) for Python 2. Package: python-concurrent.futures Version: 3.0.3-1 Architecture: all Maintainer: PKG OpenStack Installed-Size: 218 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), 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: 36052 SHA256: 7a5f60c57abf8741501cad328332a1cb20b615f4d9936a450380b6d404623a53 SHA1: 098b0ce3d307c0e18201a3baddb0f06af80ea3cb MD5sum: 74db7a292e9dbae52635108a259b63a0 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-jinja2 Source: jinja2 Version: 2.9.4-1 Architecture: all Maintainer: Piotr Ożarowski Installed-Size: 870 Depends: python-markupsafe, python:any (<< 2.8), python:any (>= 2.7.5-5~) Recommends: python-pkg-resources Suggests: python-jinja2-doc Enhances: python-pybabel Homepage: http://jinja.pocoo.org/ Priority: optional Section: python Filename: pool/main/j/jinja2/python-jinja2_2.9.4-1_all.deb Size: 122386 SHA256: b083793c6391da851d47e6fcc4caabb0f66e74b4cf4fad22d0cb437b5953aebe SHA1: add8957583da35ab75d59f5c5bb25ae00a7d037a MD5sum: 3fa3c1e8a89b25641cd2c7ee0aa72330 Description: small but fast and easy to use stand-alone template engine Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment. . The key-features are: * Configurable syntax. If you are generating LaTeX or other formats with Jinja2 you can change the delimiters to something that integrates better into the LaTeX markup. * Fast. While performance is not the primarily target of Jinja2 it’s surprisingly fast. The overhead compared to regular Python code was reduced to the very minimum. * Easy to debug. Jinja2 integrates directly into the Python traceback system which allows you to debug Jinja2 templates with regular Python debugging helpers. * Secure. It’s possible to evaluate untrusted template code if the optional sandbox is enabled. This allows Jinja2 to be used as templating language for applications where users may modify the template design. Package: python-jinja2-doc Source: jinja2 Version: 2.9.4-1 Architecture: all Maintainer: Piotr Ożarowski Installed-Size: 1291 Recommends: python-jinja2 Homepage: http://jinja.pocoo.org/ Priority: extra Section: doc Filename: pool/main/j/jinja2/python-jinja2-doc_2.9.4-1_all.deb Size: 247108 SHA256: 262ee8283acf2d412cc41b8e91529babd6e729616d0ce940cf844bcaabacce32 SHA1: 7c5ff4c738d06b2e8104323d2067d72d183f7134 MD5sum: 1125d23300cfe547573f4ba3a942171b Description: documentation for the Jinja2 Python library Jinja2 is a small but fast and easy to use stand-alone template engine . This package contains the documentation for Jinja2 in HTML and reStructuredText formats. Package: python-libcloud Source: libcloud Version: 1.5.0+ds-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 13066 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-crypto (>= 2.6), python-lockfile (>= 0.9), python-simplejson Homepage: https://libcloud.apache.org/ Priority: optional Section: python Filename: pool/main/libc/libcloud/python-libcloud_1.5.0+ds-1_all.deb Size: 1246648 SHA256: 533f0d22e9dae0c999795f35da05171db6363e86aa2b82235db17ef8aac80700 SHA1: 5a98ccdc2e47c50a8ead9fff1138ae8f01d7f053 MD5sum: ffc4d9366dbe467892be21958229cada 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-msgpack Source: msgpack Version: 0.5.6-2 Architecture: amd64 Maintainer: INADA Naoki Installed-Size: 284 Depends: python (>= 2.7), python (<< 2.8), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1) Priority: optional Section: python Filename: pool/main/m/msgpack/python-msgpack_0.5.6-2_amd64.deb Size: 71852 SHA256: 27e17381bbf48758ff3f1ffb8ed16b18c22aa75585e0bb81da71cf5d1a8e33f6 SHA1: 73dff9d3db5023895ab898f7c2699926d2ceef96 MD5sum: 20edc4bf365267ce5851fa8745d815a6 Description: MessagePack (de)serializer. ====================== MessagePack for Python ====================== . .. image:: https://travis-ci.org/msgpack/msgpack-python.svg?branch=master :target: https://travis-ci.org/msgpack/msgpack-python :alt: Build Status . .. image:: https://readthedocs.org/projects/msgpack-python/badge/?version=latest :target: https://msgpack-python.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status . . What's this ----------- . `MessagePack `_ is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON. But it's faster and smaller. This package provides CPython bindings for reading and writing MessagePack data. Package: python-setuptools Source: setuptools Version: 10.2.1-2 Architecture: all Maintainer: Python Packaging Authority Installed-Size: 668 Depends: python (>= 2.7), python (<< 2.8) Priority: optional Section: python Filename: pool/main/s/setuptools/python-setuptools_10.2.1-2_all.deb Size: 137318 SHA256: b8d9f63c238234f16460a339c87977d5f22b8a6f1dc107d9fa956e407d3318b8 SHA1: 8318d80a68614813575a3385fd04a2084df0aef2 MD5sum: b858bf6d8dd1909d49863b22a57fde59 Description: Easily download, build, install, upgrade, and uninstall Pyth =============================== Installing and Using Setuptools =============================== . .. contents:: **Table of Contents** . . `Change History `_. . ------------------------- Installation Instructions ------------------------- . The recommended way to bootstrap setuptools on any system is to download `ez_setup.py`_ and run it using the target Python environment. Different operating systems have different recommended techniques to accomplish this basic routine, so below are some examples to get you started. . Setuptools requires Python 2.6 or later. To install setuptools on Python 2.4 or Python 2.5, use the `bootstrap script for Setuptools 1.x Package: python-systemd Version: 231-2~bpo8+1 Architecture: amd64 Maintainer: Debian systemd Maintainers Installed-Size: 175 Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.17), libsystemd0 (>= 214) Homepage: http://www.freedesktop.org/wiki/Software/systemd Priority: optional Section: python Filename: pool/main/p/python-systemd/python-systemd_231-2~bpo8+1_amd64.deb Size: 30500 SHA256: ceb337cdc02f9f143c2e10748ddd46244078aa611aef6b438730d55c8efce51b SHA1: 8f60140b3b49ed7d4dfbb5f132c5a3c556f31f15 MD5sum: 55621d306b1bff7d08c437b5bd939019 Description: Python 2 bindings for systemd This package contains Python 2 bindings for native access to the systemd facilities. . Functionality is separated into a number of modules: * systemd.journal supports sending of structured messages to the journal and reading journal files * systemd.daemon wraps parts of libsystemd useful for writing daemons and socket activation * systemd.id128 provides functions for querying machine and boot identifiers and a list of message identifiers provided by systemd * systemd.login wraps parts of libsystemd used to query logged in users and available seats and machines Package: python-urllib3 Version: 1.10.4-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 262 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-six Recommends: ca-certificates, python-ndg-httpsclient, python-openssl, python-pyasn1 Homepage: http://urllib3.readthedocs.org Priority: optional Section: python Filename: pool/main/p/python-urllib3/python-urllib3_1.10.4-1_all.deb Size: 61004 SHA256: eab4418a33e3d271ded8d2887d77d47446c35000be9606cc04096ee7cccaf3d6 SHA1: 6c7a9f270520504407c7abb92777fe3c2dddc619 MD5sum: 2d29daf50c5558312fbdb9621b4a649b Description: HTTP library with thread-safe connection pooling for Python urllib3 supports features left out of urllib and urllib2 libraries. . - Re-use the same socket connection for multiple requests (HTTPConnectionPool and HTTPSConnectionPool) (with optional client-side certificate verification). - File posting (encode_multipart_formdata). - Built-in redirection and retries (optional). - Supports gzip and deflate decoding. - Thread-safe and sanity-safe. - Small and easy to understand codebase perfect for extending and building upon. Package: python-urllib3-whl Source: python-urllib3 Version: 1.10.4-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 115 Depends: python-six-whl Recommends: ca-certificates Homepage: http://urllib3.readthedocs.org Priority: optional Section: python Filename: pool/main/p/python-urllib3/python-urllib3-whl_1.10.4-1_all.deb Size: 85950 SHA256: 7a247d0dca0e80f292bdc55911c0d433e2ad6c20db293631a28d15eac542d8ef SHA1: ff40f71d20b428628b02cf3536492f084f52ca2d MD5sum: 1ec1dbfd46e4715156f67c56ae2e3464 Description: HTTP library with thread-safe connection pooling urllib3 supports features left out of urllib and urllib2 libraries. . - Re-use the same socket connection for multiple requests (HTTPConnectionPool and HTTPSConnectionPool) (with optional client-side certificate verification). - File posting (encode_multipart_formdata). - Built-in redirection and retries (optional). - Supports gzip and deflate decoding. - Thread-safe and sanity-safe. - Small and easy to understand codebase perfect for extending and building upon. . This package contains the universal wheel. Package: python3-jinja2 Source: jinja2 Version: 2.9.4-1 Architecture: all Maintainer: Piotr Ożarowski Installed-Size: 848 Depends: python3-markupsafe, python3:any (>= 3.3.2-2~) Recommends: python3-pkg-resources Suggests: python-jinja2-doc Homepage: http://jinja.pocoo.org/ Priority: optional Section: python Filename: pool/main/j/jinja2/python3-jinja2_2.9.4-1_all.deb Size: 116352 SHA256: f9266d57dfc773ff36cc3b4bcfb2165a956f4766b403d0534a401603591d7c39 SHA1: 41a7d562296da5f37d16fc9aa3a2018c22f90b7b MD5sum: 6672e9fbe006a0423aab3324684244c1 Description: small but fast and easy to use stand-alone template engine Jinja2 is a template engine written in pure Python. It provides a Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment. . The key-features are: * Configurable syntax. If you are generating LaTeX or other formats with Jinja2 you can change the delimiters to something that integrates better into the LaTeX markup. * Fast. While performance is not the primarily target of Jinja2 it’s surprisingly fast. The overhead compared to regular Python code was reduced to the very minimum. * Easy to debug. Jinja2 integrates directly into the Python traceback system which allows you to debug Jinja2 templates with regular Python debugging helpers. * Secure. It’s possible to evaluate untrusted template code if the optional sandbox is enabled. This allows Jinja2 to be used as templating language for applications where users may modify the template design. Package: python3-systemd Source: python-systemd Version: 231-2~bpo8+1 Architecture: amd64 Maintainer: Debian systemd Maintainers Installed-Size: 176 Depends: python3 (<< 3.5), python3 (>= 3.4~), libc6 (>= 2.17), libsystemd0 (>= 214) Homepage: http://www.freedesktop.org/wiki/Software/systemd Priority: optional Section: python Filename: pool/main/p/python-systemd/python3-systemd_231-2~bpo8+1_amd64.deb Size: 31164 SHA256: edee041b8c10b1817a219490b1119d3a168d13f095c9369f22f4e5d33dcf4bf6 SHA1: 5ce6b3b586562793bf24541b454d58999500dea3 MD5sum: d67c7c35aac4479e149d68c7d93f2f0c Description: Python 3 bindings for systemd This package contains Python 3 bindings for native access to the systemd facilities. . Functionality is separated into a number of modules: * systemd.journal supports sending of structured messages to the journal and reading journal files * systemd.daemon wraps parts of libsystemd useful for writing daemons and socket activation * systemd.id128 provides functions for querying machine and boot identifiers and a list of message identifiers provided by systemd * systemd.login wraps parts of libsystemd used to query logged in users and available seats and machines Package: python3-urllib3 Source: python-urllib3 Version: 1.10.4-1 Architecture: all Maintainer: Debian Python Modules Team Installed-Size: 262 Depends: python3:any (>= 3.3.2-2~), python3-six Recommends: ca-certificates Suggests: python3-ndg-httpsclient, python3-openssl, python3-pyasn1 Homepage: http://urllib3.readthedocs.org Priority: optional Section: python Filename: pool/main/p/python-urllib3/python3-urllib3_1.10.4-1_all.deb Size: 61136 SHA256: a70e17cd76e57ad7302cbb5c48c973339fd779389719a0c64e618277076ad274 SHA1: 60e24790a51292dcbe444219eed5e3e1fb0da649 MD5sum: 4aaa5d5702acbc84a8586f0f2ec3c399 Description: HTTP library with thread-safe connection pooling for Python3 urllib3 supports features left out of urllib and urllib2 libraries. . - Re-use the same socket connection for multiple requests (HTTPConnectionPool and HTTPSConnectionPool) (with optional client-side certificate verification). - File posting (encode_multipart_formdata). - Built-in redirection and retries (optional). - Supports gzip and deflate decoding. - Thread-safe and sanity-safe. - Small and easy to understand codebase perfect for extending and building upon. . This package contains the Python 3 version of the library. Package: salt-api Source: salt Version: 3000.1+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 92 Depends: salt-master, init-system-helpers (>= 1.18~), python, python:any (>= 2.6~) Recommends: python-cherrypy3 Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-api_3000.1+ds-1_all.deb Size: 13194 SHA256: b1757bb45cd092cdd6ea787adeaefe85f9326313ac0780535376acbc5dcec8f5 SHA1: e9eea2a80c5d6850ba02d68cef96f57c2746c7b7 MD5sum: 4e3bc913b2d248aad92133734976b39f 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: 3000.1+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 88 Depends: python-libcloud (>= 0.14.1-1), salt-common (= 3000.1+ds-1), python, python:any (>= 2.6~) Recommends: python-netaddr Suggests: python-botocore Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-cloud_3000.1+ds-1_all.deb Size: 14334 SHA256: 437b2001fec9b568e63d0416865bc768b3b87370c9e09738a4fdc48c4f68e95e SHA1: 547d01e6f508a4967e39f200b22f4131ce326d1a MD5sum: 637d4514bc685527d51054dbd1aac42a 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: 3000.1+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 29266 Depends: python-apt, python-dateutil, python-jinja2, python-msgpack (>= 0.5.6), python-pkg-resources, python-requests (>= 1.0.0), python-concurrent.futures, python-setuptools (>= 9.1), python-backports-abc, python-singledispatch, python-yaml, python-systemd, python-psutil, python, python-crypto, python-markupsafe, python-zmq, python:any (<< 2.8), python:any (>= 2.7.5-5~) Recommends: lsb-release, python-croniter Suggests: python-pycurl, python-twisted Breaks: python-mako (<< 0.7.0) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-common_3000.1+ds-1_all.deb Size: 6855086 SHA256: 912a5ab7189cb61569748ce73225ae827fd57d8b59d348675675e54a4ca43482 SHA1: 8cf3875746d04531c98b37a198b3ae119f61479c MD5sum: f35c278fc671048ee857afa5554d1535 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: 3000.1+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 163 Depends: python-crypto (>= 2.6.1), python-zmq (>= 14.4.0), salt-common (= 3000.1+ds-1), init-system-helpers (>= 1.18~), python, python:any (>= 2.6~) Recommends: python-git Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-master_3000.1+ds-1_all.deb Size: 40714 SHA256: c23aaf06f34132c7338f4f3bf12d92f6e1ed4c733cf4e7cbeaf7dc05f57e6438 SHA1: e737ffa3ed1cfa80b1ab1310cd8cfb8937e63604 MD5sum: 1fbd8b41871224c5b235d75c514a5c2e 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: 3000.1+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 171 Depends: bsdmainutils, dctrl-tools, python-crypto (>= 2.6.1), python-zmq (>= 14.4.0), salt-common (= 3000.1+ds-1), init-system-helpers (>= 1.18~), python, python:any (>= 2.6~) Recommends: debconf-utils, dmidecode Suggests: python-augeas Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-minion_3000.1+ds-1_all.deb Size: 28374 SHA256: 453bfc1beeaa2fc463798845fff8f4c9e5d3efae6816e5fac9caffc394ffdae9 SHA1: 12fbdaf31d08bf412fd488bd36c45f4616041cec MD5sum: 4727c6027f869adb4a18d1a0c2c2be74 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-ssh Source: salt Version: 3000.1+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 74 Depends: salt-common (= 3000.1+ds-1), python, python:any (>= 2.6~) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-ssh_3000.1+ds-1_all.deb Size: 13984 SHA256: bfdef7ceed7558248a9672964d18b2a0bd616e1c671398e9e48723001dbb062c SHA1: 64dff63f21aa73fd945d777c2eaa07e9c2febb51 MD5sum: 33cef15c12b6187718fe2b4587a68f09 Description: remote manager to administer servers via Salt SSH 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: 3000.1+ds-1 Architecture: all Maintainer: Debian Salt Team Installed-Size: 92 Depends: salt-master (= 3000.1+ds-1), init-system-helpers (>= 1.18~), python, python:any (>= 2.6~) Homepage: http://saltstack.org/ Priority: extra Section: admin Filename: pool/main/s/salt/salt-syndic_3000.1+ds-1_all.deb Size: 13506 SHA256: f90d57e094a127e5b480b0d9c352051cf5b6958256adac75860f3fcd7a448d8b SHA1: 8b0aab7d12120038bf4f8c6226ba539d74457e16 MD5sum: bedd23e58872dcdaa0c05de3c9ce40fa 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.