puppet: rebuild for new ruby-abiver, make_dirs -> /var/lib/puppet
This commit is contained in:
parent
dccd0ef181
commit
be4304a06d
|
@ -1,5 +1,4 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
mkdir -p /run/puppet /var/lib/puppet
|
||||
chown -R puppet:puppet /var/lib/puppet
|
||||
install -d -m0755 -o puppet -g pupper /run/puppet
|
||||
exec puppet master --no-daemonize
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'puppet'
|
||||
pkgname=puppet
|
||||
version=5.5.3
|
||||
version=6.1.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=ruby-module
|
||||
|
@ -11,14 +11,15 @@ short_desc="Server automation framework and application"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://puppetlabs.com/facter"
|
||||
distfiles="https://downloads.puppetlabs.com/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=a335369236e7d88e0616b918d25b07178c12a19ede3b1f79b82d9ace1bc89010
|
||||
distfiles="https://downloads.puppetlabs.com/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=a75563f17a540131a24abe11eba22704a5f75ddb39f88328d8f4794d026b7614
|
||||
|
||||
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() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue