Puppet module tries to install python-pip insted of git package

Bug #1294622 reported by Tomasz 'Zen' Napierala
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Sahara
Fix Released
Medium
Tomasz 'Zen' Napierala

Bug Description

In puppet-sahara/manifests/install.pp line 19:
  # this is here until this fix is released
  # https://bugs.launchpad.net/ubuntu/+source/python-pbr/+bug/1245676
  if !defined(Package['git']) {
    package { 'python-pip': ensure => latest, }
  }

Should be

  # this is here until this fix is released
  # https://bugs.launchpad.net/ubuntu/+source/python-pbr/+bug/1245676
  if !defined(Package['git']) {
    package { 'git': ensure => latest, }
  }

Changed in sahara:
status: New → Confirmed
Changed in sahara:
assignee: nobody → Tomasz 'Zen' Napierala (tzn)
status: Confirmed → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-sahara (master)

Reviewed: https://review.openstack.org/81512
Committed: https://git.openstack.org/cgit/stackforge/puppet-sahara/commit/?id=02cb95f22d8d8794d1df81b4d66579e033893cb8
Submitter: Jenkins
Branch: master

commit 02cb95f22d8d8794d1df81b4d66579e033893cb8
Author: Tomasz 'Zen' Napierala <email address hidden>
Date: Wed Mar 19 13:02:33 2014 +0100

    Fixes installing development builds

    Changes installing development builds to native resources. Fixed installing
    python-pip instead of git package

    Closes-Bug: #1294622
    Closes-Bug: #1294621

    Change-Id: I40bc135c12593bc90742f8cedc33fa2740fef2c9

Thierry Carrez (ttx)
Changed in sahara:
milestone: none → icehouse-rc1
status: Fix Committed → Fix Released
Changed in sahara:
importance: Undecided → Medium
Thierry Carrez (ttx)
Changed in sahara:
milestone: icehouse-rc1 → 2014.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.