summaryrefslogtreecommitdiffstats
path: root/system/salt
diff options
context:
space:
mode:
Diffstat (limited to 'system/salt')
-rw-r--r--system/salt/README7
-rw-r--r--system/salt/salt.SlackBuild2
-rw-r--r--system/salt/salt.info6
3 files changed, 7 insertions, 8 deletions
diff --git a/system/salt/README b/system/salt/README
index 4a0e317186..de96dc0bf1 100644
--- a/system/salt/README
+++ b/system/salt/README
@@ -38,12 +38,11 @@ only the daemons you actually want, by making the rc scripts executable.
/etc/rc.d/rc.salt-syndic start
fi
-On a master, you should enable the salt-master daemon, and probably also
-the salt-minion daemon:
+On a master, you should enable the salt-master daemon:
- chmod +x /etc/rc.d/rc.salt-{master,minion}
+ chmod +x /etc/rc.d/rc.salt-master
-On a minion, you should enable only the salt-minion daemon:
+On a minion, you should enable the salt-minion daemon:
chmod +x /etc/rc.d/rc.salt-minion
diff --git a/system/salt/salt.SlackBuild b/system/salt/salt.SlackBuild
index 7756b67dcb..d0de9380c1 100644
--- a/system/salt/salt.SlackBuild
+++ b/system/salt/salt.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=salt
-VERSION=${VERSION:-2016.11.1}
+VERSION=${VERSION:-2016.11.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/salt/salt.info b/system/salt/salt.info
index 5f10b3faa5..18773c55f4 100644
--- a/system/salt/salt.info
+++ b/system/salt/salt.info
@@ -1,8 +1,8 @@
PRGNAM="salt"
-VERSION="2016.11.1"
+VERSION="2016.11.2"
HOMEPAGE="https://saltstack.com/community/"
-DOWNLOAD="https://pypi.python.org/packages/dd/b2/2a81377b66a25ef29c38deea8244f6d35d56ae7c7db1d0234201b284c7d3/salt-2016.11.1.tar.gz"
-MD5SUM="8d8fc90676565e6202a468c10206f003"
+DOWNLOAD="https://pypi.python.org/packages/6e/64/0cfcd3b23171250f701b45cdb1a519107ed4ba7f2b696fddaddfc94a61e2/salt-2016.11.2.tar.gz"
+MD5SUM="1edf510db324622d2669dfc97bb7eefa"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="msgpack-python PyYAML Jinja2 MarkupSafe python-requests singledispatch tornado futures zeromq pyzmq pycrypto python-certifi"