Project

General

Profile

« Previous | Next » 

Revision 2a756241

Added by Corey Osman about 11 years ago

added ability to specify which interface to listen on

View differences:

manifests/config.pp
ensure => absent,
}
if $foreman::passenger { include foreman::config::passenger }
if $foreman::passenger {
class{"foreman::config::passenger":
listen_on_interface => $foreman::passenger_interface,
}
}
}

Also available in: Unified diff