From: Silvio Rhatto Date: Thu, 1 Oct 2015 17:35:02 +0000 (-0300) Subject: Ensure saned is also in lp group X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5180e3f41ecd9548ef1f6a442e3ce2f4a551cdeb;p=puppet-nodo.git Ensure saned is also in lp group --- diff --git a/manifests/subsystem/scanner.pp b/manifests/subsystem/scanner.pp index 8b916b0..287aae2 100644 --- a/manifests/subsystem/scanner.pp +++ b/manifests/subsystem/scanner.pp @@ -19,6 +19,7 @@ class nodo::subsystem::scanner($access_list = hiera('nodo::subsystem::scanner::a ensure => present, comment => 'saned', gid => 'saned', + groups => 'lp', home => '/home/saned', shell => '/bin/false', allowdupe => false,