summaryrefslogtreecommitdiff
path: root/templates/automount.epp
blob: c65f2ae2801dcb13f51f4afc0490796dff18781e (plain)
1
2
3
4
5
6
7
8
9
10
11
<%- | String $where,
      String $wantedBy,
| -%>

[Unit]

[Install]
<%= $wantedBy %>

[Automount]
Where=<%= $where %>