Skip to content

Commit 69dada9

Browse files
committed
(PA-5691) Add missing puppet settings to config_setting.pp
This commit updates config_setting.pp and adds any missing puppet 7.x and 8.x settings. Some puppet 8.x specific settings, like `ca_refresh_interval` are being added. The agent will ignore any settings it does not understand/support.
1 parent ecfdc2b commit 69dada9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

types/config_setting.pp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
agent_catalog_run_lockfile,
55
agent_disabled_lockfile,
66
allow_duplicate_certs,
7+
allow_pson_serialization,
78
always_retry_plugins,
89
autoflush,
910
autosign,
@@ -13,6 +14,7 @@
1314
ca_fingerprint,
1415
ca_name,
1516
ca_port,
17+
ca_refresh_interval,
1618
ca_server,
1719
ca_ttl,
1820
cacert,
@@ -64,6 +66,7 @@
6466
environment_timeout_mode,
6567
environmentpath,
6668
evaltrace,
69+
exclude_unchanged_resources,
6770
external_nodes,
6871
fact_name_length_soft_limit,
6972
fact_value_length_soft_limit,
@@ -83,6 +86,7 @@
8386
group,
8487
hiera_config,
8588
hostcert,
89+
hostcert_renewal_interval,
8690
hostcrl,
8791
hostcsr,
8892
hostprivkey,
@@ -100,6 +104,7 @@
100104
ignore_plugin_errors,
101105
ignoremissingtypes,
102106
ignoreschedules,
107+
include_legacy_facts,
103108
key_type,
104109
keylength,
105110
lastrunfile,
@@ -120,6 +125,7 @@
120125
localcacert,
121126
localedest,
122127
localesource,
128+
location_trusted,
123129
log_level,
124130
logdest,
125131
logdir,
@@ -161,16 +167,19 @@
161167
pluginsync,
162168
postrun_command,
163169
preferred_serialization_format,
170+
preprocess_deferred,
164171
prerun_command,
165172
preview_outputdir,
166173
priority,
167174
privatedir,
168175
privatekeydir,
169176
profile,
177+
publicdir,
170178
publickeydir,
171179
puppet_trace,
172180
puppetdlog,
173181
report,
182+
report_configured_environmentpath,
174183
report_include_system_store,
175184
report_port,
176185
report_server,
@@ -191,6 +200,7 @@
191200
server_datadir,
192201
server_list,
193202
serverport,
203+
settings_catalog,
194204
show_diff,
195205
signeddir,
196206
skip_tags,
@@ -226,6 +236,7 @@
226236
trusted_external_command,
227237
trusted_oid_mapping_file,
228238
use_cached_catalog,
239+
use_last_environment,
229240
use_srv_records,
230241
usecacheonfailure,
231242
user,
@@ -234,5 +245,6 @@
234245
versioned_environment_dirs,
235246
waitforcert,
236247
waitforlock,
248+
write_catalog_summary,
237249
yamldir
238250
]

0 commit comments

Comments
 (0)