sftponly starts new with gid 10000
This commit is contained in:
parent
924e9e91d7
commit
803c467f89
1 changed files with 1 additions and 0 deletions
|
@ -3,5 +3,6 @@
|
||||||
class user::groups::sftponly {
|
class user::groups::sftponly {
|
||||||
group{'sftponly':
|
group{'sftponly':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
|
gid => 10000,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue