From 18037f4e7cdb6b16d043489a3b56ea9a93a8865b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 9 Feb 2022 19:30:46 +0100 Subject: Systemd_mount where = $name --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ) { -- cgit v1.2.3