[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r127: Make sure that python-distribute is present when installing virtualenv.

Jeff Licquia licquia at linuxfoundation.org
Thu Feb 9 00:37:49 UTC 2012


------------------------------------------------------------
revno: 127
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: puppet-lsb
timestamp: Wed 2012-02-08 19:37:49 -0500
message:
  Make sure that python-distribute is present when installing virtualenv.
modified:
  modules/python/manifests/virtualenv.pp
-------------- next part --------------
=== modified file 'modules/python/manifests/virtualenv.pp'
--- a/modules/python/manifests/virtualenv.pp	2012-02-08 23:51:09 +0000
+++ b/modules/python/manifests/virtualenv.pp	2012-02-09 00:37:49 +0000
@@ -38,6 +38,11 @@
             refreshonly => true,
             logoutput   => true,
         }
+
+        package { 'python-distribute':
+            ensure => present,
+        }
+
     }
 
 }



More information about the lsb-messages mailing list