diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-04-19 00:57:31 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-04-19 00:57:31 -0300 |
commit | f02b82e6c28e34c102e6ed8f5dfc798c42c6592d (patch) | |
tree | 43f3e4edc5ac77f16066f9c999871b56f1de69de | |
parent | b94f82be187be2d6591371d07c0392b1ed0ce1f2 (diff) | |
download | puppet-nodo-f02b82e6c28e34c102e6ed8f5dfc798c42c6592d.tar.gz puppet-nodo-f02b82e6c28e34c102e6ed8f5dfc798c42c6592d.tar.bz2 |
Samba guest account now is a global parameter
-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 |