diff options
Diffstat (limited to 'manifests/subsystems/tunnel.pp')
-rw-r--r-- | manifests/subsystems/tunnel.pp | 1 |
1 files changed, 1 insertions, 0 deletions
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 => '*', |