summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',
) {