]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding gid to tunnel user
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 29 May 2010 21:13:55 +0000 (18:13 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 29 May 2010 21:13:55 +0000 (18:13 -0300)
manifests/subsystems/tunnel.pp

index 6113d336063f87c0a800ff96a73ca0716049b881..72c87f8cc1ae6475a3e520a48a6a5a4be345dc3d 100644 (file)
@@ -57,6 +57,7 @@ class tunnel {
         ensure     => "present",
         comment    => "$name backup sandbox",
         home       => "$dir",
+        gid        => "backupninjas",
         managehome => true,
         shell      => "/bin/sh",
         password   => '*',