From 7b5a9374b025e64c70262014de678ab69df480f8 Mon Sep 17 00:00:00 2001 From: Alexander Bukharov Date: Sat, 16 May 2015 13:19:21 +1000 Subject: [PATCH] Default mount name should be undef so it gets filled in the module --- manifests/client/mount.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/client/mount.pp b/manifests/client/mount.pp index ffc1624..ef06e02 100644 --- a/manifests/client/mount.pp +++ b/manifests/client/mount.pp @@ -2,7 +2,7 @@ $server, $share, $ensure = 'mounted', - $mount = $title, + $mount = undef, $remounts = false, $atboot = false, $options = '_netdev',