aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-24 12:52:43 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-24 12:52:43 -0300
commitfb9b22488943e2f83368bd0cd2ddf01ed74c2229 (patch)
treeaf683f55e34ba617275a58074ada2fa46970bef1
parent39a798dd6fe433644d3350cf72dac9f5654e92bc (diff)
downloadpuppet-nodo-fb9b22488943e2f83368bd0cd2ddf01ed74c2229.tar.gz
puppet-nodo-fb9b22488943e2f83368bd0cd2ddf01ed74c2229.tar.bz2
Fix saned user home folder
-rw-r--r--manifests/subsystem/scanner.pp2
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'],