diff options
| -rw-r--r-- | manifests/nas/share.pp | 1 | ||||
| -rw-r--r-- | manifests/role/nas.pp | 1 | 
2 files changed, 1 insertions, 1 deletions
diff --git a/manifests/nas/share.pp b/manifests/nas/share.pp index 9135461..1aec898 100644 --- a/manifests/nas/share.pp +++ b/manifests/nas/share.pp @@ -10,7 +10,6 @@ define nodo::nas::share(    $nfs_export_options   = 'ro,sync,no_subtree_check',    $samba_guest_only     = true,    $samba_guest_ok       = true, -  $samba_guest_account  = '',    $samba_force_user     = '',    $samba_force_group    = '',    $samba_read_only      = '', diff --git a/manifests/role/nas.pp b/manifests/role/nas.pp index 09fcd92..f61914f 100644 --- a/manifests/role/nas.pp +++ b/manifests/role/nas.pp @@ -164,6 +164,7 @@ class nodo::role::nas(       'domain master':    value => 'yes';       'printing':         value => 'cups';       'printcap name':    value => 'cups'; +     'guest account':    value => 'incoming';      }      # Disable browsing of printer drivers  | 
