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