diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-24 12:52:43 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-24 12:52:43 -0300 |
commit | fb9b22488943e2f83368bd0cd2ddf01ed74c2229 (patch) | |
tree | af683f55e34ba617275a58074ada2fa46970bef1 /manifests/subsystem/scanner.pp | |
parent | 39a798dd6fe433644d3350cf72dac9f5654e92bc (diff) | |
download | puppet-nodo-fb9b22488943e2f83368bd0cd2ddf01ed74c2229.tar.gz puppet-nodo-fb9b22488943e2f83368bd0cd2ddf01ed74c2229.tar.bz2 |
Fix saned user home folder
Diffstat (limited to 'manifests/subsystem/scanner.pp')
-rw-r--r-- | manifests/subsystem/scanner.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystem/scanner.pp b/manifests/subsystem/scanner.pp index 287aae2..db35e43 100644 --- a/manifests/subsystem/scanner.pp +++ b/manifests/subsystem/scanner.pp @@ -20,7 +20,7 @@ class nodo::subsystem::scanner($access_list = hiera('nodo::subsystem::scanner::a comment => 'saned', gid => 'saned', groups => 'lp', - home => '/home/saned', + home => '/var/lib/saned', shell => '/bin/false', allowdupe => false, require => Group['lp', 'saned', 'scanner'], |