summaryrefslogtreecommitdiff
path: root/templates/mount.epp
blob: 54d191ae87d24d1a9aec7109b2c22a85b567472a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<%- | String $where,
      String $what,
      String $wantedby,
| -%>

[Unit]

[Install]
<%= $wantedby %>

[Mount]
Where=<%= $where %>
What=<%= $what %>