Project

General

Profile

« Previous | Next » 

Revision 59c90d47

Added by Mathieu Parent about 10 years ago

Fix nologin shell path on Debian

We don't use /usr/sbin/nologin which works on Debian but breaks EL6.

View differences:

manifests/config.pp
user { $foreman_proxy::user:
ensure => 'present',
shell => '/sbin/nologin',
shell => '/bin/false',
comment => 'Foreman Proxy account',
groups => $groups,
home => $foreman_proxy::dir,

Also available in: Unified diff