Skip to content

Commit

Permalink
Remove localconfig (see PUP-880)
Browse files Browse the repository at this point in the history
https://puppet.atlassian.net/browse/PUP-880

(PUP-880) Remove localconfig setting

The localconfig setting wasn't used anywhere so remove it, including
references in sample puppet.conf files for various distros.
  • Loading branch information
Mike Massonnet authored and ekohl committed Jul 4, 2024
1 parent 9d20547 commit 1855d7d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion manifests/agent/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
3 changes: 0 additions & 3 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand Down
1 change: 0 additions & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1855d7d

Please sign in to comment.