Project

General

Profile

« Previous | Next » 

Revision 7a9857ba

Added by Greg Sutcliffe about 12 years ago

Parameterize the agent half of the module, and enable user to specify the Puppet port

View differences:

manifests/server/config.pp
# appends our server configuration to puppet.conf
File ["${puppet::server::dir}/puppet.conf"] {
content => template('puppet/puppet.conf.erb', 'puppet/server/puppet.conf.erb'),
content => template($puppet::server::agent_template, $puppet::server::master_template),
}
exec {'generate_ca_cert':

Also available in: Unified diff