Remove whitespace character
There was a garbage character causing "easy_install pip" to be interpreted as '\302\240easy_install' pip Change-Id: If8f2ea0868a5ca018ac760a8d27fb6baadcd85b0
This commit is contained in:
@@ -78,7 +78,7 @@ $SUDO yum -y install puppet \
|
||||
"@Development Tools"
|
||||
|
||||
# Don't assume pip is installed
|
||||
which pip || easy_install pip
|
||||
which pip || easy_install pip
|
||||
|
||||
# TO-DO: Packstack should handle Hiera and Puppet configuration, so that it works
|
||||
# no matter the environment
|
||||
|
||||
Reference in New Issue
Block a user