summaryrefslogtreecommitdiff
path: root/templates/automount.epp
diff options
context:
space:
mode:
Diffstat (limited to 'templates/automount.epp')
-rw-r--r--templates/automount.epp11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/automount.epp b/templates/automount.epp
new file mode 100644
index 0000000..c65f2ae
--- /dev/null
+++ b/templates/automount.epp
@@ -0,0 +1,11 @@
+<%- | String $where,
+ String $wantedBy,
+| -%>
+
+[Unit]
+
+[Install]
+<%= $wantedBy %>
+
+[Automount]
+Where=<%= $where %>