summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-02-09 19:30:46 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-02-09 19:30:55 +0100
commit18037f4e7cdb6b16d043489a3b56ea9a93a8865b (patch)
tree87dc37737ca2e90aa0b674bc3fd54e9d7c437b57
parentMigrate stuff from ansible. (diff)
downloadsystemd_mount-18037f4e7cdb6b16d043489a3b56ea9a93a8865b.tar.gz
systemd_mount-18037f4e7cdb6b16d043489a3b56ea9a93a8865b.tar.xz
Systemd_mount where = $name
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index ff081e4..7938555 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,6 +1,6 @@
define systemd_mount (
String $what, # elrond:/files
- String $where, # /usr/net
+ String $where = $name, # /usr/net
Boolean $automount = false,
String $wantedBy = 'default.target',
) {