aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystem')
-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'],