Skip to content

Commit e24a8c1

Browse files
authored
(maint) Add fact-limit configuration options to list (puppetlabs#584)
* Add fact-limit configuration options to list. There are two fairly new options which go in puppet.conf. Add more missing configuration options
1 parent e7c7787 commit e24a8c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

types/config_setting.pp

+5
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
environmentpath,
6666
evaltrace,
6767
external_nodes,
68+
fact_name_length_soft_limit,
69+
fact_value_length_soft_limit,
6870
facterng,
6971
factpath,
7072
facts_terminus,
@@ -145,9 +147,11 @@
145147
node_name_value,
146148
node_terminus,
147149
noop,
150+
number_of_facts_soft_limit,
148151
onetime,
149152
passfile,
150153
path,
154+
payload_soft_limit,
151155
pidfile,
152156
plugindest,
153157
pluginfactdest,
@@ -216,6 +220,7 @@
216220
syslogfacility,
217221
tags,
218222
tasks,
223+
top_level_facts_soft_limit,
219224
trace,
220225
transactionstorefile,
221226
trusted_external_command,

0 commit comments

Comments
 (0)