File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ ES_PORT="$3"
9
9
# sudo mkdir -p /etc/elasticsearch/scripts/ # believe unnecessary
10
10
sudo mkdir " $ES_CONFIG_DIR " && sudo chmod 777 " $ES_CONFIG_DIR "
11
11
12
- sudo curl -O - L https://github.com/metacpan/metacpan-puppet/raw/master/modules/metacpan_elasticsearch/files/etc/scripts/prefer_shorter_module_names_100.groovy > " $ES_CONFIG_DIR " /prefer_shorter_module_names_100.groovy
12
+ sudo curl -L https://github.com/metacpan/metacpan-puppet/raw/master/modules/metacpan_elasticsearch/files/etc/scripts/prefer_shorter_module_names_100.groovy > " $ES_CONFIG_DIR " /prefer_shorter_module_names_100.groovy
13
13
14
- sudo curl -O - L https://github.com/metacpan/metacpan-puppet/raw/master/modules/metacpan_elasticsearch/files/etc/scripts/prefer_shorter_module_names_400.groovy > " $ES_CONFIG_DIR " /prefer_shorter_module_names_400.groovy
14
+ sudo curl -L https://github.com/metacpan/metacpan-puppet/raw/master/modules/metacpan_elasticsearch/files/etc/scripts/prefer_shorter_module_names_400.groovy > " $ES_CONFIG_DIR " /prefer_shorter_module_names_400.groovy
15
15
16
- sudo curl -O - L https://github.com/metacpan/metacpan-puppet/raw/master/modules/metacpan_elasticsearch/files/etc/scripts/status_is_latest.groovy > " $ES_CONFIG_DIR " /status_is_latest.groovy
16
+ sudo curl -L https://github.com/metacpan/metacpan-puppet/raw/master/modules/metacpan_elasticsearch/files/etc/scripts/status_is_latest.groovy > " $ES_CONFIG_DIR " /status_is_latest.groovy
17
17
18
- sudo curl -O - L https://github.com/metacpan/metacpan-puppet/raw/master/modules/metacpan_elasticsearch/files/etc/scripts/score_version_numified.groovy > " $ES_CONFIG_DIR " /score_version_numified.groovy
18
+ sudo curl -L https://github.com/metacpan/metacpan-puppet/raw/master/modules/metacpan_elasticsearch/files/etc/scripts/score_version_numified.groovy > " $ES_CONFIG_DIR " /score_version_numified.groovy
19
19
20
- sudo curl -O - L https://raw.githubusercontent.com/metacpan/metacpan-docker/master/elasticsearch/metacpan.yml > " $ES_CONFIG_FILE "
20
+ sudo curl -L https://raw.githubusercontent.com/metacpan/metacpan-docker/master/elasticsearch/metacpan.yml > " $ES_CONFIG_FILE "
21
21
22
22
docker pull elasticsearch:2.4-alpine
23
23
docker run -d -p " $ES_PORT " :9200 -v " $ES_CONFIG_FILE " :/usr/share/elasticsearch/config/metacpan.yml -v " $ES_CONFIG_DIR " :/usr/share/elasticsearch/config/scripts elasticsearch:2.4-alpine
You can’t perform that action at this time.
0 commit comments