aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/nas/share.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystem/nas/share.pp')
-rw-r--r--manifests/subsystem/nas/share.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/subsystem/nas/share.pp b/manifests/subsystem/nas/share.pp
index a5cac93..e705e8d 100644
--- a/manifests/subsystem/nas/share.pp
+++ b/manifests/subsystem/nas/share.pp
@@ -43,7 +43,6 @@ define nodo::subsystem::nas::share(
path => $folder,
guest_only => $samba_guest_only,
guest_ok => $samba_guest_ok,
- guest_account => $samba_guest_account,
force_user => $samba_force_user ? {
'' => undef,
default => $samba_force_user,