hammerlab / secotrec

Setup Coclobas/Ketrew Clusters
Apache License 2.0
5 stars 6 forks source link

The example/help in the config file generation uses the wrong shell quotes #9

Closed smondet closed 7 years ago

smondet commented 7 years ago
# ### Variable `nfs_mounts` (optional, default: None):
# 
#     export nfs_mounts='my-nfs-server-01-vm,/nfs-pool,.tmp/witness,/nfs01:\
#     nfs-42-vm,/nfs-pool,local/path/some/file,/nfs42'
# 

The \ does not work with single quotes '..'

smondet commented 7 years ago

Now this (or arbitrary whitespace) works:

#     export nfs_mounts='my-nfs-server-01-vm,/nfs-pool,.tmp/witness,/nfs01:
#     nfs-42-vm,/nfs-pool,local/path/some/file,/nfs42'
#