Project

General

Profile

« Previous | Next » 

Revision ef8dc549

Added by Eric Helms over 10 years ago

Changing apache to an include and including extra RPMs to install with Pulp.

View differences:

manifests/init.pp
) inherits pulp::params {
class { 'apache':
default_vhost => false
}
include ::apache
class { 'apache::mod::wsgi':} ~>
class { 'mongodb':
manifests/install.pp
# Pulp Installation Packages
class pulp::install {
package{['pulp-server', 'pulp-selinux', 'pulp-rpm-plugins']:
package{ ['pulp-server', 'pulp-selinux', 'pulp-rpm-plugins', 'pulp-puppet-plugins', 'pulp-nodes-parent']:
ensure => installed,
}
}

Also available in: Unified diff