renaming rollbacked to prevent problems with the old image

This commit is contained in:
Sergey Lukjanov 2013-03-21 19:32:12 +04:00
parent e09194638b
commit 88f82f97b2
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
echo "----- Setting up Hadoop configs"
{% for filename in configfiles -%}
cat {{filename}}.savanna_template |
cat {{filename}}.eho_template |
{%- for item in configs -%}
sed -e "s/{{item[0]}}/{{item[1]}}/g" |
{%- endfor -%}