Fix path issue for /usr/sbin/nologin

Change-Id: I4842783ca433a41632dcde8d815d8f957e5a0b66
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-05-27 16:02:01 -04:00
parent 8f76ea753d
commit dada00e5ab
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class meetbot {
user { 'meetbot':
gid => 'meetbot',
home => '/var/lib/meetbot',
shell => '/sbin/nologin',
shell => '/usr/sbin/nologin',
system => true,
require => Group['meetbot'],
}