Merge "Change /sbin/nologin to /usr/sbin/nologin for Ubuntu"

This commit is contained in:
Jenkins 2015-02-03 20:47:17 +00:00 committed by Gerrit Code Review
commit 495db1bba6
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class etherpad_lite (
$path = "/usr/bin:/bin:/usr/local/bin:${base_install_dir}/etherpad-lite"
user { $ep_user:
shell => '/sbin/nologin',
shell => '/usr/sbin/nologin',
home => "${base_log_dir}/${ep_user}",
system => true,
gid => $ep_user,