sftponly starts new with gid 10000

This commit is contained in:
mh 2008-11-22 15:40:40 +00:00
parent 924e9e91d7
commit 803c467f89

View file

@ -3,5 +3,6 @@
class user::groups::sftponly {
group{'sftponly':
ensure => present,
gid => 10000,
}
}