Skip to content

Commit

Permalink
Use luna from the clustervision repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hicham Amrati committed Sep 9, 2016
1 parent bb7396d commit ccc921a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configuration/controller/luna.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ setenforce 0
echo_info "Unpack luna."

pushd /
[ -d /luna ] || git clone https://github.com/dchirikov/luna
[ -d /luna ] || git clone https://github.com/clustervision/luna
popd


Expand Down
2 changes: 1 addition & 1 deletion configuration/ha/luna-slave.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ setenforce 0
echo_info "Unpack luna."

pushd /
[ -d /luna ] || git clone https://github.com/dchirikov/luna
[ -d /luna ] || git clone https://github.com/clustervision/luna
popd


Expand Down

0 comments on commit ccc921a

Please sign in to comment.