Project

General

Profile

« Previous | Next » 

Revision 23b7e7d6

Added by Marek Hulán almost 10 years ago

Allow custom puppetmaster value

View differences:

manifests/init.pp
# $client_package:: Install a custom package to provide
# the puppet client
#
# $puppetmaster:: Hostname of your puppetmaster (server
# directive in puppet.conf)
#
# == puppet::server parameters
#
# $server:: Should a puppet master be installed as well as the client
......
$allow_any_crl_auth = $puppet::params::allow_any_crl_auth,
$client_package = $puppet::params::client_package,
$agent = $puppet::params::agent,
$puppetmaster = $puppet::params::puppetmaster,
$server = $puppet::params::server,
$server_user = $puppet::params::user,
$server_group = $puppet::params::group,

Also available in: Unified diff