summaryrefslogtreecommitdiff
path: root/templates/mount.epp
diff options
context:
space:
mode:
Diffstat (limited to 'templates/mount.epp')
-rw-r--r--templates/mount.epp13
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/mount.epp b/templates/mount.epp
new file mode 100644
index 0000000..54d191a
--- /dev/null
+++ b/templates/mount.epp
@@ -0,0 +1,13 @@
+<%- | String $where,
+ String $what,
+ String $wantedby,
+| -%>
+
+[Unit]
+
+[Install]
+<%= $wantedby %>
+
+[Mount]
+Where=<%= $where %>
+What=<%= $what %>