Skip to content

Commit

Permalink
Related-Bug: #1488259
Browse files Browse the repository at this point in the history
Bug introduced by preceding merge to R2.22-dev.
The package libpython2.7=2.7.6-8ubuntu0.2 should only be installed in Ubuntu 14.04
Bug seen: the version 2.7.6-8ubuntu0.2 is not in precise repos
Smgr install on Ubuntu12.04 fails.

Change-Id: I3a7c212af4e091fd08b8725630657fd2fb4c4b2c
  • Loading branch information
nitishkrishna committed Aug 27, 2015
1 parent 2d45ba3 commit 4a7fbec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/deb_server_manager_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,9 @@ if [ "$SM" != "" ]; then
apt-get update

#apt-get --no-install-recommends -y install curl
if [ ${rel[1]} == "14.04" ]; then
apt-get --no-install-recommends -y install libpython2.7=2.7.6-8ubuntu0.2
fi
# Install puppet packages
if [ -d /var/lib/puppet/ssl ]; then
mv /var/lib/puppet/ssl /var/lib/puppet/ssl_$(date +"%d_%m_%y_%H_%M_%S")
Expand Down

0 comments on commit 4a7fbec

Please sign in to comment.