Skip to content

Commit 64f8e6c

Browse files
committed
removing exiting immediatly
1 parent 0188f0d commit 64f8e6c

File tree

10 files changed

+2
-25
lines changed

10 files changed

+2
-25
lines changed

modules/templates/server/consul.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#!/usr/bin/env bash
2-
set -e
3-
42
echo "==> Consul (server)"
53
if [ ${enterprise} == 0 ]
64
then
@@ -132,6 +130,4 @@ MeshGateway {
132130
EOF
133131
consul config write /tmp/proxy-defaults.json
134132

135-
136-
137133
echo "==> Consul is done!"

modules/templates/server/nomad-jobs.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env bash
2-
set -e
32
echo "create demo directory"
43
sudo mkdir /demostack
54

@@ -59,9 +58,9 @@ job "fabio" {
5958
}
6059
6160
resources {
62-
61+
6362
network {
64-
63+
6564
port "http" {
6665
static = 9999
6766
}

modules/templates/server/nomad.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#!/usr/bin/env bash
2-
set -e
3-
42
echo "==> Nomad (server)"
53

64
echo "--> Fetching"

modules/templates/server/vault.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#!/usr/bin/env bash
2-
set -ex
3-
42
echo "==> Vault (server)"
53
# Vault expects the key to be concatenated with the CA
64
sudo mkdir -p /etc/vault.d/tls/

modules/templates/shared/base.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#!/usr/bin/env bash
2-
set -e
3-
42
echo "==> Base"
53

64
echo "==> libc6 issue workaround"

modules/templates/shared/docker.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#!/usr/bin/env bash
2-
set -e
3-
42
echo "==> Docker"
53

64
echo "--> Adding keyserver"

modules/templates/workers/consul.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#!/usr/bin/env bash
2-
set -e
3-
42
echo "==> Consul (client)"
53

64
echo "==> Consul (server)"
@@ -96,6 +94,4 @@ EOF
9694
sudo systemctl enable dnsmasq
9795
sudo systemctl restart dnsmasq
9896

99-
100-
10197
echo "==> Consul is done!"

modules/templates/workers/nomad.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#!/usr/bin/env bash
2-
set -e
3-
42
echo "==> Nomad (client)"
53

64
echo "--> Fetching"

modules/templates/workers/user.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#!/usr/bin/env bash
2-
set -e
3-
42
echo "==> User"
53

64
echo "--> Creating user"

modules/templates/workers/vault.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#!/usr/bin/env bash
2-
set -e
3-
42
echo "==> Vault (client)"
53

64
echo "--> Fetching"

0 commit comments

Comments
 (0)