diff --git a/manifests/agent/config.pp b/manifests/agent/config.pp index fda7fc33..81b2e32a 100644 --- a/manifests/agent/config.pp +++ b/manifests/agent/config.pp @@ -3,7 +3,6 @@ class puppet::agent::config inherits puppet::config { puppet::config::agent { 'classfile': value => $puppet::classfile; - 'localconfig': value => $puppet::localconfig; 'default_schedules': value => $puppet::agent_default_schedules; 'report': value => $puppet::report; 'masterport': value => $puppet::agent_server_port; diff --git a/manifests/init.pp b/manifests/init.pp index 48a0d519..b91e1b27 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -97,8 +97,6 @@ # # $hiera_config:: The hiera configuration file. # -# $localconfig:: The localconfig setting. -# # $syslogfacility:: Facility name to use when logging to syslog # # $use_srv_records:: Whether DNS SRV records will be used to resolve @@ -633,7 +631,6 @@ Optional[String] $agent_restart_command = $puppet::params::agent_restart_command, String $classfile = $puppet::params::classfile, String $hiera_config = $puppet::params::hiera_config, - String $localconfig = $puppet::params::localconfig, Boolean $allow_any_crl_auth = $puppet::params::allow_any_crl_auth, Array[String] $auth_allowed = $puppet::params::auth_allowed, Variant[String, Array[String]] $client_package = $puppet::params::client_package, diff --git a/manifests/params.pp b/manifests/params.pp index 80a2e394..38910916 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -22,7 +22,6 @@ $show_diff = false $module_repository = undef $hiera_config = '$confdir/hiera.yaml' - $localconfig = '$vardir/localconfig' $usecacheonfailure = true $ca_server = undef $ca_port = undef