Skip to content

Commit

Permalink
Merge pull request #661 from AriaXLi/PA-5691/add_missing_puppet_settings
Browse files Browse the repository at this point in the history
(PA-5691) Add missing puppet settings to config_setting.pp
  • Loading branch information
tvpartytonight authored Aug 23, 2023
2 parents f9554d9 + 69dada9 commit ac83d4f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions types/config_setting.pp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
agent_catalog_run_lockfile,
agent_disabled_lockfile,
allow_duplicate_certs,
allow_pson_serialization,
always_retry_plugins,
autoflush,
autosign,
Expand All @@ -13,6 +14,7 @@
ca_fingerprint,
ca_name,
ca_port,
ca_refresh_interval,
ca_server,
ca_ttl,
cacert,
Expand Down Expand Up @@ -64,6 +66,7 @@
environment_timeout_mode,
environmentpath,
evaltrace,
exclude_unchanged_resources,
external_nodes,
fact_name_length_soft_limit,
fact_value_length_soft_limit,
Expand All @@ -83,6 +86,7 @@
group,
hiera_config,
hostcert,
hostcert_renewal_interval,
hostcrl,
hostcsr,
hostprivkey,
Expand All @@ -100,6 +104,7 @@
ignore_plugin_errors,
ignoremissingtypes,
ignoreschedules,
include_legacy_facts,
key_type,
keylength,
lastrunfile,
Expand All @@ -120,6 +125,7 @@
localcacert,
localedest,
localesource,
location_trusted,
log_level,
logdest,
logdir,
Expand Down Expand Up @@ -161,16 +167,19 @@
pluginsync,
postrun_command,
preferred_serialization_format,
preprocess_deferred,
prerun_command,
preview_outputdir,
priority,
privatedir,
privatekeydir,
profile,
publicdir,
publickeydir,
puppet_trace,
puppetdlog,
report,
report_configured_environmentpath,
report_include_system_store,
report_port,
report_server,
Expand All @@ -191,6 +200,7 @@
server_datadir,
server_list,
serverport,
settings_catalog,
show_diff,
signeddir,
skip_tags,
Expand Down Expand Up @@ -226,6 +236,7 @@
trusted_external_command,
trusted_oid_mapping_file,
use_cached_catalog,
use_last_environment,
use_srv_records,
usecacheonfailure,
user,
Expand All @@ -234,5 +245,6 @@
versioned_environment_dirs,
waitforcert,
waitforlock,
write_catalog_summary,
yamldir
]

0 comments on commit ac83d4f

Please sign in to comment.