Project

General

Profile

« Previous | Next » 

Revision a4280a10

Added by Taylan Develioglu about 8 years ago

Bump requirement of puppet to 3.1.0 and drop namespaceauth.conf.

Function of the `namespaceauth.conf` file was dropped in puppet 3.1.0.
This commit bumps the requirement of puppet to 3.1.0 and drops
support for the file.

View differences:

manifests/init.pp
# configuration.
# type:string
#
# $nsauth_template:: Use a custom template for the nsauth configuration.
# type:string
#
# $main_template:: Use a custom template for the main puppet
# configuration.
# type:string
......
$main_template = $puppet::params::main_template,
$agent_template = $puppet::params::agent_template,
$auth_template = $puppet::params::auth_template,
$nsauth_template = $puppet::params::nsauth_template,
$allow_any_crl_auth = $puppet::params::allow_any_crl_auth,
$auth_allowed = $puppet::params::auth_allowed,
$client_package = $puppet::params::client_package,

Also available in: Unified diff