2011-10-04 03:46:11 +00:00
|
|
|
Source: salt
|
|
|
|
Section: admin
|
|
|
|
Priority: optional
|
2012-11-14 19:07:35 +00:00
|
|
|
Maintainer: Sean Channel <pentabular@gmail.com>
|
2012-11-08 00:58:16 +00:00
|
|
|
Build-Depends: debhelper,
|
2011-12-26 18:55:16 +00:00
|
|
|
cython,
|
2012-11-08 00:55:47 +00:00
|
|
|
python | python-all | python-dev | python-all-dev,
|
2011-12-25 05:01:58 +00:00
|
|
|
python-crypto,
|
2012-11-08 00:55:47 +00:00
|
|
|
python-jinja2,
|
2011-12-25 05:01:58 +00:00
|
|
|
python-m2crypto,
|
2012-11-08 00:55:47 +00:00
|
|
|
python-setuptools,
|
2012-11-10 08:03:53 +00:00
|
|
|
python-sphinx,
|
2012-11-08 00:55:47 +00:00
|
|
|
python-yaml,
|
2012-11-07 17:24:17 +00:00
|
|
|
python-zmq,
|
2012-08-21 13:05:20 +00:00
|
|
|
msgpack-python
|
2012-03-21 19:42:11 +00:00
|
|
|
Standards-Version: 3.9.3
|
2011-10-04 03:46:11 +00:00
|
|
|
Homepage: http://saltstack.org
|
2012-05-03 11:12:53 +00:00
|
|
|
#X-Python-Version: >= 2.6, <= 2.7
|
2011-10-04 03:46:11 +00:00
|
|
|
|
2012-01-02 14:33:00 +00:00
|
|
|
|
|
|
|
Package: salt-common
|
2012-02-09 01:25:34 +00:00
|
|
|
Architecture: all
|
2012-01-16 23:36:59 +00:00
|
|
|
Depends: ${python:Depends},
|
|
|
|
${misc:Depends},
|
|
|
|
${shlibs:Depends},
|
2012-11-08 00:55:47 +00:00
|
|
|
python,
|
2012-01-16 23:36:59 +00:00
|
|
|
python-crypto,
|
2012-11-08 00:55:47 +00:00
|
|
|
python-jinja2,
|
2012-01-16 23:36:59 +00:00
|
|
|
python-m2crypto,
|
2012-11-08 00:55:47 +00:00
|
|
|
python-yaml,
|
2012-11-07 17:24:17 +00:00
|
|
|
python-zmq,
|
2012-02-08 00:00:29 +00:00
|
|
|
msgpack-python
|
2012-01-02 15:25:58 +00:00
|
|
|
Description: Shared libraries that salt requires for all packages
|
|
|
|
This package is a powerful remote execution manager that can be used
|
2012-01-02 14:33:00 +00:00
|
|
|
to administer servers in a fast and efficient way.
|
2011-10-04 03:46:11 +00:00
|
|
|
.
|
|
|
|
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.
|
2012-01-02 14:33:00 +00:00
|
|
|
.
|
2012-01-16 23:36:59 +00:00
|
|
|
This particular package provides shared libraries that salt-master,
|
|
|
|
salt-minion, and salt-syndic require to function.
|
2012-01-02 14:33:00 +00:00
|
|
|
|
|
|
|
Package: salt-master
|
|
|
|
Architecture: all
|
2012-01-16 23:36:59 +00:00
|
|
|
Depends: ${misc:Depends},
|
|
|
|
python,
|
2012-11-08 00:55:47 +00:00
|
|
|
python-pkg-resources,
|
2012-11-08 20:06:49 +00:00
|
|
|
salt-common (= ${source:Version})
|
2012-01-02 15:25:58 +00:00
|
|
|
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.
|
|
|
|
|
2011-12-25 05:01:58 +00:00
|
|
|
|
|
|
|
Package: salt-minion
|
|
|
|
Architecture: all
|
2012-01-16 23:36:59 +00:00
|
|
|
Depends: ${misc:Depends},
|
|
|
|
python,
|
2012-11-08 00:55:47 +00:00
|
|
|
python-pkg-resources,
|
2012-11-08 20:06:49 +00:00
|
|
|
salt-common (= ${source:Version})
|
2012-11-27 20:22:32 +00:00
|
|
|
Recommends: dmidecode, pciutils
|
2012-01-02 15:25:58 +00:00
|
|
|
Description: This package represents the client package for 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 worker / agent for salt.
|
2012-01-04 03:13:38 +00:00
|
|
|
|
|
|
|
|
2011-12-28 22:35:48 +00:00
|
|
|
Package: salt-syndic
|
|
|
|
Architecture: all
|
2012-01-16 23:36:59 +00:00
|
|
|
Depends: ${misc:Depends},
|
|
|
|
python,
|
2012-11-08 00:55:47 +00:00
|
|
|
python-pkg-resources,
|
2012-11-08 20:06:49 +00:00
|
|
|
salt-master (= ${source:Version})
|
2012-01-16 23:36:59 +00:00
|
|
|
Description: This package represents the master-of-masters for salt
|
2012-01-02 15:25:58 +00:00
|
|
|
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.
|
|
|
|
.
|
2012-01-16 23:36:59 +00:00
|
|
|
This particular package provides the master of masters for salt-- it enables
|
2012-11-09 23:28:46 +00:00
|
|
|
the management of multiple masters at a time..
|
|
|
|
|
|
|
|
Package: salt-doc
|
|
|
|
Architecture: all
|
|
|
|
Section: doc
|
2012-11-10 19:18:10 +00:00
|
|
|
Depends: ${misc:Depends}
|
2012-11-27 20:22:32 +00:00
|
|
|
Recommends: libjs-sphinxdoc
|
2012-11-09 23:28:46 +00:00
|
|
|
Description: additional documentation 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 HTML documentation for
|
|
|
|
salt.
|