I'm trying to setup autofs 5 on Debian 9 (Stretch).
I want to mount nfsserver:/top/dir/tools to my /top/dir/tools
Read only is fine in this case and I'm not worried about uid mapping.
auto.master has a line:
+dir: /etc/auto.master.d
I'm guessing that there is a one line file I can stick in /etc/auto.master.d that sets up the above mount. The man pages are a bit hard to follow here, but I'm guessing someone has done this and it's probably easy.
Does anyone have sample file from /etc/auto.master.d or an example of a simple autofs mount?