Skip to content

Instantly share code, notes, and snippets.

@clone1018
Created July 9, 2013 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clone1018/934640333f8fc0c7baf1 to your computer and use it in GitHub Desktop.
Save clone1018/934640333f8fc0c7baf1 to your computer and use it in GitHub Desktop.
root@test:~# apt-cache show salt-api
Package: salt-api
Priority: optional
Section: devel
Installed-Size: 135
Maintainer: Sean Channel <pentabular@gmail.com>
Architecture: all
Version: 0.8.1
Recommends: python-cherrypy3
Depends: upstart-job, python, salt-master
Filename: pool/main/s/salt-api/salt-api_0.8.1_all.deb
Size: 26008
MD5sum: 8c0966598ab177658a73aa806e1c33a4
SHA1: 67175bf5a263614e902a237921a21d7d90cc9352
SHA256: ecd2370675ba18b91b361671d23246d61aec741cff9ba3633b86186da952c34a
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.
.
Documentation is available on Read the Docs:
.
http://salt-api.readthedocs.org/
-----------------------------------------------------------------------------
root@test:~# apt-cache show salt-master
Package: salt-master
Source: salt
Priority: optional
Section: admin
Installed-Size: 125
Maintainer: Corey Quinn <corey@sequestered.net>
Architecture: all
Version: 0.16.0-1quantal
Depends: upstart-job, python, python-support, python-pkg-resources
Pre-Depends: salt-common (= 0.16.0-1quantal)
Filename: pool/main/s/salt/salt-master_0.16.0-1quantal_all.deb
Size: 21966
MD5sum: 29ad1fbf9ecb13f9d6cc0b46c19c8946
SHA1: 5fd1e98309dab0051a621c9ba475e8eb2a86b06a
SHA256: 4b4351f4a36990612e56d288340d921a823f695dcfc1d1885a0f1056fb9fb0ef
Description: This package provides a remote manager to administer servers via salt
This package 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-master
Priority: optional
Section: universe/admin
Installed-Size: 85
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: Michael Prokop <mika@debian.org>
Architecture: all
Source: salt
Version: 0.10.1-3
Depends: upstart-job, python, python-pkg-resources, salt-common (= 0.10.1-3)
Filename: pool/universe/s/salt/salt-master_0.10.1-3_all.deb
Size: 13848
MD5sum: 96ed7227f460202e4ec0ebe93d9db236
SHA1: 957a3ef63b4f98177bc9d31e4b198af6d8db34ba
SHA256: 3522e9d3f05fb7047573a8c4e7b906ce7ddd1f266c7d5bc99ef9e96ba6c6bdeb
Description-en: 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.
Homepage: http://saltstack.org/
Description-md5: 36e948d6f2dba9c67d0fe58bcec6ff6a
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment