Project

General

Profile

« Previous | Next » 

Revision c62fcb8a

Added by Ewoud Kohl van Wijngaarden over 10 years ago

Change from theforeman/apache to puppetlabs/apache

View differences:

manifests/init.pp
#
# $environment:: Rails environment of foreman
#
# $apache_conf_dir:: Directory that holds Apache configuration files (e.g. /etc/httpd/conf.d)
#
# $puppet_home:: Puppet home directory
#
# $locations_enabled:: Enable locations?
......
$group = $foreman::params::group,
$user_groups = $foreman::params::user_groups,
$environment = $foreman::params::environment,
$apache_conf_dir = $foreman::params::apache_conf_dir,
$puppet_home = $foreman::params::puppet_home,
$locations_enabled = $foreman::params::locations_enabled,
$organizations_enabled = $foreman::params::organizations_enabled,

Also available in: Unified diff