summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-11-22 15:40:40 +0000
committermh <mh@immerda.ch>2008-11-22 15:40:40 +0000
commit803c467f898fe3c75a36c835ebc9e64369f39093 (patch)
treee2d013be25c2d13ce29c29e81a6dcc9e168a4bf8
parent924e9e91d77c2898da48e60e3dd0bc432aaedefe (diff)
sftponly starts new with gid 10000
-rw-r--r--manifests/groups/sftponly.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/groups/sftponly.pp b/manifests/groups/sftponly.pp
index f23a08c..f578803 100644
--- a/manifests/groups/sftponly.pp
+++ b/manifests/groups/sftponly.pp
@@ -3,5 +3,6 @@
class user::groups::sftponly {
group{'sftponly':
ensure => present,
+ gid => 10000,
}
}