[arch-commits] Commit in puppet/trunk (PKGBUILD puppet.install)

Jonathan Steel jsteel at nymeria.archlinux.org
Fri Apr 18 15:57:09 UTC 2014


    Date: Friday, April 18, 2014 @ 17:57:09
  Author: jsteel
Revision: 109777

upgpkg: puppet 3.5.1-3

Modified:
  puppet/trunk/PKGBUILD
  puppet/trunk/puppet.install

----------------+
 PKGBUILD       |    5 +++--
 puppet.install |    1 -
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-18 15:44:19 UTC (rev 109776)
+++ PKGBUILD	2014-04-18 15:57:09 UTC (rev 109777)
@@ -10,13 +10,14 @@
 
 pkgname=puppet
 pkgver=3.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Server automation framework and application"
 arch=('any')
 url="http://puppetlabs.com/puppet/puppet-open-source"
 license=('APACHE')
 depends=('facter' 'hiera' 'logrotate')
-backup=('etc/puppet/puppet.conf')
+backup=('etc/puppet/auth.conf' 'etc/puppet/fileserver.conf'
+        'etc/puppet/puppet.conf' 'etc/puppet/tagmail.conf')
 install=$pkgname.install
 source=(http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
 md5sums=('5423f9b0f0da3a17bcac5d6072e557ea')

Modified: puppet.install
===================================================================
--- puppet.install	2014-04-18 15:44:19 UTC (rev 109776)
+++ puppet.install	2014-04-18 15:57:09 UTC (rev 109777)
@@ -20,5 +20,4 @@
 
 post_remove() {
   userdel puppet
-  groupdel puppet
 }




More information about the arch-commits mailing list