Merge "Fix path issue for /usr/sbin/nologin"

This commit is contained in:
Jenkins 2016-05-27 21:03:35 +00:00 committed by Gerrit Code Review
commit d23b9ca9e0
1 changed files with 1 additions and 1 deletions

View File

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