salt: update to 3000.
This commit is contained in:
parent
eeaaae267f
commit
f5b0d7447f
|
@ -1,22 +1,49 @@
|
||||||
# Template file for 'salt'
|
# Template file for 'salt'
|
||||||
pkgname=salt
|
pkgname=salt
|
||||||
version=2019.2.0
|
version=3000
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python2-module
|
build_style=python3-module
|
||||||
pycompile_module="salt"
|
pycompile_module="salt"
|
||||||
hostmakedepends="python-devel"
|
hostmakedepends="python3-devel python3-setuptools python3-distro"
|
||||||
# XXX remove python-futures once tornado will be updated to 5
|
depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq
|
||||||
depends="python-yaml python-Jinja2 python-requests python-pyzmq python-futures
|
python3-M2Crypto python3-tornado python3-msgpack dmidecode pciutils
|
||||||
python-M2Crypto python-tornado python-msgpack dmidecode pciutils"
|
python3-psutil"
|
||||||
short_desc="Remote execution system, and configuration manager"
|
short_desc="Remote execution system, and configuration manager"
|
||||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="http://saltstack.org/"
|
homepage="http://saltstack.org/"
|
||||||
changelog="https://docs.saltstack.com/en/latest/topics/releases/${version}.html"
|
changelog="https://docs.saltstack.com/en/latest/topics/releases/${version}.html"
|
||||||
distfiles="${PYPI_SITE}/s/salt/salt-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/salt/salt-${version}.tar.gz"
|
||||||
checksum=5695bb2b3fa288bcfc0e3b93d9449afd75220bd8f0deefb5e7fc03af381df6cd
|
checksum=04fbc64933b375cbbefc9576bcc65167b74d5eec7f58e64d096d67529ea66500
|
||||||
conf_files="/etc/salt/*"
|
conf_files="
|
||||||
|
/etc/salt/cloud.providers.d/digitalocean.conf
|
||||||
|
/etc/salt/cloud.providers.d/vsphere.conf
|
||||||
|
/etc/salt/cloud.providers.d/linode.conf
|
||||||
|
/etc/salt/cloud.providers.d/parallels.conf
|
||||||
|
/etc/salt/cloud.providers.d/ibmsce.conf
|
||||||
|
/etc/salt/cloud.providers.d/tencent.conf
|
||||||
|
/etc/salt/cloud.providers.d/ec2.conf
|
||||||
|
/etc/salt/cloud.providers.d/saltify.conf
|
||||||
|
/etc/salt/cloud.providers.d/joyent.conf
|
||||||
|
/etc/salt/cloud.providers.d/gogrid.conf
|
||||||
|
/etc/salt/cloud.providers.d/proxmox.conf
|
||||||
|
/etc/salt/cloud.providers.d/scaleway.conf
|
||||||
|
/etc/salt/cloud.maps.d/cloud.map
|
||||||
|
/etc/salt/cloud.maps.d/saltify.map
|
||||||
|
/etc/salt/minion
|
||||||
|
/etc/salt/cloud
|
||||||
|
/etc/salt/roster
|
||||||
|
/etc/salt/proxy
|
||||||
|
/etc/salt/suse/master
|
||||||
|
/etc/salt/master
|
||||||
|
/etc/salt/cloud.profiles.d/EC2-us-west-1.profiles
|
||||||
|
/etc/salt/cloud.profiles.d/EC2-us-east-1.profiles
|
||||||
|
/etc/salt/cloud.profiles.d/EC2-us-west-2.profiles
|
||||||
|
/etc/salt/cloud.profiles.d/saltify.conf
|
||||||
|
/etc/salt/cloud.profiles.d/tencentcloud-guangzhou-s1sm1.profiles
|
||||||
|
/etc/salt/cloud.profiles
|
||||||
|
/etc/salt/cloud.providers"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir etc/salt 0750
|
vmkdir etc/salt 0750
|
||||||
|
|
Loading…
Reference in New Issue