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/params.pp
$dir = '/etc/puppet'
$ca = true
$passenger = true
$port = 8140
# Need your own config templates? Specify here:
$agent_template = 'puppet/puppet.conf.erb'
$master_template = 'puppet/server/puppet.conf.erb'
# Set 'false' for staic environments, or 'true' for git-based workflow
$git_repo = false

Also available in: Unified diff