[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r367: Tweak dpkg version to avoid repetitive reload of package.

Jeff Licquia licquia at linuxfoundation.org
Thu Dec 13 16:38:30 UTC 2012


------------------------------------------------------------
revno: 367
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Thu 2012-12-13 11:38:30 -0500
message:
  Tweak dpkg version to avoid repetitive reload of package.
modified:
  modules/alien/manifests/init.pp
-------------- next part --------------
=== modified file 'modules/alien/manifests/init.pp'
--- a/modules/alien/manifests/init.pp	2012-07-30 16:16:33 +0000
+++ b/modules/alien/manifests/init.pp	2012-12-13 16:38:30 +0000
@@ -8,7 +8,7 @@
     }
 
     $dpkgversion = "$operatingsystem-$operatingsystemrelease" ? {
-        /^SLES-11(\.[0-9])?$/ => '1.16.0.1',
+        /^SLES-11(\.[0-9])?$/ => '1.16.0.1-2lsb5',
         default               => present,
     }
 



More information about the lsb-messages mailing list