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

This change fixes Puppet on Ubuntu/Debian platforms, as /sbin/nologin
does not exist

Change-Id: Ia91ef6a6fcba6cbf323c7aece895181b3f5470a7
This commit is contained in:
Ricardo Carrillo Cruz 2015-01-30 14:32:34 +00:00
parent 7eec04a01b
commit 2a4a032c0d
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,