We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c7787 commit e24a8c1Copy full SHA for e24a8c1
types/config_setting.pp
@@ -65,6 +65,8 @@
65
environmentpath,
66
evaltrace,
67
external_nodes,
68
+ fact_name_length_soft_limit,
69
+ fact_value_length_soft_limit,
70
facterng,
71
factpath,
72
facts_terminus,
@@ -145,9 +147,11 @@
145
147
node_name_value,
146
148
node_terminus,
149
noop,
150
+ number_of_facts_soft_limit,
151
onetime,
152
passfile,
153
path,
154
+ payload_soft_limit,
155
pidfile,
156
plugindest,
157
pluginfactdest,
@@ -216,6 +220,7 @@
216
220
syslogfacility,
217
221
tags,
218
222
tasks,
223
+ top_level_facts_soft_limit,
219
224
trace,
225
transactionstorefile,
226
trusted_external_command,
0 commit comments