diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-05-31 14:53:15 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-05-31 14:53:15 -0300 |
commit | 9281c37601057a27008f5c97fc46ad811443d715 (patch) | |
tree | 3c80263074ef9da572947d1857eb924c89288bd6 /manifests | |
parent | 84edcc1a634d6eff30894bc350d34036e0f08117 (diff) | |
download | puppet-nodo-9281c37601057a27008f5c97fc46ad811443d715.tar.gz puppet-nodo-9281c37601057a27008f5c97fc46ad811443d715.tar.bz2 |
Effectivelly disable browsing of printer drivers
Diffstat (limited to 'manifests')
-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 f61914f..fe4e376 100644 --- a/manifests/role/nas.pp +++ b/manifests/role/nas.pp @@ -174,6 +174,7 @@ class nodo::role::nas( browsable => 'no', read_only => 'yes', guest_ok => 'no', + ensure => absent, } file { '/etc/avahi/services/samba.service': |