diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-24 14:29:39 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-24 14:29:39 -0300 | 
| commit | 961521da09c65645ee919baecea18c7e13bfc73a (patch) | |
| tree | d34acb71b4e5466b5e510bc4b72b2ed2a8660a8e /manifests | |
| parent | 87c77bc14477c1be7300e0baadf663b28e938c67 (diff) | |
| download | puppet-nodo-961521da09c65645ee919baecea18c7e13bfc73a.tar.gz puppet-nodo-961521da09c65645ee919baecea18c7e13bfc73a.tar.bz2 | |
Cleanup samba config
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/subsystem/nas/share.pp | 1 | 
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, | 
