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

[Unit]

[Install]
<%= $wantedby %>

[Mount]
Where=<%= $where %>
What=<%= $what %>
<% if $options != [] { %>Options=<%= $options.join(',') %><% } %>