salt/debian/control

119 lines
4.5 KiB
Plaintext
Raw Normal View History

2011-10-04 03:46:11 +00:00
Source: salt
Section: admin
Priority: optional
Maintainer: Corey Quinn <corey@sequestered.net>
Build-Depends: debhelper (>= 7.0.50),
2011-12-26 18:55:16 +00:00
cython,
python-yaml,
python-setuptools,
python-crypto,
python-m2crypto,
2012-11-07 17:24:17 +00:00
python-zmq,
python-jinja2,
msgpack-python
Standards-Version: 3.9.3
2011-10-04 03:46:11 +00:00
Homepage: http://saltstack.org
#Vcs-Git: git://git.debian.org/collab-maint/salt.git
#Vcs-Browser: http://git.debian.org/?p=collab-maint/salt.git;a=summary
#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
Depends: ${python:Depends},
${misc:Depends},
${shlibs:Depends},
python-yaml,
python-crypto,
python-m2crypto,
2012-11-07 17:24:17 +00:00
python-zmq,
python,
python-jinja2,
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
.
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
Depends: ${misc:Depends},
python,
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.
Package: salt-minion
Architecture: all
Depends: ${misc:Depends},
python,
salt-common (>= ${source:Version})
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
Depends: ${misc:Depends},
python,
salt-master (>= ${source:Version})
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.
.
This particular package provides the master of masters for salt-- it enables
the management of multiple masters at a time.