diff --git a/srcpkgs/puppet/template b/srcpkgs/puppet/template index 7726e88956d..1bb85f6d747 100644 --- a/srcpkgs/puppet/template +++ b/srcpkgs/puppet/template @@ -1,7 +1,7 @@ # Template file for 'puppet' pkgname=puppet -version=4.6.2 -revision=2 +version=5.3.3 +revision=1 noarch=yes build_style=ruby-module hostmakedepends="ruby facter hiera" @@ -12,7 +12,7 @@ maintainer="Juan RP " license="Apache-2.0" homepage="http://puppetlabs.com/facter" distfiles="http://downloads.puppetlabs.com/$pkgname/$pkgname-$version.tar.gz" -checksum=44bae27962e2e0e7041bd64e711de4a0b7c7ba1dd07966ed6af9a14df73a9e8f +checksum=45360f64fe0375df617571d58e929515e2094daa1d0dc78e2b6718d7cbeaf18e system_accounts="puppet" puppet_homedir="/var/lib/puppet" @@ -24,9 +24,4 @@ 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 }