Project

General

Profile

« Previous | Next » 

Revision 1246d0fd

Added by Erik DaleĢn about 12 years ago

Separate scripts to be included on puppetmaster

We shouldn't make the assumption that foreman runs on the same hosts as the
puppetmaster.
So this patch separates the scripts that are to be installed on the
puppetmaster (enc & report script) into the class foreman::puppetmaster
that can be added to the puppetmaster.

Change-Id: I89b0439d18c1e4032b64c12c337de51958e7f1ab

View differences:

manifests/config.pp
}
if $foreman::params::reports { include foreman::config::reports }
if $foreman::params::enc { include foreman::config::enc }
if $foreman::params::passenger { include foreman::config::passenger }
}

Also available in: Unified diff