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

Jonathan Steel jsteel at archlinux.org
Fri Oct 30 21:41:04 UTC 2015


    Date: Friday, October 30, 2015 @ 22:41:04
  Author: jsteel
Revision: 145336

upgpkg: puppet 4.2.3-1

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

----------------+
 PKGBUILD       |    4 ++--
 puppet.install |    4 ----
 2 files changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-30 21:39:13 UTC (rev 145335)
+++ PKGBUILD	2015-10-30 21:41:04 UTC (rev 145336)
@@ -9,7 +9,7 @@
 # Contributor: Niels Abspoel <aboe76 (at) Gmail (dot) com>
 
 pkgname=puppet
-pkgver=4.2.2
+pkgver=4.2.3
 pkgrel=1
 pkgdesc="Server automation framework and application"
 arch=('any')
@@ -21,7 +21,7 @@
         'etc/puppetlabs/puppet/puppet.conf')
 install=$pkgname.install
 source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('af37da0c7cc25ee3fcfc3914059249df')
+md5sums=('4e58475a5370a91c21397ac54fe427db')
 
 prepare() {
   cd $pkgname-$pkgver

Modified: puppet.install
===================================================================
--- puppet.install	2015-10-30 21:39:13 UTC (rev 145335)
+++ puppet.install	2015-10-30 21:41:04 UTC (rev 145336)
@@ -2,10 +2,6 @@
   getent group puppet &>/dev/null || groupadd -r puppet -g 52
   getent passwd puppet &>/dev/null || useradd -r -u 52 -g puppet \
     -d /var/lib/puppet -s /usr/bin/nologin -c "Puppet" puppet
-
-  echo '==> Upstream have removed the puppetmaster.service file in
-==> preparation for version 5 where "puppet master" will be deprecated.
-==> You should migrate your puppet masters to puppetserver.'
 }
 
 pre_upgrade() {



More information about the arch-commits mailing list