Merge branch 'master' into 6234-user-edit-self
[arvados.git] / services / api / config / application.default.yml
index 8f3207a71921e6ac06c939579f95bbd0a1f2458d..9b758e69178ab5a0d74b72e602e64dd7e3b05d84 100644 (file)
@@ -342,8 +342,6 @@ common:
   # with your DNS records and your /etc/slurm-llnl/slurm.conf files.
   #
   # Example for compute0000, compute0001, ....:
-  # assign_node_hostname: compute#{slot_number.to_s.rjust(4, "0")}
-  # or
   # assign_node_hostname: compute%<slot_number>04d
   # (See http://ruby-doc.org/core-2.2.2/Kernel.html#method-i-format for more.)
-  assign_node_hostname: compute#{slot_number}
+  assign_node_hostname: compute%<slot_number>d