summaryrefslogtreecommitdiff
path: root/manifests/mounts.pp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--manifests/mounts.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/mounts.pp b/manifests/mounts.pp
new file mode 100644
index 0000000..94696bb
--- /dev/null
+++ b/manifests/mounts.pp
@@ -0,0 +1,8 @@
+class profiles::mounts {
+ systemd_mount { '/usr/net':
+ what => 'elrond:/files',
+ where => '/usr/net',
+ wantedBy => 'remote-fs.target',
+ automount => true,
+ }
+}