diff --git a/curator/install.sh b/curator/install.sh index 31ab9c1e3..0835cceb1 100755 --- a/curator/install.sh +++ b/curator/install.sh @@ -9,20 +9,6 @@ yum install -y --setopt=tsflags=nodocs \ pip install elasticsearch-curator python-crontab yum clean all -# HACK HACK HACK - remove when fixed upstream -yum install -y --setopt=tsflags=nodocs \ - git -git clone -b issue-344 https://github.com/richm/elasticsearch-py.git -pushd elasticsearch-py -python setup.py install -popd -git clone -b issue-520 https://github.com/richm/curator.git -pushd curator -python setup.py install -popd -yum clean all -# HACK HACK HACK - remove when fixed upstream - mkdir -p ${HOME} mkdir -p ${CURATOR_CONF_LOCATION} touch ${CURATOR_CONF_LOCATION}/settings