Project

General

Profile

« Previous | Next » 

Revision df3b6ffb

Added by Greg Sutcliffe over 10 years ago

Add ability to configure groups for the foreman user

View differences:

manifests/init.pp
#
# $user:: User under which foreman will run
#
# $group:: Primary group for the Foreman user
#
# $user_groups:: Additional groups for the Foreman user
# type:array
#
# $environment:: Rails environment of foreman
#
# $puppet_basedir:: Where are puppet modules located
......
$db_sslmode = 'UNSET',
$app_root = $foreman::params::app_root,
$user = $foreman::params::user,
$group = $foreman::params::group,
$user_groups = $foreman::params::user_groups,
$environment = $foreman::params::environment,
$puppet_basedir = $foreman::params::puppet_basedir,
$apache_conf_dir = $foreman::params::apache_conf_dir,

Also available in: Unified diff