[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r136: Provide a default for a SUSE-specific setting for non-SUSE hosts.

Jeff Licquia licquia at linuxfoundation.org
Fri Feb 10 17:32:52 UTC 2012


------------------------------------------------------------
revno: 136
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Fri 2012-02-10 12:32:52 -0500
message:
  Provide a default for a SUSE-specific setting for non-SUSE hosts.
modified:
  modules/python/manifests/virtualenv.pp
-------------- next part --------------
=== modified file 'modules/python/manifests/virtualenv.pp'
--- a/modules/python/manifests/virtualenv.pp	2012-02-09 00:37:49 +0000
+++ b/modules/python/manifests/virtualenv.pp	2012-02-10 17:32:52 +0000
@@ -14,6 +14,7 @@
     $susereposrc = "$osid" ? {
         /^SLES-11(\.[0-9])?$/ => "devel_languages_python_sles11.repo",
         /^OpenSuSE-11\.4$/    => "devel_languages_python_opensuse11.repo",
+        default               => undef,
     }
 
     package { 'python-virtualenv': 



More information about the lsb-messages mailing list