aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-24 14:29:39 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-24 14:29:39 -0300
commit961521da09c65645ee919baecea18c7e13bfc73a (patch)
treed34acb71b4e5466b5e510bc4b72b2ed2a8660a8e
parent87c77bc14477c1be7300e0baadf663b28e938c67 (diff)
downloadpuppet-nodo-961521da09c65645ee919baecea18c7e13bfc73a.tar.gz
puppet-nodo-961521da09c65645ee919baecea18c7e13bfc73a.tar.bz2
Cleanup samba config
-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,