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 /manifests/role | |
parent | b94f82be187be2d6591371d07c0392b1ed0ce1f2 (diff) | |
download | puppet-nodo-f02b82e6c28e34c102e6ed8f5dfc798c42c6592d.tar.gz puppet-nodo-f02b82e6c28e34c102e6ed8f5dfc798c42c6592d.tar.bz2 |
Samba guest account now is a global parameter
Diffstat (limited to 'manifests/role')
-rw-r--r-- | manifests/role/nas.pp | 1 |
1 files changed, 1 insertions, 0 deletions
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 |