mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-07 14:27:10 +02:00
community/salt: adding init file to -syndic subpackage
This commit is contained in:
parent
fe02f27808
commit
47a7e882c5
@ -3,7 +3,7 @@
|
|||||||
# Maintainer:
|
# Maintainer:
|
||||||
pkgname=salt
|
pkgname=salt
|
||||||
pkgver=2017.7.2
|
pkgver=2017.7.2
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="A parallel remote execution system"
|
pkgdesc="A parallel remote execution system"
|
||||||
url="https://github.com/saltstack/salt"
|
url="https://github.com/saltstack/salt"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
@ -68,7 +68,7 @@ syndic() {
|
|||||||
pkgdesc="Master-of-master component for Salt, a parallel remote execution system"
|
pkgdesc="Master-of-master component for Salt, a parallel remote execution system"
|
||||||
depends="$pkgname-master"
|
depends="$pkgname-master"
|
||||||
|
|
||||||
_submv usr/bin/salt-syndic
|
_init_copy syndic && _submv usr/bin/salt-syndic
|
||||||
}
|
}
|
||||||
|
|
||||||
api() {
|
api() {
|
||||||
|
Loading…
Reference in New Issue
Block a user