Project

General

Profile

« Previous | Next » 

Revision 20c7874c

Added by Ohad Levy over 12 years ago

default should not use 3000, as we run with passenger by default

View differences:

manifests/params.pp
class foreman::params {
# Basic configurations
$foreman_url = "http://${fqdn}:3000"
$foreman_url = "http://${fqdn}"
# Should foreman act as an external node classifier (manage puppet class assignments)
$enc = true
# Should foreman receive reports from puppet

Also available in: Unified diff