32 lines
1 KiB
Bash
32 lines
1 KiB
Bash
# Template file for 'puppet'
|
|
pkgname=puppet
|
|
version=4.6.2
|
|
revision=1
|
|
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=44bae27962e2e0e7041bd64e711de4a0b7c7ba1dd07966ed6af9a14df73a9e8f
|
|
|
|
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
|
|
# vim and emacs
|
|
vinstall ext/vim/ftdetect/$pkgname.vim 644 usr/share/vim/vimfiles/ftdetect
|
|
vinstall ext/vim/syntax/$pkgname.vim 644 usr/share/vim/vimfiles/syntax
|
|
vinstall ext/emacs/$pkgname-mode.el 644 usr/share/emacs/site-lisp
|
|
vinstall ext/emacs/$pkgname-mode-init.el 644 usr/share/emacs/site-lisp/site-start.d
|
|
}
|