summaryrefslogtreecommitdiff
path: root/templates/mount.epp
diff options
context:
space:
mode:
Diffstat (limited to 'templates/mount.epp')
-rw-r--r--templates/mount.epp2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/mount.epp b/templates/mount.epp
index 54d191a..af76c85 100644
--- a/templates/mount.epp
+++ b/templates/mount.epp
@@ -1,6 +1,7 @@
<%- | String $where,
String $what,
String $wantedby,
+ Array[String] $options,
| -%>
[Unit]
@@ -11,3 +12,4 @@
[Mount]
Where=<%= $where %>
What=<%= $what %>
+<% if $options != [] { %>Options=<%= $options.join(',') %><% } %>