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