puppet: remove, unmaintained.
This commit is contained in:
parent
3a2b0d3728
commit
f793c29610
4 changed files with 0 additions and 34 deletions
|
@ -1,2 +0,0 @@
|
|||
#!/bin/sh
|
||||
exec puppet agent --no-daemonize
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
install -d -m0755 -o puppet -g puppet /run/puppet
|
||||
exec puppet master --no-daemonize
|
|
@ -1,27 +0,0 @@
|
|||
# Template file for 'puppet'
|
||||
pkgname=puppet
|
||||
version=6.16.0
|
||||
revision=3
|
||||
build_style=ruby-module
|
||||
hostmakedepends="ruby facter-devel hiera which"
|
||||
makedepends="facter-devel"
|
||||
depends="ruby facter-devel hiera ruby-semantic_puppet
|
||||
ruby-concurrent-ruby ruby-rubysl-singleton ruby-deep_merge ruby-sync"
|
||||
short_desc="Server automation framework and application"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://puppetlabs.com/facter"
|
||||
distfiles="https://downloads.puppetlabs.com/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=38587a835311620b08e78d8e181ce348d8ff74efc3dda67a7e0d29358b0cf761
|
||||
|
||||
system_accounts="puppet"
|
||||
puppet_homedir="/var/lib/puppet"
|
||||
conf_files="
|
||||
/etc/puppetlabs/puppet/puppet.conf
|
||||
/etc/puppetlabs/puppet/auth.conf"
|
||||
make_dirs="/var/lib/puppet 0755 puppet puppet"
|
||||
|
||||
post_install() {
|
||||
vsv puppet
|
||||
vsv puppetmaster
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
pattern=$pkgname'-\K[\d.]+(?=\.tar.gz)'
|
Loading…
Reference in a new issue