mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
puppet: update to 4.2.1.
This commit is contained in:
parent
4a95d99d79
commit
0de7757d83
1 changed files with 6 additions and 13 deletions
|
@ -1,34 +1,27 @@
|
||||||
# Template file for 'pupper'
|
# Template file for 'pupper'
|
||||||
pkgname=puppet
|
pkgname=puppet
|
||||||
version=3.7.3
|
version=4.2.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=ruby-module
|
build_style=ruby-module
|
||||||
hostmakedepends="ruby facter hiera"
|
hostmakedepends="ruby facter hiera"
|
||||||
depends="${hostmakedepends}"
|
makedepends="facter-devel"
|
||||||
|
depends="ruby>=2.2<2.3 facter hiera"
|
||||||
short_desc="Server automation framework and application"
|
short_desc="Server automation framework and application"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="http://puppetlabs.com/facter"
|
homepage="http://puppetlabs.com/facter"
|
||||||
distfiles="http://downloads.puppetlabs.com/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://downloads.puppetlabs.com/$pkgname/$pkgname-$version.tar.gz"
|
||||||
checksum=4a3bd7ddb51072c3dd898a8de158cde204a2d8fd0b84e8ac806b84c074348637
|
checksum=519842dfa03ff78c94e77fb28867aef12933691b9e2ce41788f80c5c2865fe7e
|
||||||
|
|
||||||
system_accounts="puppet"
|
system_accounts="puppet"
|
||||||
puppet_homedir="/var/lib/puppet"
|
puppet_homedir="/var/lib/puppet"
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/puppet/auth.conf
|
/etc/puppetlabs/puppet/puppet.conf
|
||||||
/etc/puppet/fileserver.conf
|
/etc/puppetlabs/puppet/auth.conf"
|
||||||
/etc/puppet/puppet.conf
|
|
||||||
/etc/puppet/tagmail.conf"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
# config files
|
|
||||||
vinstall ext/redhat/puppet.conf 644 etc/puppet
|
|
||||||
vinstall ext/redhat/logrotate 644 etc/logrotate.d puppet
|
|
||||||
vinstall conf/fileserver.conf 644 etc/puppet
|
|
||||||
vinstall conf/tagmail.conf 644 etc/puppet
|
|
||||||
# runit services
|
|
||||||
vsv puppet
|
vsv puppet
|
||||||
vsv puppetmaster
|
vsv puppetmaster
|
||||||
# vim and emacs
|
# vim and emacs
|
||||||
|
|
Loading…
Add table
Reference in a new issue