From: Silvio Rhatto Date: Sat, 29 May 2010 21:13:55 +0000 (-0300) Subject: Adding gid to tunnel user X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=358e61ee9aa4895e8ee38ea1ffa0b6e5c3bc1c65;p=puppet-nodo.git Adding gid to tunnel user --- diff --git a/manifests/subsystems/tunnel.pp b/manifests/subsystems/tunnel.pp index 6113d33..72c87f8 100644 --- a/manifests/subsystems/tunnel.pp +++ b/manifests/subsystems/tunnel.pp @@ -57,6 +57,7 @@ class tunnel { ensure => "present", comment => "$name backup sandbox", home => "$dir", + gid => "backupninjas", managehome => true, shell => "/bin/sh", password => '*',