Page MenuHomeDevCentral

D1287.id3307.diff
No OneTemporary

D1287.id3307.diff

diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
Nasqueron operations
====================
-Welcome to **[rOPS](https://devcentral.nasqueron.org/diffusion/OPS/)**, the Nasqueron operations repository.
+Welcome to **[rOPS](https://devcentral.nasqueron.org/diffusion/OPS/)**,
+the Nasqueron operations repository.
----------
@@ -81,4 +82,3 @@
When this is not the case, the code is licensed under
[BSD-2-Clause](https://opensource.org/licenses/BSD-2-Clause)
if not otherwise specified.
-
diff --git a/pillar/viperserv/bots.sls b/pillar/viperserv/bots.sls
--- a/pillar/viperserv/bots.sls
+++ b/pillar/viperserv/bots.sls
@@ -1,5 +1,4 @@
-# To regenerate the list of scripts in a folder, try:
-# find . -type f -name '*.tcl' | grep -v tests/ | grep -v Maintenance/ | grep -v ForUsers/ | grep -v PreSurfBoard | sed 's@\./@ - @'
+# To regenerate the list of scripts in a folder, try `make list` from rVIPER.
viperserv_accounts:
viperserv:
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
@@ -29,7 +29,8 @@
fi
# Get names in an array
-# 21:42 <geirha> since bash 4, you can use mapfile instead of that while read loop. mapfile -t array < "$file"
+# 21:42 <geirha> since bash 4, you can use mapfile instead of that
+# while read loop. mapfile -t array < "$file"
mapfile -t array < "$file"
# Test argument to know in wich order return names
diff --git a/scripts/byOS/Fedora/new-partition.sh b/scripts/byOS/Fedora/new-partition.sh
--- a/scripts/byOS/Fedora/new-partition.sh
+++ b/scripts/byOS/Fedora/new-partition.sh
@@ -2,7 +2,8 @@
#
# Adds a new partition to a device mapper volume group
#
-# Usage ..... new-partition <device> <volume group> <logical volume name> [mounting point]
+# Usage ..... new-partition <device> <volume group>
+# <logical volume name> [mounting point]
# Example ... new-partition /dev/sdb1 centos_dwellers wharf /wharf
# (or) new-partition /dev/sdb1 centos_dwellers wharf
#
@@ -12,7 +13,8 @@
# Parses arguments
if [ $# -lt 3 ] || [ $# -gt 4 ]; then
- echo 'Usage: new-partition <device> <volume group> <logical volume name> [mounting point]'
+ echo 'Usage: new-partition <device> <volume group>'
+ echo ' <logical volume name> [mounting point]'
exit 1
fi

File Metadata

Mime Type
text/plain
Expires
Mon, Jan 20, 19:36 (20 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2363008
Default Alt Text
D1287.id3307.diff (2 KB)

Event Timeline