]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Ensure saned is also in lp group
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 1 Oct 2015 17:35:02 +0000 (14:35 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 1 Oct 2015 17:35:02 +0000 (14:35 -0300)
manifests/subsystem/scanner.pp

index 8b916b03535d2a5ad30ee66deb3d88aa84f5eb99..287aae2845d408336f7d3f880a9ea09cd0bdbb1f 100644 (file)
@@ -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,