salt 2017.7.4+dfsg1-1 source package in Ubuntu

Changelog

salt (2017.7.4+dfsg1-1) unstable; urgency=medium

  * New upstream bug-fix release
  * Use xz for repacked source tarball
  * Change salt master user from 'root' to 'salt' by default (Closes: #891303)
  * Fix Python 3 support for debconfmod (LP: #1752651)
  * Support dynamic pillar_root environment (fixes upstream bug #20581)
  * kubernetes: Fix ValueError for template in AppsV1beta1DeploymentSpec
    (see upstream bug #46329)

 -- Benjamin Drung <email address hidden>  Mon, 05 Mar 2018 15:36:11 +0100

Upload details

Uploaded by:
Joe Healy
Uploaded to:
Sid
Original maintainer:
Joe Healy
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe admin

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
salt_2017.7.4+dfsg1-1.dsc 2.9 KiB a91e3c644d1c17b929e1dc26e63401f5dd7dfb4c9c3294870568c952dc260bc2
salt_2017.7.4+dfsg1.orig.tar.xz 6.7 MiB c2388b44ff5086404d9ecdf344e58edc8aa6c4fae66e96e0e62a4251a2ea910f
salt_2017.7.4+dfsg1-1.debian.tar.xz 43.2 KiB 9e688cfb5fee5e9a17c7f21a44c39e3058ebcaa2beeb026d4424e539d695288f

No changes file available.

Binary packages built by this source

salt-api: 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.

salt-cloud: No summary available for salt-cloud in ubuntu cosmic.

No description available for salt-cloud in ubuntu cosmic.

salt-common: No summary available for salt-common in ubuntu disco.

No description available for salt-common in ubuntu disco.

salt-doc: 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.

salt-master: No summary available for salt-master in ubuntu disco.

No description available for salt-master in ubuntu disco.

salt-minion: No summary available for salt-minion in ubuntu disco.

No description available for salt-minion in ubuntu disco.

salt-proxy: Proxy client package for salt stack

 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.

salt-ssh: 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.

salt-syndic: 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.