Page MenuHomeDevCentral

D1696.id4316.diff
No OneTemporary

D1696.id4316.diff

diff --git a/_modules/jails.py b/_modules/jails.py
--- a/_modules/jails.py
+++ b/_modules/jails.py
@@ -72,7 +72,7 @@
if len(interfaces) < 1:
raise "No network interface detected."
- # Nasqueron convention assigns the ICANNn network
+ # Nasqueron convention assigns the ICANNN network
# to the first card.
return interfaces[0]
@@ -99,7 +99,7 @@
raise "No network interface detected."
- # Nasqueron convention assigns the ICANNn network
+ # Nasqueron convention assigns the ICANNN network
# to the first card.
return interfaces[0]
diff --git a/pillar/nodes/nodes.sls b/pillar/nodes/nodes.sls
--- a/pillar/nodes/nodes.sls
+++ b/pillar/nodes/nodes.sls
@@ -52,7 +52,7 @@
## Semantic field: ? (P27 used for "Eglide" too)
##
## This forest is intended to separate credentials
- ## between Eglide and Nasqueron sevrers.
+ ## between Eglide and Nasqueron servers.
##
eglide:
forest: eglide
diff --git a/roles/core/motd/files/ysul b/roles/core/motd/files/ysul
--- a/roles/core/motd/files/ysul
+++ b/roles/core/motd/files/ysul
@@ -9,7 +9,7 @@
explanation for the phenomena it seeks to describe ought to
be held in the utmost suspicion.” -- The Algebraist.
NEWS:
- 2017-10-20: Server has been reprovisionned. You can check the current
+ 2017-10-20: Server has been reprovisioned. You can check the current
state & comment what you need @ https://devcentral.nasqueron.org/T1268
__________________________________________________________________________
diff --git a/roles/paas-docker/systemd-unit/files/get-containers-list.sh b/roles/paas-docker/systemd-unit/files/get-containers-list.sh
--- a/roles/paas-docker/systemd-unit/files/get-containers-list.sh
+++ b/roles/paas-docker/systemd-unit/files/get-containers-list.sh
@@ -33,7 +33,7 @@
# while read loop. mapfile -t array < "$file"
mapfile -t array < "$file"
-# Test argument to know in wich order return names
+# Test argument to know in which order return names
if [[ $1 == "--reverse" ]]; then
for ((i="${#array[*]}" - 1; i >= 0; i--)); do
echo "${array[i]}"
diff --git a/roles/webserver-core/letsencrypt/files/letsencrypt-renewal.sh b/roles/webserver-core/letsencrypt/files/letsencrypt-renewal.sh
--- a/roles/webserver-core/letsencrypt/files/letsencrypt-renewal.sh
+++ b/roles/webserver-core/letsencrypt/files/letsencrypt-renewal.sh
@@ -18,12 +18,12 @@
nginx_test() {
nginx_output="$(nginx -t 2>&1)"
- nginx_returncode="$?"
+ nginx_return_code="$?"
- if [ "$nginx_returncode" -eq 0 ] && [ -n "$(echo "${nginx_output}" | grep warn)" ]; then
+ if [ "$nginx_return_code" -eq 0 ] && [ -n "$(echo "${nginx_output}" | grep warn)" ]; then
return 2;
else
- return "$nginx_returncode";
+ return "$nginx_return_code";
fi;
}
diff --git a/roles/webserver-legacy/php-sites/files/php-fpm.conf b/roles/webserver-legacy/php-sites/files/php-fpm.conf
--- a/roles/webserver-legacy/php-sites/files/php-fpm.conf
+++ b/roles/webserver-legacy/php-sites/files/php-fpm.conf
@@ -1,5 +1,5 @@
; -------------------------------------------------------------
-; php-fpm insance configuration
+; php-fpm instance configuration
; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
; Project: Nasqueron
; License: Trivial work, not eligible to copyright

File Metadata

Mime Type
text/plain
Expires
Tue, Nov 26, 04:30 (21 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2263705
Default Alt Text
D1696.id4316.diff (3 KB)

Event Timeline