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/config.pp
class puppet::config {
file { $puppet::params::dir:
file { $puppet::dir:
ensure => directory,
}
file { "${puppet::params::dir}/puppet.conf":
content => template('puppet/puppet.conf.erb'),
file { "${puppet::dir}/puppet.conf":
content => template("$puppet::agent_template"),
}
}

Also available in: Unified diff