27 lines
725 B
Bash
27 lines
725 B
Bash
# Template file for 'puppet'
|
|
pkgname=puppet
|
|
version=5.3.3
|
|
revision=2
|
|
noarch=yes
|
|
build_style=ruby-module
|
|
hostmakedepends="ruby facter hiera"
|
|
makedepends="facter-devel"
|
|
depends="ruby>=2.2 facter hiera"
|
|
short_desc="Server automation framework and application"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="Apache-2.0"
|
|
homepage="http://puppetlabs.com/facter"
|
|
distfiles="http://downloads.puppetlabs.com/$pkgname/$pkgname-$version.tar.gz"
|
|
checksum=45360f64fe0375df617571d58e929515e2094daa1d0dc78e2b6718d7cbeaf18e
|
|
|
|
system_accounts="puppet"
|
|
puppet_homedir="/var/lib/puppet"
|
|
conf_files="
|
|
/etc/puppetlabs/puppet/puppet.conf
|
|
/etc/puppetlabs/puppet/auth.conf"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vsv puppet
|
|
vsv puppetmaster
|
|
}
|