Project

General

Profile

« Previous | Next » 

Revision 13bdc693

Added by Justin Sherrill over 10 years ago

having the pulp module use the puppetlabs apache module

View differences:

manifests/init.pp
$reset_cache = false
) inherits pulp::params {
$default_login = $pulp::params::default_login
include apache
class { 'apache':
default_vhost => false
}
class { 'apache::mod::wsgi':} ~>
class { 'mongodb':
logpath => '/var/lib/mongodb/mongodb.log',
dbpath => '/var/lib/mongodb',

Also available in: Unified diff