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