puppet 7.6.1-x64-mingw32 → 7.7.0-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of puppet might be problematic. Click here for more details.

Files changed (625) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +9 -9
  3. data/install.rb +11 -11
  4. data/lib/hiera_puppet.rb +1 -1
  5. data/lib/puppet.rb +37 -37
  6. data/lib/puppet/agent.rb +6 -6
  7. data/lib/puppet/agent/disabler.rb +1 -1
  8. data/lib/puppet/agent/locker.rb +2 -2
  9. data/lib/puppet/application.rb +6 -6
  10. data/lib/puppet/application/agent.rb +18 -11
  11. data/lib/puppet/application/apply.rb +6 -5
  12. data/lib/puppet/application/catalog.rb +1 -1
  13. data/lib/puppet/application/config.rb +1 -1
  14. data/lib/puppet/application/describe.rb +1 -1
  15. data/lib/puppet/application/device.rb +8 -7
  16. data/lib/puppet/application/doc.rb +7 -7
  17. data/lib/puppet/application/epp.rb +2 -2
  18. data/lib/puppet/application/face_base.rb +2 -2
  19. data/lib/puppet/application/facts.rb +1 -1
  20. data/lib/puppet/application/filebucket.rb +2 -2
  21. data/lib/puppet/application/generate.rb +1 -1
  22. data/lib/puppet/application/help.rb +1 -1
  23. data/lib/puppet/application/indirection_base.rb +1 -1
  24. data/lib/puppet/application/lookup.rb +6 -6
  25. data/lib/puppet/application/module.rb +1 -1
  26. data/lib/puppet/application/node.rb +1 -1
  27. data/lib/puppet/application/parser.rb +2 -2
  28. data/lib/puppet/application/plugin.rb +1 -1
  29. data/lib/puppet/application/report.rb +1 -1
  30. data/lib/puppet/application/resource.rb +3 -2
  31. data/lib/puppet/application/script.rb +6 -5
  32. data/lib/puppet/application/ssl.rb +2 -2
  33. data/lib/puppet/application_support.rb +4 -4
  34. data/lib/puppet/compilable_resource_type.rb +1 -1
  35. data/lib/puppet/concurrent/lock.rb +1 -1
  36. data/lib/puppet/configurer.rb +4 -4
  37. data/lib/puppet/configurer/downloader.rb +4 -3
  38. data/lib/puppet/configurer/fact_handler.rb +3 -3
  39. data/lib/puppet/configurer/plugin_handler.rb +1 -1
  40. data/lib/puppet/confine.rb +1 -1
  41. data/lib/puppet/confine/boolean.rb +1 -1
  42. data/lib/puppet/confine/exists.rb +1 -1
  43. data/lib/puppet/confine/false.rb +1 -1
  44. data/lib/puppet/confine/feature.rb +1 -1
  45. data/lib/puppet/confine/true.rb +1 -1
  46. data/lib/puppet/confine/variable.rb +1 -1
  47. data/lib/puppet/confine_collection.rb +1 -1
  48. data/lib/puppet/confiner.rb +1 -1
  49. data/lib/puppet/context.rb +2 -2
  50. data/lib/puppet/context/trusted_information.rb +1 -1
  51. data/lib/puppet/daemon.rb +2 -2
  52. data/lib/puppet/data_binding.rb +1 -1
  53. data/lib/puppet/datatypes/error.rb +1 -1
  54. data/lib/puppet/defaults.rb +6 -6
  55. data/lib/puppet/environments.rb +1 -1
  56. data/lib/puppet/etc.rb +1 -1
  57. data/lib/puppet/external/pson/common.rb +1 -1
  58. data/lib/puppet/external/pson/pure.rb +3 -3
  59. data/lib/puppet/face.rb +1 -1
  60. data/lib/puppet/face/catalog.rb +1 -1
  61. data/lib/puppet/face/config.rb +2 -2
  62. data/lib/puppet/face/epp.rb +6 -6
  63. data/lib/puppet/face/facts.rb +2 -2
  64. data/lib/puppet/face/generate.rb +2 -2
  65. data/lib/puppet/face/help.rb +3 -3
  66. data/lib/puppet/face/module.rb +3 -3
  67. data/lib/puppet/face/module/install.rb +2 -2
  68. data/lib/puppet/face/node.rb +1 -1
  69. data/lib/puppet/face/parser.rb +4 -4
  70. data/lib/puppet/face/plugin.rb +2 -2
  71. data/lib/puppet/face/report.rb +1 -1
  72. data/lib/puppet/face/resource.rb +1 -1
  73. data/lib/puppet/feature/base.rb +2 -2
  74. data/lib/puppet/feature/bolt.rb +1 -1
  75. data/lib/puppet/feature/cfpropertylist.rb +1 -1
  76. data/lib/puppet/feature/eventlog.rb +1 -1
  77. data/lib/puppet/feature/hiera_eyaml.rb +1 -1
  78. data/lib/puppet/feature/hocon.rb +1 -1
  79. data/lib/puppet/feature/libuser.rb +2 -2
  80. data/lib/puppet/feature/msgpack.rb +1 -1
  81. data/lib/puppet/feature/pe_license.rb +1 -1
  82. data/lib/puppet/feature/selinux.rb +1 -1
  83. data/lib/puppet/feature/ssh.rb +1 -1
  84. data/lib/puppet/feature/telnet.rb +1 -1
  85. data/lib/puppet/feature/zlib.rb +1 -1
  86. data/lib/puppet/ffi/posix.rb +2 -2
  87. data/lib/puppet/ffi/posix/constants.rb +1 -1
  88. data/lib/puppet/ffi/posix/functions.rb +1 -1
  89. data/lib/puppet/ffi/windows.rb +4 -4
  90. data/lib/puppet/ffi/windows/api_types.rb +2 -2
  91. data/lib/puppet/ffi/windows/constants.rb +1 -1
  92. data/lib/puppet/ffi/windows/functions.rb +1 -1
  93. data/lib/puppet/ffi/windows/structs.rb +1 -1
  94. data/lib/puppet/file_bucket/dipper.rb +4 -4
  95. data/lib/puppet/file_bucket/file.rb +3 -3
  96. data/lib/puppet/file_serving/base.rb +2 -2
  97. data/lib/puppet/file_serving/configuration.rb +10 -10
  98. data/lib/puppet/file_serving/configuration/parser.rb +2 -2
  99. data/lib/puppet/file_serving/content.rb +3 -3
  100. data/lib/puppet/file_serving/fileset.rb +16 -4
  101. data/lib/puppet/file_serving/http_metadata.rb +1 -1
  102. data/lib/puppet/file_serving/metadata.rb +6 -6
  103. data/lib/puppet/file_serving/mount.rb +4 -4
  104. data/lib/puppet/file_serving/mount/file.rb +1 -1
  105. data/lib/puppet/file_serving/mount/locales.rb +1 -1
  106. data/lib/puppet/file_serving/mount/modules.rb +1 -1
  107. data/lib/puppet/file_serving/mount/pluginfacts.rb +1 -1
  108. data/lib/puppet/file_serving/mount/plugins.rb +1 -1
  109. data/lib/puppet/file_serving/mount/tasks.rb +1 -1
  110. data/lib/puppet/file_serving/terminus_helper.rb +2 -2
  111. data/lib/puppet/file_serving/terminus_selector.rb +1 -1
  112. data/lib/puppet/file_system.rb +9 -9
  113. data/lib/puppet/file_system/jruby.rb +1 -1
  114. data/lib/puppet/file_system/path_pattern.rb +1 -1
  115. data/lib/puppet/file_system/uniquefile.rb +1 -1
  116. data/lib/puppet/file_system/windows.rb +2 -2
  117. data/lib/puppet/forge.rb +5 -5
  118. data/lib/puppet/forge/cache.rb +1 -1
  119. data/lib/puppet/forge/errors.rb +3 -3
  120. data/lib/puppet/forge/repository.rb +4 -4
  121. data/lib/puppet/functions/all.rb +1 -1
  122. data/lib/puppet/functions/camelcase.rb +1 -1
  123. data/lib/puppet/functions/capitalize.rb +2 -2
  124. data/lib/puppet/functions/downcase.rb +2 -2
  125. data/lib/puppet/functions/get.rb +5 -5
  126. data/lib/puppet/functions/group_by.rb +13 -5
  127. data/lib/puppet/functions/lest.rb +1 -1
  128. data/lib/puppet/functions/new.rb +100 -100
  129. data/lib/puppet/functions/partition.rb +4 -4
  130. data/lib/puppet/functions/require.rb +5 -5
  131. data/lib/puppet/functions/sort.rb +3 -3
  132. data/lib/puppet/functions/tree_each.rb +7 -9
  133. data/lib/puppet/functions/type.rb +4 -4
  134. data/lib/puppet/functions/upcase.rb +2 -2
  135. data/lib/puppet/functions/versioncmp.rb +1 -1
  136. data/lib/puppet/generate/models/type/type.rb +1 -1
  137. data/lib/puppet/generate/type.rb +2 -2
  138. data/lib/puppet/gettext/config.rb +3 -3
  139. data/lib/puppet/gettext/module_translations.rb +1 -1
  140. data/lib/puppet/graph.rb +6 -6
  141. data/lib/puppet/graph/simple_graph.rb +2 -2
  142. data/lib/puppet/http.rb +26 -26
  143. data/lib/puppet/http/factory.rb +2 -2
  144. data/lib/puppet/http/proxy.rb +1 -1
  145. data/lib/puppet/http/resolver/server_list.rb +15 -4
  146. data/lib/puppet/http/service/compiler.rb +73 -1
  147. data/lib/puppet/http/service/file_server.rb +3 -2
  148. data/lib/puppet/indirector.rb +5 -5
  149. data/lib/puppet/indirector/catalog/compiler.rb +7 -6
  150. data/lib/puppet/indirector/catalog/json.rb +2 -2
  151. data/lib/puppet/indirector/catalog/msgpack.rb +2 -2
  152. data/lib/puppet/indirector/catalog/rest.rb +2 -2
  153. data/lib/puppet/indirector/catalog/store_configs.rb +2 -2
  154. data/lib/puppet/indirector/catalog/yaml.rb +2 -2
  155. data/lib/puppet/indirector/code.rb +1 -1
  156. data/lib/puppet/indirector/data_binding/hiera.rb +1 -1
  157. data/lib/puppet/indirector/data_binding/none.rb +1 -1
  158. data/lib/puppet/indirector/direct_file_server.rb +2 -2
  159. data/lib/puppet/indirector/envelope.rb +1 -1
  160. data/lib/puppet/indirector/errors.rb +1 -1
  161. data/lib/puppet/indirector/exec.rb +2 -2
  162. data/lib/puppet/indirector/face.rb +1 -1
  163. data/lib/puppet/indirector/facts/facter.rb +2 -2
  164. data/lib/puppet/indirector/facts/json.rb +3 -3
  165. data/lib/puppet/indirector/facts/memory.rb +2 -2
  166. data/lib/puppet/indirector/facts/network_device.rb +2 -2
  167. data/lib/puppet/indirector/facts/rest.rb +2 -2
  168. data/lib/puppet/indirector/facts/store_configs.rb +2 -2
  169. data/lib/puppet/indirector/facts/yaml.rb +3 -3
  170. data/lib/puppet/indirector/file_bucket_file/file.rb +4 -4
  171. data/lib/puppet/indirector/file_bucket_file/rest.rb +2 -2
  172. data/lib/puppet/indirector/file_bucket_file/selector.rb +1 -1
  173. data/lib/puppet/indirector/file_content.rb +1 -1
  174. data/lib/puppet/indirector/file_content/file.rb +3 -3
  175. data/lib/puppet/indirector/file_content/file_server.rb +3 -3
  176. data/lib/puppet/indirector/file_content/rest.rb +3 -3
  177. data/lib/puppet/indirector/file_content/selector.rb +4 -4
  178. data/lib/puppet/indirector/file_metadata.rb +1 -1
  179. data/lib/puppet/indirector/file_metadata/file.rb +3 -3
  180. data/lib/puppet/indirector/file_metadata/file_server.rb +3 -3
  181. data/lib/puppet/indirector/file_metadata/http.rb +3 -3
  182. data/lib/puppet/indirector/file_metadata/rest.rb +4 -3
  183. data/lib/puppet/indirector/file_metadata/selector.rb +4 -4
  184. data/lib/puppet/indirector/file_server.rb +4 -4
  185. data/lib/puppet/indirector/generic_http.rb +1 -1
  186. data/lib/puppet/indirector/hiera.rb +1 -1
  187. data/lib/puppet/indirector/indirection.rb +5 -5
  188. data/lib/puppet/indirector/json.rb +2 -2
  189. data/lib/puppet/indirector/memory.rb +1 -1
  190. data/lib/puppet/indirector/msgpack.rb +2 -2
  191. data/lib/puppet/indirector/node/exec.rb +2 -2
  192. data/lib/puppet/indirector/node/json.rb +2 -2
  193. data/lib/puppet/indirector/node/memory.rb +2 -2
  194. data/lib/puppet/indirector/node/msgpack.rb +2 -2
  195. data/lib/puppet/indirector/node/plain.rb +2 -2
  196. data/lib/puppet/indirector/node/rest.rb +2 -2
  197. data/lib/puppet/indirector/node/store_configs.rb +2 -2
  198. data/lib/puppet/indirector/node/yaml.rb +2 -2
  199. data/lib/puppet/indirector/none.rb +1 -1
  200. data/lib/puppet/indirector/plain.rb +1 -1
  201. data/lib/puppet/indirector/report/json.rb +2 -2
  202. data/lib/puppet/indirector/report/msgpack.rb +2 -2
  203. data/lib/puppet/indirector/report/processor.rb +3 -3
  204. data/lib/puppet/indirector/report/rest.rb +1 -1
  205. data/lib/puppet/indirector/report/yaml.rb +2 -2
  206. data/lib/puppet/indirector/request.rb +3 -3
  207. data/lib/puppet/indirector/resource/ral.rb +1 -1
  208. data/lib/puppet/indirector/resource/store_configs.rb +2 -2
  209. data/lib/puppet/indirector/terminus.rb +5 -5
  210. data/lib/puppet/indirector/yaml.rb +2 -2
  211. data/lib/puppet/info_service.rb +3 -3
  212. data/lib/puppet/info_service/class_information_service.rb +3 -3
  213. data/lib/puppet/info_service/plan_information_service.rb +1 -1
  214. data/lib/puppet/info_service/task_information_service.rb +1 -1
  215. data/lib/puppet/interface.rb +10 -10
  216. data/lib/puppet/interface/documentation.rb +1 -1
  217. data/lib/puppet/loaders.rb +21 -21
  218. data/lib/puppet/metatype/manager.rb +3 -3
  219. data/lib/puppet/module.rb +4 -4
  220. data/lib/puppet/module/plan.rb +1 -1
  221. data/lib/puppet/module/task.rb +1 -1
  222. data/lib/puppet/module_tool.rb +10 -10
  223. data/lib/puppet/module_tool/applications.rb +7 -7
  224. data/lib/puppet/module_tool/applications/application.rb +2 -2
  225. data/lib/puppet/module_tool/applications/checksummer.rb +2 -2
  226. data/lib/puppet/module_tool/applications/installer.rb +7 -7
  227. data/lib/puppet/module_tool/applications/unpacker.rb +2 -2
  228. data/lib/puppet/module_tool/applications/upgrader.rb +5 -5
  229. data/lib/puppet/module_tool/checksums.rb +1 -1
  230. data/lib/puppet/module_tool/contents_description.rb +1 -1
  231. data/lib/puppet/module_tool/dependency.rb +2 -2
  232. data/lib/puppet/module_tool/errors.rb +6 -6
  233. data/lib/puppet/module_tool/install_directory.rb +2 -2
  234. data/lib/puppet/module_tool/installed_modules.rb +2 -2
  235. data/lib/puppet/module_tool/local_tarball.rb +2 -2
  236. data/lib/puppet/module_tool/metadata.rb +3 -3
  237. data/lib/puppet/module_tool/tar.rb +4 -4
  238. data/lib/puppet/network/format.rb +1 -1
  239. data/lib/puppet/network/format_handler.rb +3 -3
  240. data/lib/puppet/network/format_support.rb +1 -1
  241. data/lib/puppet/network/formats.rb +2 -2
  242. data/lib/puppet/network/http.rb +12 -12
  243. data/lib/puppet/network/http/api.rb +1 -1
  244. data/lib/puppet/network/http/api/indirected_routes.rb +1 -1
  245. data/lib/puppet/network/http/api/master.rb +1 -1
  246. data/lib/puppet/network/http/api/master/v3.rb +2 -2
  247. data/lib/puppet/network/http/api/master/v3/environments.rb +2 -2
  248. data/lib/puppet/network/http/api/server/v3.rb +2 -2
  249. data/lib/puppet/network/http/api/server/v3/environments.rb +1 -1
  250. data/lib/puppet/network/http/connection.rb +1 -1
  251. data/lib/puppet/network/http/error.rb +1 -1
  252. data/lib/puppet/network/http/handler.rb +3 -3
  253. data/lib/puppet/network/http_pool.rb +1 -1
  254. data/lib/puppet/node.rb +3 -3
  255. data/lib/puppet/node/environment.rb +3 -3
  256. data/lib/puppet/node/facts.rb +3 -3
  257. data/lib/puppet/pal/pal_api.rb +10 -10
  258. data/lib/puppet/pal/pal_impl.rb +3 -3
  259. data/lib/puppet/parameter.rb +4 -4
  260. data/lib/puppet/parameter/boolean.rb +1 -1
  261. data/lib/puppet/parameter/package_options.rb +1 -1
  262. data/lib/puppet/parameter/path.rb +1 -1
  263. data/lib/puppet/parameter/value.rb +1 -1
  264. data/lib/puppet/parameter/value_collection.rb +1 -1
  265. data/lib/puppet/parser.rb +10 -10
  266. data/lib/puppet/parser/ast.rb +8 -8
  267. data/lib/puppet/parser/ast/hostclass.rb +1 -1
  268. data/lib/puppet/parser/ast/pops_bridge.rb +2 -2
  269. data/lib/puppet/parser/catalog_compiler.rb +2 -2
  270. data/lib/puppet/parser/compiler.rb +5 -5
  271. data/lib/puppet/parser/e4_parser_adapter.rb +1 -1
  272. data/lib/puppet/parser/functions.rb +4 -4
  273. data/lib/puppet/parser/functions/digest.rb +1 -1
  274. data/lib/puppet/parser/functions/file.rb +1 -1
  275. data/lib/puppet/parser/functions/fqdn_rand.rb +14 -6
  276. data/lib/puppet/parser/functions/versioncmp.rb +1 -1
  277. data/lib/puppet/parser/parser_factory.rb +2 -2
  278. data/lib/puppet/parser/resource.rb +3 -3
  279. data/lib/puppet/parser/scope.rb +3 -3
  280. data/lib/puppet/parser/script_compiler.rb +2 -2
  281. data/lib/puppet/parser/templatewrapper.rb +2 -2
  282. data/lib/puppet/parser/type_loader.rb +1 -1
  283. data/lib/puppet/plugins/configuration.rb +5 -5
  284. data/lib/puppet/pops.rb +57 -57
  285. data/lib/puppet/pops/evaluator/deferred_resolver.rb +1 -1
  286. data/lib/puppet/pops/evaluator/evaluator_impl.rb +7 -7
  287. data/lib/puppet/pops/evaluator/external_syntax_support.rb +1 -1
  288. data/lib/puppet/pops/loader/task_instantiator.rb +1 -1
  289. data/lib/puppet/pops/lookup/invocation.rb +1 -1
  290. data/lib/puppet/pops/model/ast_transformer.rb +1 -1
  291. data/lib/puppet/pops/model/pn_transformer.rb +1 -1
  292. data/lib/puppet/pops/parser/eparser.rb +2 -2
  293. data/lib/puppet/pops/parser/evaluating_parser.rb +1 -1
  294. data/lib/puppet/pops/parser/lexer2.rb +5 -5
  295. data/lib/puppet/pops/parser/lexer_support.rb +1 -1
  296. data/lib/puppet/pops/parser/parser_support.rb +4 -4
  297. data/lib/puppet/pops/puppet_stack.rb +1 -1
  298. data/lib/puppet/pops/serialization/json.rb +1 -1
  299. data/lib/puppet/pops/serialization/json_path.rb +1 -1
  300. data/lib/puppet/pops/time/timespan.rb +1 -1
  301. data/lib/puppet/pops/types/string_converter.rb +1 -1
  302. data/lib/puppet/pops/types/type_calculator.rb +1 -1
  303. data/lib/puppet/pops/types/type_formatter.rb +1 -1
  304. data/lib/puppet/pops/types/type_parser.rb +1 -1
  305. data/lib/puppet/pops/types/types.rb +1 -1
  306. data/lib/puppet/pops/validation/checker4_0.rb +1 -1
  307. data/lib/puppet/property.rb +3 -3
  308. data/lib/puppet/property/boolean.rb +1 -1
  309. data/lib/puppet/property/ensure.rb +1 -1
  310. data/lib/puppet/property/keyvalue.rb +1 -1
  311. data/lib/puppet/property/list.rb +1 -1
  312. data/lib/puppet/property/ordered_list.rb +1 -1
  313. data/lib/puppet/provider.rb +2 -2
  314. data/lib/puppet/provider/confine.rb +2 -2
  315. data/lib/puppet/provider/exec.rb +2 -2
  316. data/lib/puppet/provider/exec/posix.rb +1 -1
  317. data/lib/puppet/provider/exec/windows.rb +1 -1
  318. data/lib/puppet/provider/file/posix.rb +1 -1
  319. data/lib/puppet/provider/file/windows.rb +1 -1
  320. data/lib/puppet/provider/group/aix.rb +1 -1
  321. data/lib/puppet/provider/group/directoryservice.rb +1 -1
  322. data/lib/puppet/provider/group/groupadd.rb +2 -2
  323. data/lib/puppet/provider/group/ldap.rb +1 -1
  324. data/lib/puppet/provider/group/pw.rb +1 -1
  325. data/lib/puppet/provider/group/windows_adsi.rb +1 -1
  326. data/lib/puppet/provider/ldap.rb +2 -2
  327. data/lib/puppet/provider/nameservice.rb +1 -1
  328. data/lib/puppet/provider/nameservice/directoryservice.rb +3 -3
  329. data/lib/puppet/provider/nameservice/objectadd.rb +1 -1
  330. data/lib/puppet/provider/nameservice/pw.rb +1 -1
  331. data/lib/puppet/provider/package.rb +1 -1
  332. data/lib/puppet/provider/package/aix.rb +2 -2
  333. data/lib/puppet/provider/package/appdmg.rb +2 -2
  334. data/lib/puppet/provider/package/apple.rb +1 -1
  335. data/lib/puppet/provider/package/apt.rb +2 -2
  336. data/lib/puppet/provider/package/dnfmodule.rb +1 -1
  337. data/lib/puppet/provider/package/dpkg.rb +1 -1
  338. data/lib/puppet/provider/package/gem.rb +3 -3
  339. data/lib/puppet/provider/package/hpux.rb +1 -1
  340. data/lib/puppet/provider/package/macports.rb +2 -2
  341. data/lib/puppet/provider/package/nim.rb +2 -2
  342. data/lib/puppet/provider/package/openbsd.rb +1 -1
  343. data/lib/puppet/provider/package/opkg.rb +1 -1
  344. data/lib/puppet/provider/package/pacman.rb +1 -1
  345. data/lib/puppet/provider/package/pip.rb +3 -3
  346. data/lib/puppet/provider/package/pkg.rb +2 -2
  347. data/lib/puppet/provider/package/pkgdmg.rb +3 -3
  348. data/lib/puppet/provider/package/pkgin.rb +1 -1
  349. data/lib/puppet/provider/package/pkgng.rb +1 -1
  350. data/lib/puppet/provider/package/portage.rb +1 -1
  351. data/lib/puppet/provider/package/portupgrade.rb +1 -1
  352. data/lib/puppet/provider/package/puppetserver_gem.rb +0 -0
  353. data/lib/puppet/provider/package/rpm.rb +2 -2
  354. data/lib/puppet/provider/package/sun.rb +1 -1
  355. data/lib/puppet/provider/package/windows.rb +3 -3
  356. data/lib/puppet/provider/package/windows/exe_package.rb +1 -1
  357. data/lib/puppet/provider/package/windows/msi_package.rb +1 -1
  358. data/lib/puppet/provider/package/windows/package.rb +4 -4
  359. data/lib/puppet/provider/package/yum.rb +3 -3
  360. data/lib/puppet/provider/package_targetable.rb +1 -1
  361. data/lib/puppet/provider/parsedfile.rb +3 -3
  362. data/lib/puppet/provider/service/base.rb +6 -4
  363. data/lib/puppet/provider/service/daemontools.rb +0 -1
  364. data/lib/puppet/provider/service/debian.rb +3 -5
  365. data/lib/puppet/provider/service/init.rb +1 -1
  366. data/lib/puppet/provider/service/launchd.rb +9 -3
  367. data/lib/puppet/provider/service/service.rb +28 -3
  368. data/lib/puppet/provider/service/smf.rb +0 -24
  369. data/lib/puppet/provider/service/src.rb +2 -2
  370. data/lib/puppet/provider/service/systemd.rb +11 -6
  371. data/lib/puppet/provider/service/windows.rb +38 -0
  372. data/lib/puppet/provider/user/aix.rb +2 -2
  373. data/lib/puppet/provider/user/directoryservice.rb +2 -2
  374. data/lib/puppet/provider/user/ldap.rb +1 -1
  375. data/lib/puppet/provider/user/openbsd.rb +1 -1
  376. data/lib/puppet/provider/user/pw.rb +1 -1
  377. data/lib/puppet/provider/user/user_role_add.rb +2 -2
  378. data/lib/puppet/provider/user/useradd.rb +3 -3
  379. data/lib/puppet/provider/user/windows_adsi.rb +1 -1
  380. data/lib/puppet/reference/configuration.rb +1 -1
  381. data/lib/puppet/reference/indirection.rb +4 -4
  382. data/lib/puppet/reference/report.rb +1 -1
  383. data/lib/puppet/reports.rb +1 -1
  384. data/lib/puppet/reports/http.rb +2 -2
  385. data/lib/puppet/reports/log.rb +1 -1
  386. data/lib/puppet/reports/store.rb +2 -2
  387. data/lib/puppet/resource.rb +4 -4
  388. data/lib/puppet/resource/catalog.rb +5 -5
  389. data/lib/puppet/resource/status.rb +2 -2
  390. data/lib/puppet/resource/type.rb +4 -4
  391. data/lib/puppet/resource/type_collection.rb +4 -4
  392. data/lib/puppet/runtime.rb +1 -1
  393. data/lib/puppet/scheduler.rb +4 -4
  394. data/lib/puppet/settings.rb +28 -28
  395. data/lib/puppet/settings/autosign_setting.rb +1 -1
  396. data/lib/puppet/settings/base_setting.rb +2 -2
  397. data/lib/puppet/settings/certificate_revocation_setting.rb +1 -1
  398. data/lib/puppet/settings/config_file.rb +1 -1
  399. data/lib/puppet/settings/errors.rb +1 -1
  400. data/lib/puppet/settings/priority_setting.rb +3 -3
  401. data/lib/puppet/ssl.rb +11 -11
  402. data/lib/puppet/ssl/base.rb +3 -3
  403. data/lib/puppet/ssl/certificate.rb +1 -1
  404. data/lib/puppet/ssl/certificate_request.rb +2 -2
  405. data/lib/puppet/ssl/certificate_request_attributes.rb +2 -2
  406. data/lib/puppet/ssl/oids.rb +1 -1
  407. data/lib/puppet/ssl/openssl_loader.rb +1 -1
  408. data/lib/puppet/ssl/ssl_context.rb +1 -1
  409. data/lib/puppet/ssl/ssl_provider.rb +1 -1
  410. data/lib/puppet/ssl/state_machine.rb +2 -2
  411. data/lib/puppet/ssl/verifier.rb +5 -1
  412. data/lib/puppet/syntax_checkers/base64.rb +1 -1
  413. data/lib/puppet/syntax_checkers/epp.rb +1 -1
  414. data/lib/puppet/syntax_checkers/json.rb +1 -1
  415. data/lib/puppet/syntax_checkers/pp.rb +1 -1
  416. data/lib/puppet/transaction.rb +11 -11
  417. data/lib/puppet/transaction/event.rb +4 -4
  418. data/lib/puppet/transaction/event_manager.rb +1 -1
  419. data/lib/puppet/transaction/persistence.rb +1 -1
  420. data/lib/puppet/transaction/report.rb +2 -2
  421. data/lib/puppet/transaction/resource_harness.rb +1 -1
  422. data/lib/puppet/type.rb +14 -14
  423. data/lib/puppet/type/component.rb +3 -3
  424. data/lib/puppet/type/file.rb +37 -19
  425. data/lib/puppet/type/file/checksum.rb +1 -1
  426. data/lib/puppet/type/file/checksum_value.rb +2 -2
  427. data/lib/puppet/type/file/content.rb +2 -2
  428. data/lib/puppet/type/file/data_sync.rb +2 -2
  429. data/lib/puppet/type/file/ensure.rb +1 -1
  430. data/lib/puppet/type/file/group.rb +1 -1
  431. data/lib/puppet/type/file/mode.rb +1 -1
  432. data/lib/puppet/type/file/selcontext.rb +2 -2
  433. data/lib/puppet/type/file/source.rb +4 -4
  434. data/lib/puppet/type/filebucket.rb +1 -1
  435. data/lib/puppet/type/group.rb +2 -2
  436. data/lib/puppet/type/package.rb +2 -2
  437. data/lib/puppet/type/resources.rb +2 -2
  438. data/lib/puppet/type/service.rb +10 -29
  439. data/lib/puppet/type/tidy.rb +24 -5
  440. data/lib/puppet/type/user.rb +4 -4
  441. data/lib/puppet/util.rb +43 -34
  442. data/lib/puppet/util/at_fork.rb +3 -3
  443. data/lib/puppet/util/at_fork/solaris.rb +1 -1
  444. data/lib/puppet/util/autoload.rb +4 -4
  445. data/lib/puppet/util/checksums.rb +3 -3
  446. data/lib/puppet/util/colors.rb +1 -1
  447. data/lib/puppet/util/command_line.rb +6 -6
  448. data/lib/puppet/util/command_line/puppet_option_parser.rb +2 -2
  449. data/lib/puppet/util/execution.rb +2 -2
  450. data/lib/puppet/util/feature.rb +2 -2
  451. data/lib/puppet/util/filetype.rb +1 -1
  452. data/lib/puppet/util/http_proxy.rb +1 -1
  453. data/lib/puppet/util/inifile.rb +2 -2
  454. data/lib/puppet/util/instance_loader.rb +3 -3
  455. data/lib/puppet/util/json_lockfile.rb +1 -1
  456. data/lib/puppet/util/ldap/connection.rb +1 -1
  457. data/lib/puppet/util/ldap/generator.rb +1 -1
  458. data/lib/puppet/util/ldap/manager.rb +3 -3
  459. data/lib/puppet/util/limits.rb +1 -1
  460. data/lib/puppet/util/log.rb +6 -6
  461. data/lib/puppet/util/log/destinations.rb +1 -1
  462. data/lib/puppet/util/logging.rb +2 -2
  463. data/lib/puppet/util/metric.rb +2 -2
  464. data/lib/puppet/util/monkey_patches.rb +7 -3
  465. data/lib/puppet/util/network_device/base.rb +3 -3
  466. data/lib/puppet/util/network_device/config.rb +2 -2
  467. data/lib/puppet/util/network_device/transport.rb +1 -1
  468. data/lib/puppet/util/network_device/transport/base.rb +2 -2
  469. data/lib/puppet/util/package/version/range.rb +6 -6
  470. data/lib/puppet/util/package/version/range/eq.rb +1 -1
  471. data/lib/puppet/util/package/version/range/gt.rb +1 -1
  472. data/lib/puppet/util/package/version/range/gt_eq.rb +1 -1
  473. data/lib/puppet/util/package/version/range/lt.rb +1 -1
  474. data/lib/puppet/util/package/version/range/lt_eq.rb +1 -1
  475. data/lib/puppet/util/package/version/range/min_max.rb +1 -1
  476. data/lib/puppet/util/package/version/range/simple.rb +1 -1
  477. data/lib/puppet/util/package/version/rpm.rb +1 -1
  478. data/lib/puppet/util/pidlock.rb +1 -1
  479. data/lib/puppet/util/plist.rb +1 -1
  480. data/lib/puppet/util/posix.rb +1 -1
  481. data/lib/puppet/util/profiler.rb +3 -3
  482. data/lib/puppet/util/profiler/aggregate.rb +2 -2
  483. data/lib/puppet/util/profiler/object_counts.rb +1 -1
  484. data/lib/puppet/util/profiler/wall_clock.rb +1 -1
  485. data/lib/puppet/util/provider_features.rb +2 -2
  486. data/lib/puppet/util/rdoc.rb +2 -2
  487. data/lib/puppet/util/rdoc/generators/puppet_generator.rb +2 -2
  488. data/lib/puppet/util/rdoc/parser.rb +6 -6
  489. data/lib/puppet/util/rdoc/parser/puppet_parser_rdoc2.rb +1 -1
  490. data/lib/puppet/util/reference.rb +1 -1
  491. data/lib/puppet/util/resource_template.rb +2 -2
  492. data/lib/puppet/util/rubygems.rb +1 -1
  493. data/lib/puppet/util/selinux.rb +30 -4
  494. data/lib/puppet/util/skip_tags.rb +1 -1
  495. data/lib/puppet/util/storage.rb +1 -1
  496. data/lib/puppet/util/suidmanager.rb +2 -2
  497. data/lib/puppet/util/symbolic_file_mode.rb +1 -1
  498. data/lib/puppet/util/tag_set.rb +1 -1
  499. data/lib/puppet/util/tagging.rb +1 -1
  500. data/lib/puppet/util/watched_file.rb +1 -1
  501. data/lib/puppet/util/watcher.rb +3 -3
  502. data/lib/puppet/util/windows.rb +20 -20
  503. data/lib/puppet/util/windows/access_control_entry.rb +1 -1
  504. data/lib/puppet/util/windows/adsi.rb +1 -1
  505. data/lib/puppet/util/windows/daemon.rb +1 -1
  506. data/lib/puppet/util/windows/error.rb +2 -2
  507. data/lib/puppet/util/windows/file.rb +1 -1
  508. data/lib/puppet/util/windows/monkey_patches/process.rb +2 -2
  509. data/lib/puppet/util/windows/principal.rb +1 -1
  510. data/lib/puppet/util/windows/process.rb +2 -2
  511. data/lib/puppet/util/windows/registry.rb +1 -1
  512. data/lib/puppet/util/windows/root_certs.rb +2 -2
  513. data/lib/puppet/util/windows/security.rb +1 -1
  514. data/lib/puppet/util/windows/security_descriptor.rb +1 -1
  515. data/lib/puppet/util/windows/service.rb +1 -1
  516. data/lib/puppet/util/windows/sid.rb +1 -1
  517. data/lib/puppet/util/windows/user.rb +1 -1
  518. data/lib/puppet/vendor.rb +1 -1
  519. data/lib/puppet/version.rb +1 -1
  520. data/lib/puppet/x509.rb +4 -4
  521. data/lib/puppet/x509/cert_provider.rb +1 -1
  522. data/lib/puppet/x509/pem_store.rb +1 -1
  523. data/lib/puppet_pal.rb +2 -2
  524. data/locales/puppet.pot +156 -144
  525. data/man/man5/puppet.conf.5 +256 -241
  526. data/man/man8/puppet-agent.8 +1 -1
  527. data/man/man8/puppet-apply.8 +1 -1
  528. data/man/man8/puppet-catalog.8 +1 -1
  529. data/man/man8/puppet-config.8 +1 -1
  530. data/man/man8/puppet-describe.8 +1 -1
  531. data/man/man8/puppet-device.8 +1 -1
  532. data/man/man8/puppet-doc.8 +1 -1
  533. data/man/man8/puppet-epp.8 +1 -1
  534. data/man/man8/puppet-facts.8 +1 -1
  535. data/man/man8/puppet-filebucket.8 +1 -1
  536. data/man/man8/puppet-generate.8 +1 -1
  537. data/man/man8/puppet-help.8 +1 -1
  538. data/man/man8/puppet-lookup.8 +1 -1
  539. data/man/man8/puppet-module.8 +1 -1
  540. data/man/man8/puppet-node.8 +1 -1
  541. data/man/man8/puppet-parser.8 +1 -1
  542. data/man/man8/puppet-plugin.8 +1 -1
  543. data/man/man8/puppet-report.8 +1 -1
  544. data/man/man8/puppet-resource.8 +1 -1
  545. data/man/man8/puppet-script.8 +1 -1
  546. data/man/man8/puppet-ssl.8 +1 -1
  547. data/man/man8/puppet.8 +2 -2
  548. data/spec/fixtures/ssl/127.0.0.1-key.pem +107 -57
  549. data/spec/fixtures/ssl/127.0.0.1.pem +52 -31
  550. data/spec/fixtures/ssl/bad-basic-constraints.pem +57 -35
  551. data/spec/fixtures/ssl/bad-int-basic-constraints.pem +57 -35
  552. data/spec/fixtures/ssl/ca.pem +57 -35
  553. data/spec/fixtures/ssl/crl.pem +28 -18
  554. data/spec/fixtures/ssl/ec-key.pem +11 -11
  555. data/spec/fixtures/ssl/ec.pem +33 -24
  556. data/spec/fixtures/ssl/encrypted-ec-key.pem +12 -12
  557. data/spec/fixtures/ssl/encrypted-key.pem +108 -58
  558. data/spec/fixtures/ssl/intermediate-agent-crl.pem +28 -19
  559. data/spec/fixtures/ssl/intermediate-agent.pem +57 -36
  560. data/spec/fixtures/ssl/intermediate-crl.pem +31 -21
  561. data/spec/fixtures/ssl/intermediate.pem +57 -36
  562. data/spec/fixtures/ssl/pluto-key.pem +107 -57
  563. data/spec/fixtures/ssl/pluto.pem +52 -30
  564. data/spec/fixtures/ssl/request-key.pem +107 -57
  565. data/spec/fixtures/ssl/request.pem +47 -26
  566. data/spec/fixtures/ssl/revoked-key.pem +107 -57
  567. data/spec/fixtures/ssl/revoked.pem +52 -30
  568. data/spec/fixtures/ssl/signed-key.pem +107 -57
  569. data/spec/fixtures/ssl/signed.pem +52 -30
  570. data/spec/fixtures/ssl/tampered-cert.pem +52 -30
  571. data/spec/fixtures/ssl/tampered-csr.pem +47 -26
  572. data/spec/fixtures/ssl/unknown-127.0.0.1-key.pem +107 -57
  573. data/spec/fixtures/ssl/unknown-127.0.0.1.pem +50 -29
  574. data/spec/fixtures/ssl/unknown-ca-key.pem +107 -57
  575. data/spec/fixtures/ssl/unknown-ca.pem +55 -33
  576. data/spec/integration/type/file_spec.rb +5 -5
  577. data/spec/lib/puppet/test_ca.rb +2 -2
  578. data/spec/lib/puppet_spec/files.rb +1 -1
  579. data/spec/shared_contexts/provider.rb +16 -0
  580. data/spec/unit/application/agent_spec.rb +7 -2
  581. data/spec/unit/configurer/downloader_spec.rb +6 -0
  582. data/spec/unit/configurer_spec.rb +23 -0
  583. data/spec/unit/file_bucket/dipper_spec.rb +1 -1
  584. data/spec/unit/file_serving/fileset_spec.rb +60 -0
  585. data/spec/unit/gettext/config_spec.rb +12 -0
  586. data/spec/unit/http/service/compiler_spec.rb +123 -0
  587. data/spec/unit/indirector/catalog/compiler_spec.rb +14 -10
  588. data/spec/unit/parser/functions/fqdn_rand_spec.rb +15 -1
  589. data/spec/unit/pops/lookup/context_spec.rb +1 -1
  590. data/spec/unit/provider/package/dnfmodule_spec.rb +3 -3
  591. data/spec/unit/provider/package/gem_spec.rb +3 -1
  592. data/spec/unit/provider/package/pip2_spec.rb +3 -1
  593. data/spec/unit/provider/package/pip3_spec.rb +3 -1
  594. data/spec/unit/provider/package/pip_spec.rb +3 -1
  595. data/spec/unit/provider/package/pkg_spec.rb +44 -44
  596. data/spec/unit/provider/package/puppet_gem_spec.rb +3 -1
  597. data/spec/unit/provider/package/puppetserver_gem_spec.rb +2 -0
  598. data/spec/unit/provider/service/base_spec.rb +8 -8
  599. data/spec/unit/provider/service/bsd_spec.rb +0 -4
  600. data/spec/unit/provider/service/daemontools_spec.rb +1 -1
  601. data/spec/unit/provider/service/debian_spec.rb +15 -17
  602. data/spec/unit/provider/service/gentoo_spec.rb +19 -14
  603. data/spec/unit/provider/service/init_spec.rb +29 -20
  604. data/spec/unit/provider/service/launchd_spec.rb +10 -12
  605. data/spec/unit/provider/service/openbsd_spec.rb +21 -35
  606. data/spec/unit/provider/service/openrc_spec.rb +15 -14
  607. data/spec/unit/provider/service/openwrt_spec.rb +3 -1
  608. data/spec/unit/provider/service/redhat_spec.rb +20 -19
  609. data/spec/unit/provider/service/smf_spec.rb +6 -5
  610. data/spec/unit/provider/service/src_spec.rb +5 -10
  611. data/spec/unit/provider/service/systemd_spec.rb +57 -29
  612. data/spec/unit/provider/service/upstart_spec.rb +25 -20
  613. data/spec/unit/provider/service/windows_spec.rb +202 -0
  614. data/spec/unit/resource/catalog_spec.rb +1 -1
  615. data/spec/unit/ssl/state_machine_spec.rb +19 -5
  616. data/spec/unit/transaction/additional_resource_generator_spec.rb +0 -2
  617. data/spec/unit/transaction_spec.rb +18 -20
  618. data/spec/unit/type/file/selinux_spec.rb +3 -3
  619. data/spec/unit/type/service_spec.rb +10 -154
  620. data/spec/unit/type/tidy_spec.rb +17 -7
  621. data/spec/unit/util/at_fork_spec.rb +9 -9
  622. data/spec/unit/util/posix_spec.rb +1 -1
  623. data/spec/unit/util/selinux_spec.rb +87 -16
  624. data/tasks/generate_cert_fixtures.rake +2 -2
  625. metadata +4 -2
@@ -1,7 +1,7 @@
1
1
  .\" generated with Ronn/v0.7.3
2
2
  .\" http://github.com/rtomayko/ronn/tree/0.7.3
3
3
  .
4
- .TH "PUPPETCONF" "5" "April 2021" "Puppet, Inc." "Puppet manual"
4
+ .TH "PUPPETCONF" "5" "May 2021" "Puppet, Inc." "Puppet manual"
5
5
  \fBThis page is autogenerated; any changes will get overwritten\fR
6
6
  .
7
7
  .SH "Configuration settings"
@@ -42,7 +42,7 @@ See the configuration guide \fIhttps://puppet\.com/docs/puppet/latest/config_abo
42
42
  A lock file to indicate that a puppet agent catalog run is currently in progress\. The file contains the pid of the process that holds the lock on the catalog run\.
43
43
  .
44
44
  .IP "\(bu" 4
45
- \fIDefault\fR: $statedir/agent_catalog_run\.lock
45
+ \fIDefault\fR: \fB$statedir/agent_catalog_run\.lock\fR
46
46
  .
47
47
  .IP "" 0
48
48
  .
@@ -50,7 +50,7 @@ A lock file to indicate that a puppet agent catalog run is currently in progress
50
50
  A lock file to indicate that puppet agent runs have been administratively disabled\. File contains a JSON object with state information\.
51
51
  .
52
52
  .IP "\(bu" 4
53
- \fIDefault\fR: $statedir/agent_disabled\.lock
53
+ \fIDefault\fR: \fB$statedir/agent_disabled\.lock\fR
54
54
  .
55
55
  .IP "" 0
56
56
  .
@@ -58,7 +58,7 @@ A lock file to indicate that puppet agent runs have been administratively disabl
58
58
  Whether to allow a new certificate request to overwrite an existing certificate request\. If true, then the old certificate must be cleaned using \fBpuppetserver ca clean\fR, and the new request signed using \fBpuppetserver ca sign\fR\.
59
59
  .
60
60
  .IP "\(bu" 4
61
- \fIDefault\fR: false
61
+ \fIDefault\fR: \fBfalse\fR
62
62
  .
63
63
  .IP "" 0
64
64
  .
@@ -69,7 +69,7 @@ Affects how we cache attempts to load Puppet resource types and features\. If tr
69
69
  If this setting is set to false, then types and features will only be checked once, and if they are not available, the negative result is cached and returned for all subsequent attempts to load the type or feature\. This behavior is almost always appropriate for the server, and can result in a significant performance improvement for types and features that are checked frequently\.
70
70
  .
71
71
  .IP "\(bu" 4
72
- \fIDefault\fR: true
72
+ \fIDefault\fR: \fBtrue\fR
73
73
  .
74
74
  .IP "" 0
75
75
  .
@@ -77,7 +77,7 @@ If this setting is set to false, then types and features will only be checked on
77
77
  Whether log files should always flush to disk\.
78
78
  .
79
79
  .IP "\(bu" 4
80
- \fIDefault\fR: true
80
+ \fIDefault\fR: \fBtrue\fR
81
81
  .
82
82
  .IP "" 0
83
83
  .
@@ -100,7 +100,7 @@ If a certificate request is not autosigned, it will persist for review\. An admi
100
100
  For info on autosign configuration files, see the guide to Puppet\'s config files \fIhttps://puppet\.com/docs/puppet/latest/config_file_autosign\.html\fR\.
101
101
  .
102
102
  .IP "\(bu" 4
103
- \fIDefault\fR: $confdir/autosign\.conf
103
+ \fIDefault\fR: \fB$confdir/autosign\.conf\fR
104
104
  .
105
105
  .IP "" 0
106
106
  .
@@ -111,37 +111,39 @@ The search path for \fBglobal\fR modules\. Should be specified as a list of dire
111
111
  These are the modules that will be used by \fIall\fR environments\. Note that the \fBmodules\fR directory of the active environment will have priority over any global directories\. For more info, see \fIhttps://puppet\.com/docs/puppet/latest/environments_about\.html\fR
112
112
  .
113
113
  .IP "\(bu" 4
114
- \fIDefault\fR: $codedir/modules:/opt/puppetlabs/puppet/modules
114
+ \fIDefault\fR: \fB$codedir/modules:/opt/puppetlabs/puppet/modules\fR
115
115
  .
116
116
  .IP "" 0
117
117
  .
118
118
  .SS "binder_config"
119
119
  The binder configuration file\. Puppet reads this file on each request to configure the bindings system\. If set to nil (the default), a $confdir/binder_config\.yaml is optionally loaded\. If it does not exists, a default configuration is used\. If the setting :binding_config is specified, it must reference a valid and existing yaml file\.
120
120
  .
121
- .TP
122
- \fIDefault\fR:
123
-
121
+ .IP "\(bu" 4
122
+ \fIDefault\fR: ``
123
+ .
124
+ .IP "" 0
124
125
  .
125
126
  .SS "bucketdir"
126
127
  Where FileBucket files are stored\.
127
128
  .
128
129
  .IP "\(bu" 4
129
- \fIDefault\fR: $vardir/bucket
130
+ \fIDefault\fR: \fB$vardir/bucket\fR
130
131
  .
131
132
  .IP "" 0
132
133
  .
133
134
  .SS "ca_fingerprint"
134
135
  The expected fingerprint of the CA certificate\. If specified, the agent will compare the CA certificate fingerprint that it downloads against this value and reject the CA certificate if the values do not match\. This only applies during the first download of the CA certificate\.
135
136
  .
136
- .TP
137
- \fIDefault\fR:
138
-
137
+ .IP "\(bu" 4
138
+ \fIDefault\fR: ``
139
+ .
140
+ .IP "" 0
139
141
  .
140
142
  .SS "ca_name"
141
143
  The name to use the Certificate Authority certificate\.
142
144
  .
143
145
  .IP "\(bu" 4
144
- \fIDefault\fR: Puppet CA: $certname
146
+ \fIDefault\fR: \fBPuppet CA: $certname\fR
145
147
  .
146
148
  .IP "" 0
147
149
  .
@@ -149,7 +151,7 @@ The name to use the Certificate Authority certificate\.
149
151
  The port to use for the certificate authority\.
150
152
  .
151
153
  .IP "\(bu" 4
152
- \fIDefault\fR: $serverport
154
+ \fIDefault\fR: \fB$serverport\fR
153
155
  .
154
156
  .IP "" 0
155
157
  .
@@ -157,7 +159,7 @@ The port to use for the certificate authority\.
157
159
  The server to use for certificate authority requests\. It\'s a separate server because it cannot and does not need to horizontally scale\.
158
160
  .
159
161
  .IP "\(bu" 4
160
- \fIDefault\fR: $server
162
+ \fIDefault\fR: \fB$server\fR
161
163
  .
162
164
  .IP "" 0
163
165
  .
@@ -165,7 +167,7 @@ The server to use for certificate authority requests\. It\'s a separate server b
165
167
  The default TTL for new certificates\. This setting can be a time interval in seconds (30 or 30s), minutes (30m), hours (6h), days (2d), or years (5y)\.
166
168
  .
167
169
  .IP "\(bu" 4
168
- \fIDefault\fR: 5y
170
+ \fIDefault\fR: \fB5y\fR
169
171
  .
170
172
  .IP "" 0
171
173
  .
@@ -173,7 +175,7 @@ The default TTL for new certificates\. This setting can be a time interval in se
173
175
  The CA certificate\.
174
176
  .
175
177
  .IP "\(bu" 4
176
- \fIDefault\fR: $cadir/ca_crt\.pem
178
+ \fIDefault\fR: \fB$cadir/ca_crt\.pem\fR
177
179
  .
178
180
  .IP "" 0
179
181
  .
@@ -181,7 +183,7 @@ The CA certificate\.
181
183
  The certificate revocation list (CRL) for the CA\.
182
184
  .
183
185
  .IP "\(bu" 4
184
- \fIDefault\fR: $cadir/ca_crl\.pem
186
+ \fIDefault\fR: \fB$cadir/ca_crl\.pem\fR
185
187
  .
186
188
  .IP "" 0
187
189
  .
@@ -189,7 +191,7 @@ The certificate revocation list (CRL) for the CA\.
189
191
  The root directory for the certificate authority\.
190
192
  .
191
193
  .IP "\(bu" 4
192
- \fIDefault\fR: /etc/puppetlabs/puppetserver/ca
194
+ \fIDefault\fR: \fB/etc/puppetlabs/puppetserver/ca\fR
193
195
  .
194
196
  .IP "" 0
195
197
  .
@@ -197,7 +199,7 @@ The root directory for the certificate authority\.
197
199
  The CA private key\.
198
200
  .
199
201
  .IP "\(bu" 4
200
- \fIDefault\fR: $cadir/ca_key\.pem
202
+ \fIDefault\fR: \fB$cadir/ca_key\.pem\fR
201
203
  .
202
204
  .IP "" 0
203
205
  .
@@ -205,22 +207,23 @@ The CA private key\.
205
207
  The CA public key\.
206
208
  .
207
209
  .IP "\(bu" 4
208
- \fIDefault\fR: $cadir/ca_pub\.pem
210
+ \fIDefault\fR: \fB$cadir/ca_pub\.pem\fR
209
211
  .
210
212
  .IP "" 0
211
213
  .
212
214
  .SS "catalog_cache_terminus"
213
215
  How to store cached catalogs\. Valid values are \'json\', \'msgpack\' and \'yaml\'\. The agent application defaults to \'json\'\.
214
216
  .
215
- .TP
216
- \fIDefault\fR:
217
-
217
+ .IP "\(bu" 4
218
+ \fIDefault\fR: ``
219
+ .
220
+ .IP "" 0
218
221
  .
219
222
  .SS "catalog_terminus"
220
223
  Where to get node catalogs\. This is useful to change if, for instance, you\'d like to pre\-compile catalogs and store them in memcached or some other easily\-accessed store\.
221
224
  .
222
225
  .IP "\(bu" 4
223
- \fIDefault\fR: compiler
226
+ \fIDefault\fR: \fBcompiler\fR
224
227
  .
225
228
  .IP "" 0
226
229
  .
@@ -228,7 +231,7 @@ Where to get node catalogs\. This is useful to change if, for instance, you\'d l
228
231
  The inventory file\. This is a text file to which the CA writes a complete listing of all certificates\.
229
232
  .
230
233
  .IP "\(bu" 4
231
- \fIDefault\fR: $cadir/inventory\.txt
234
+ \fIDefault\fR: \fB$cadir/inventory\.txt\fR
232
235
  .
233
236
  .IP "" 0
234
237
  .
@@ -236,7 +239,7 @@ The inventory file\. This is a text file to which the CA writes a complete listi
236
239
  The certificate directory\.
237
240
  .
238
241
  .IP "\(bu" 4
239
- \fIDefault\fR: $ssldir/certs
242
+ \fIDefault\fR: \fB$ssldir/certs\fR
240
243
  .
241
244
  .IP "" 0
242
245
  .
@@ -256,7 +259,7 @@ When certificate_revocation is set to \'leaf\', Puppet verifies certs against th
256
259
  When certificate_revocation is set to \'false\', Puppet disables all certificate revocation checking and does not attempt to download the CRL\.
257
260
  .
258
261
  .IP "\(bu" 4
259
- \fIDefault\fR: chain
262
+ \fIDefault\fR: \fBchain\fR
260
263
  .
261
264
  .IP "" 0
262
265
  .
@@ -284,7 +287,7 @@ The special value \fBca\fR is reserved, and can\'t be used as the certname for a
284
287
  Defaults to the node\'s fully qualified domain name\.
285
288
  .
286
289
  .IP "\(bu" 4
287
- \fIDefault\fR: the Host\'s fully qualified domain name, as determined by Facter
290
+ \fIDefault\fR: \fBthe Host\'s fully qualified domain name, as determined by Facter\fR
288
291
  .
289
292
  .IP "" 0
290
293
  .
@@ -292,7 +295,7 @@ Defaults to the node\'s fully qualified domain name\.
292
295
  The list of ciphersuites for TLS connections initiated by puppet\. The default value is chosen to support TLS 1\.0 and up, but can be made more restrictive if needed\. The ciphersuites must be specified in OpenSSL format, not IANA\.
293
296
  .
294
297
  .IP "\(bu" 4
295
- \fIDefault\fR: ECDHE\-ECDSA\-AES128\-GCM\-SHA256:ECDHE\-RSA\-AES128\-GCM\-SHA256:ECDHE\-ECDSA\-AES256\-GCM\-SHA384:ECDHE\-RSA\-AES256\-GCM\-SHA384:ECDHE\-ECDSA\-CHACHA20\-POLY1305:ECDHE\-RSA\-CHACHA20\-POLY1305:DHE\-RSA\-AES128\-GCM\-SHA256:DHE\-RSA\-AES256\-GCM\-SHA384:DHE\-RSA\-CHACHA20\-POLY1305:ECDHE\-ECDSA\-AES128\-SHA256:ECDHE\-RSA\-AES128\-SHA256:ECDHE\-ECDSA\-AES128\-SHA:ECDHE\-RSA\-AES128\-SHA:ECDHE\-ECDSA\-AES256\-SHA384:ECDHE\-RSA\-AES256\-SHA384:ECDHE\-ECDSA\-AES256\-SHA:ECDHE\-RSA\-AES256\-SHA:DHE\-RSA\-AES128\-SHA256:DHE\-RSA\-AES256\-SHA256:AES128\-GCM\-SHA256:AES256\-GCM\-SHA384:AES128\-SHA256:AES256\-SHA256
298
+ \fIDefault\fR: \fBECDHE\-ECDSA\-AES128\-GCM\-SHA256:ECDHE\-RSA\-AES128\-GCM\-SHA256:ECDHE\-ECDSA\-AES256\-GCM\-SHA384:ECDHE\-RSA\-AES256\-GCM\-SHA384:ECDHE\-ECDSA\-CHACHA20\-POLY1305:ECDHE\-RSA\-CHACHA20\-POLY1305:DHE\-RSA\-AES128\-GCM\-SHA256:DHE\-RSA\-AES256\-GCM\-SHA384:DHE\-RSA\-CHACHA20\-POLY1305:ECDHE\-ECDSA\-AES128\-SHA256:ECDHE\-RSA\-AES128\-SHA256:ECDHE\-ECDSA\-AES128\-SHA:ECDHE\-RSA\-AES128\-SHA:ECDHE\-ECDSA\-AES256\-SHA384:ECDHE\-RSA\-AES256\-SHA384:ECDHE\-ECDSA\-AES256\-SHA:ECDHE\-RSA\-AES256\-SHA:DHE\-RSA\-AES128\-SHA256:DHE\-RSA\-AES256\-SHA256:AES128\-GCM\-SHA256:AES256\-GCM\-SHA384:AES128\-SHA256:AES256\-SHA256\fR
296
299
  .
297
300
  .IP "" 0
298
301
  .
@@ -300,7 +303,7 @@ The list of ciphersuites for TLS connections initiated by puppet\. The default v
300
303
  The file in which puppet agent stores a list of the classes associated with the retrieved configuration\. Can be loaded in the separate \fBpuppet\fR executable using the \fB\-\-loadclasses\fR option\.
301
304
  .
302
305
  .IP "\(bu" 4
303
- \fIDefault\fR: $statedir/classes\.txt
306
+ \fIDefault\fR: \fB$statedir/classes\.txt\fR
304
307
  .
305
308
  .IP "" 0
306
309
  .
@@ -308,7 +311,7 @@ The file in which puppet agent stores a list of the classes associated with the
308
311
  The directory in which serialized data is stored on the client\.
309
312
  .
310
313
  .IP "\(bu" 4
311
- \fIDefault\fR: $vardir/client_data
314
+ \fIDefault\fR: \fB$vardir/client_data\fR
312
315
  .
313
316
  .IP "" 0
314
317
  .
@@ -316,7 +319,7 @@ The directory in which serialized data is stored on the client\.
316
319
  Where FileBucket files are stored locally\.
317
320
  .
318
321
  .IP "\(bu" 4
319
- \fIDefault\fR: $vardir/clientbucket
322
+ \fIDefault\fR: \fB$vardir/clientbucket\fR
320
323
  .
321
324
  .IP "" 0
322
325
  .
@@ -324,7 +327,7 @@ Where FileBucket files are stored locally\.
324
327
  The directory in which client\-side YAML data is stored\.
325
328
  .
326
329
  .IP "\(bu" 4
327
- \fIDefault\fR: $vardir/client_yaml
330
+ \fIDefault\fR: \fB$vardir/client_yaml\fR
328
331
  .
329
332
  .IP "" 0
330
333
  .
@@ -335,7 +338,7 @@ Code to parse directly\. This is essentially only used by \fBpuppet\fR, and shou
335
338
  The main Puppet code directory\. The default for this setting is calculated based on the user\. If the process is running as root or the user that Puppet is supposed to run as, it defaults to a system directory, but if it\'s running as any other user, it defaults to being in the user\'s home directory\.
336
339
  .
337
340
  .IP "\(bu" 4
338
- \fIDefault\fR: Unix/Linux: /etc/puppetlabs/code \-\- Windows: C:\eProgramData\ePuppetLabs\ecode \-\- Non\-root user: ~/\.puppetlabs/etc/code
341
+ \fIDefault\fR: \fBUnix/Linux: /etc/puppetlabs/code \-\- Windows: C:\eProgramData\ePuppetLabs\ecode \-\- Non\-root user: ~/\.puppetlabs/etc/code\fR
339
342
  .
340
343
  .IP "" 0
341
344
  .
@@ -343,7 +346,7 @@ The main Puppet code directory\. The default for this setting is calculated base
343
346
  Whether to use colors when logging to the console\. Valid values are \fBansi\fR (equivalent to \fBtrue\fR), \fBhtml\fR, and \fBfalse\fR, which produces no color\.
344
347
  .
345
348
  .IP "\(bu" 4
346
- \fIDefault\fR: ansi
349
+ \fIDefault\fR: \fBansi\fR
347
350
  .
348
351
  .IP "" 0
349
352
  .
@@ -351,7 +354,7 @@ Whether to use colors when logging to the console\. Valid values are \fBansi\fR
351
354
  The main Puppet configuration directory\. The default for this setting is calculated based on the user\. If the process is running as root or the user that Puppet is supposed to run as, it defaults to a system directory, but if it\'s running as any other user, it defaults to being in the user\'s home directory\.
352
355
  .
353
356
  .IP "\(bu" 4
354
- \fIDefault\fR: Unix/Linux: /etc/puppetlabs/puppet \-\- Windows: C:\eProgramData\ePuppetLabs\epuppet\eetc \-\- Non\-root user: ~/\.puppetlabs/etc/puppet
357
+ \fIDefault\fR: \fBUnix/Linux: /etc/puppetlabs/puppet \-\- Windows: C:\eProgramData\ePuppetLabs\epuppet\eetc \-\- Non\-root user: ~/\.puppetlabs/etc/puppet\fR
355
358
  .
356
359
  .IP "" 0
357
360
  .
@@ -359,7 +362,7 @@ The main Puppet configuration directory\. The default for this setting is calcul
359
362
  The configuration file for the current puppet application\.
360
363
  .
361
364
  .IP "\(bu" 4
362
- \fIDefault\fR: $confdir/${config_file_name}
365
+ \fIDefault\fR: \fB$confdir/${config_file_name}\fR
363
366
  .
364
367
  .IP "" 0
365
368
  .
@@ -367,7 +370,7 @@ The configuration file for the current puppet application\.
367
370
  The name of the puppet config file\.
368
371
  .
369
372
  .IP "\(bu" 4
370
- \fIDefault\fR: puppet\.conf
373
+ \fIDefault\fR: \fBpuppet\.conf\fR
371
374
  .
372
375
  .IP "" 0
373
376
  .
@@ -389,9 +392,10 @@ In general, the duration should be greater than the \fBruninterval\fR\. Setting
389
392
  .P
390
393
  If the agent downloads a new CRL, the agent will use it for subsequent network requests\. If the refresh request fails or if the CRL is unchanged on the server, then the agent run will continue using the local CRL it already has\.This setting can be a time interval in seconds (30 or 30s), minutes (30m), hours (6h), days (2d), or years (5y)\.
391
394
  .
392
- .TP
393
- \fIDefault\fR:
394
-
395
+ .IP "\(bu" 4
396
+ \fIDefault\fR: ``
397
+ .
398
+ .IP "" 0
395
399
  .
396
400
  .SS "csr_attributes"
397
401
  An optional file containing custom attributes to add to certificate signing requests (CSRs)\. You should ensure that this file does not exist on your CA puppet master; if it does, unwanted certificate extensions may leak into certificates created with the \fBpuppetserver ca generate\fR command\.
@@ -406,7 +410,7 @@ Custom attributes can be used by the CA when deciding whether to sign the certif
406
410
  Extension requests will be permanently embedded in the final certificate\. Extension OIDs must be in the "ppRegCertExt" (\fB1\.3\.6\.1\.4\.1\.34380\.1\.1\fR), "ppPrivCertExt" (\fB1\.3\.6\.1\.4\.1\.34380\.1\.2\fR), or "ppAuthCertExt" (\fB1\.3\.6\.1\.4\.1\.34380\.1\.3\fR) OID arcs\. The ppRegCertExt arc is reserved for four of the most common pieces of data to embed: \fBpp_uuid\fR (\fB\.1\fR), \fBpp_instance_id\fR (\fB\.2\fR), \fBpp_image_name\fR (\fB\.3\fR), and \fBpp_preshared_key\fR (\fB\.4\fR) \-\-\- in the YAML file, these can be referred to by their short descriptive names instead of their full OID\. The ppPrivCertExt arc is unregulated, and can be used for site\-specific extensions\. The ppAuthCert arc is reserved for two pieces of data to embed: \fBpp_authorization\fR (\fB\.1\fR) and \fBpp_auth_role\fR (\fB\.13\fR)\. As with ppRegCertExt, in the YAML file, these can be referred to by their short descriptive name instead of their full OID\.
407
411
  .
408
412
  .IP "\(bu" 4
409
- \fIDefault\fR: $confdir/csr_attributes\.yaml
413
+ \fIDefault\fR: \fB$confdir/csr_attributes\.yaml\fR
410
414
  .
411
415
  .IP "" 0
412
416
  .
@@ -414,7 +418,7 @@ Extension requests will be permanently embedded in the final certificate\. Exten
414
418
  Where the CA stores certificate requests\.
415
419
  .
416
420
  .IP "\(bu" 4
417
- \fIDefault\fR: $cadir/requests
421
+ \fIDefault\fR: \fB$cadir/requests\fR
418
422
  .
419
423
  .IP "" 0
420
424
  .
@@ -422,7 +426,7 @@ Where the CA stores certificate requests\.
422
426
  Whether to send the process into the background\. This defaults to true on POSIX systems, and to false on Windows (where Puppet currently cannot daemonize)\.
423
427
  .
424
428
  .IP "\(bu" 4
425
- \fIDefault\fR: true
429
+ \fIDefault\fR: \fBtrue\fR
426
430
  .
427
431
  .IP "" 0
428
432
  .
@@ -430,7 +434,7 @@ Whether to send the process into the background\. This defaults to true on POSIX
430
434
  This setting has been deprecated\. Use of any value other than \'hiera\' should instead be configured in a version 5 hiera\.yaml\. Until this setting is removed, it controls which data binding terminus to use for global automatic data binding (across all environments)\. By default this value is \'hiera\'\. A value of \'none\' turns off the global binding\.
431
435
  .
432
436
  .IP "\(bu" 4
433
- \fIDefault\fR: hiera
437
+ \fIDefault\fR: \fBhiera\fR
434
438
  .
435
439
  .IP "" 0
436
440
  .
@@ -438,7 +442,7 @@ This setting has been deprecated\. Use of any value other than \'hiera\' should
438
442
  The default source for files if no server is given in a uri, e\.g\. puppet:///file\. The default of \fBrest\fR causes the file to be retrieved using the \fBserver\fR setting\. When running \fBapply\fR the default is \fBfile_server\fR, causing requests to be filled locally\.
439
443
  .
440
444
  .IP "\(bu" 4
441
- \fIDefault\fR: rest
445
+ \fIDefault\fR: \fBrest\fR
442
446
  .
443
447
  .IP "" 0
444
448
  .
@@ -452,7 +456,7 @@ This setting\'s value can be an absolute or relative path\. An absolute path wil
452
456
  In either case, the path can point to a single file or to a directory of manifests to be evaluated in alphabetical order\.
453
457
  .
454
458
  .IP "\(bu" 4
455
- \fIDefault\fR: \./manifests
459
+ \fIDefault\fR: \fB\./manifests\fR
456
460
  .
457
461
  .IP "" 0
458
462
  .
@@ -460,7 +464,7 @@ In either case, the path can point to a single file or to a directory of manifes
460
464
  Boolean; whether to generate the default schedule resources\. Setting this to false is useful for keeping external report processors clean of skipped schedule resources\.
461
465
  .
462
466
  .IP "\(bu" 4
463
- \fIDefault\fR: true
467
+ \fIDefault\fR: \fBtrue\fR
464
468
  .
465
469
  .IP "" 0
466
470
  .
@@ -468,7 +472,7 @@ Boolean; whether to generate the default schedule resources\. Setting this to fa
468
472
  The root directory of devices\' $confdir\.
469
473
  .
470
474
  .IP "\(bu" 4
471
- \fIDefault\fR: $confdir/devices
475
+ \fIDefault\fR: \fB$confdir/devices\fR
472
476
  .
473
477
  .IP "" 0
474
478
  .
@@ -476,7 +480,7 @@ The root directory of devices\' $confdir\.
476
480
  Path to the device config file for puppet device\.
477
481
  .
478
482
  .IP "\(bu" 4
479
- \fIDefault\fR: $confdir/device\.conf
483
+ \fIDefault\fR: \fB$confdir/device\.conf\fR
480
484
  .
481
485
  .IP "" 0
482
486
  .
@@ -484,7 +488,7 @@ Path to the device config file for puppet device\.
484
488
  The root directory of devices\' $vardir\.
485
489
  .
486
490
  .IP "\(bu" 4
487
- \fIDefault\fR: $vardir/devices
491
+ \fIDefault\fR: \fB$vardir/devices\fR
488
492
  .
489
493
  .IP "" 0
490
494
  .
@@ -492,7 +496,7 @@ The root directory of devices\' $vardir\.
492
496
  Which diff command to use when printing differences between files\. This setting has no default value on Windows, as standard \fBdiff\fR is not available, but Puppet can use many third\-party diff tools\.
493
497
  .
494
498
  .IP "\(bu" 4
495
- \fIDefault\fR: diff
499
+ \fIDefault\fR: \fBdiff\fR
496
500
  .
497
501
  .IP "" 0
498
502
  .
@@ -500,7 +504,7 @@ Which diff command to use when printing differences between files\. This setting
500
504
  Which arguments to pass to the diff command when printing differences between files\. The command to use can be chosen with the \fBdiff\fR setting\.
501
505
  .
502
506
  .IP "\(bu" 4
503
- \fIDefault\fR: \-u
507
+ \fIDefault\fR: \fB\-u\fR
504
508
  .
505
509
  .IP "" 0
506
510
  .
@@ -508,7 +512,7 @@ Which arguments to pass to the diff command when printing differences between fi
508
512
  Which digest algorithm to use for file resources and the filebucket\. Valid values are sha256, sha384, sha512, sha224, md5\. Default is sha256\.
509
513
  .
510
514
  .IP "\(bu" 4
511
- \fIDefault\fR: sha256
515
+ \fIDefault\fR: \fBsha256\fR
512
516
  .
513
517
  .IP "" 0
514
518
  .
@@ -516,7 +520,7 @@ Which digest algorithm to use for file resources and the filebucket\. Valid valu
516
520
  If true, turns off all translations of Puppet and module log messages, which affects error, warning, and info log messages, as well as any translations in the report and CLI\.
517
521
  .
518
522
  .IP "\(bu" 4
519
- \fIDefault\fR: true
523
+ \fIDefault\fR: \fBtrue\fR
520
524
  .
521
525
  .IP "" 0
522
526
  .
@@ -527,7 +531,7 @@ Whether to disallow an environment\-specific main manifest\. When set to \fBtrue
527
531
  This setting requires \fBdefault_manifest\fR to be set to an absolute path\.
528
532
  .
529
533
  .IP "\(bu" 4
530
- \fIDefault\fR: false
534
+ \fIDefault\fR: \fBfalse\fR
531
535
  .
532
536
  .IP "" 0
533
537
  .
@@ -550,7 +554,7 @@ Valid values for this setting are:
550
554
  \fBundefined_resources\fR \-\-\- disables warnings about non existing resources\.
551
555
  .
552
556
  .IP "\(bu" 4
553
- \fIDefault\fR: []
557
+ \fIDefault\fR: \fB[]\fR
554
558
  .
555
559
  .IP "" 0
556
560
  .
@@ -561,7 +565,7 @@ A comma\-separated list of alternate DNS names for Puppet Server\. These are ext
561
565
  In order to handle agent requests at a given hostname (like "puppet\.example\.com"), Puppet Server needs a certificate that proves it\'s allowed to use that name; if a server shows a certificate that doesn\'t include its hostname, Puppet agents will refuse to trust it\. If you use a single hostname for Puppet traffic but load\-balance it to multiple Puppet Servers, each of those servers needs to include the official hostname in its list of extra names\.
562
566
  .
563
567
  .P
564
- \fBNote:\fR The list of alternate names is locked in when the server\'s certificate is signed\. If you need to change the list later, you can\'t just change this setting; you also need to regenerate the certificate\. For more information on that process, see the [cert regen docs] (https://puppet\.com/docs/puppet/latest/ssl_regenerate_certificates\.html)\.
568
+ \fBNote:\fR The list of alternate names is locked in when the server\'s certificate is signed\. If you need to change the list later, you can\'t just change this setting; you also need to regenerate the certificate\. For more information on that process, see the cert regen docs \fIhttps://puppet\.com/docs/puppet/latest/ssl_regenerate_certificates\.html\fR\.
565
569
  .
566
570
  .P
567
571
  To see all the alternate names your servers are using, log into your CA server and run \fBpuppetserver ca list \-\-all\fR, then check the output for \fB(alt names: \.\.\.)\fR\. Most agent nodes should NOT have alternate names; the only certs that should have them are Puppet Server nodes that you want other agents to trust\.
@@ -570,7 +574,7 @@ To see all the alternate names your servers are using, log into your CA server a
570
574
  Whether to document all resources when using \fBpuppet doc\fR to generate manifest documentation\.
571
575
  .
572
576
  .IP "\(bu" 4
573
- \fIDefault\fR: false
577
+ \fIDefault\fR: \fBfalse\fR
574
578
  .
575
579
  .IP "" 0
576
580
  .
@@ -587,16 +591,17 @@ When defined in the \fB[user]\fR section, the environment refers to the path tha
587
591
  Given that the context and effects vary depending on the config section \fIhttps://puppet\.com/docs/puppet/latest/config_file_main\.html#config\-sections\fR in which the \fBenvironment\fR setting is defined, do not set it globally\.
588
592
  .
589
593
  .IP "\(bu" 4
590
- \fIDefault\fR: production
594
+ \fIDefault\fR: \fBproduction\fR
591
595
  .
592
596
  .IP "" 0
593
597
  .
594
598
  .SS "environment_data_provider"
595
599
  The name of a registered environment data provider used when obtaining environment specific data\. The three built in and registered providers are \'none\' (no data), \'function\' (data obtained by calling the function \'environment::data()\') and \'hiera\' (data obtained using a data provider configured using a hiera\.yaml file in root of the environment)\. Other environment data providers may be registered in modules on the module path\. For such custom data providers see the respective module documentation\. This setting is deprecated\.
596
600
  .
597
- .TP
598
- \fIDefault\fR:
599
-
601
+ .IP "\(bu" 4
602
+ \fIDefault\fR: ``
603
+ .
604
+ .IP "" 0
600
605
  .
601
606
  .SS "environment_timeout"
602
607
  How long the Puppet server should cache data it loads from an environment\.
@@ -619,7 +624,7 @@ Setting this to a number that will keep your most actively used environments cac
619
624
  Once you set \fBenvironment_timeout\fR to a non\-zero value, you need to tell Puppet server to read new code from disk using the \fBenvironment\-cache\fR API endpoint after you deploy new code\. See the docs for the Puppet Server administrative API \fIhttps://puppet\.com/docs/puppetserver/latest/admin\-api/v1/environment\-cache\.html\fR\.
620
625
  .
621
626
  .IP "\(bu" 4
622
- \fIDefault\fR: 0
627
+ \fIDefault\fR: \fB0\fR
623
628
  .
624
629
  .IP "" 0
625
630
  .
@@ -630,7 +635,7 @@ A search path for directory environments, as a list of directories separated by
630
635
  This setting must have a value set to enable \fBdirectory environments\.\fR The recommended value is \fB$codedir/environments\fR\. For more details, see \fIhttps://puppet\.com/docs/puppet/latest/environments_about\.html\fR
631
636
  .
632
637
  .IP "\(bu" 4
633
- \fIDefault\fR: $codedir/environments
638
+ \fIDefault\fR: \fB$codedir/environments\fR
634
639
  .
635
640
  .IP "" 0
636
641
  .
@@ -638,7 +643,7 @@ This setting must have a value set to enable \fBdirectory environments\.\fR The
638
643
  Whether each resource should log when it is being evaluated\. This allows you to interactively see exactly what is being done\.
639
644
  .
640
645
  .IP "\(bu" 4
641
- \fIDefault\fR: false
646
+ \fIDefault\fR: \fBfalse\fR
642
647
  .
643
648
  .IP "" 0
644
649
  .
@@ -680,7 +685,7 @@ Generally, an ENC script makes requests to an external data source\.
680
685
  For more info, see the ENC documentation \fIhttps://puppet\.com/docs/puppet/latest/nodes_external\.html\fR\.
681
686
  .
682
687
  .IP "\(bu" 4
683
- \fIDefault\fR: none
688
+ \fIDefault\fR: \fBnone\fR
684
689
  .
685
690
  .IP "" 0
686
691
  .
@@ -688,7 +693,7 @@ For more info, see the ENC documentation \fIhttps://puppet\.com/docs/puppet/late
688
693
  Where Puppet should look for facts\. Multiple directories should be separated by the system path separator character\. (The POSIX path separator is \':\', and the Windows path separator is \';\'\.)
689
694
  .
690
695
  .IP "\(bu" 4
691
- \fIDefault\fR: $vardir/lib/facter:$vardir/facts
696
+ \fIDefault\fR: \fB$vardir/lib/facter:$vardir/facts\fR
692
697
  .
693
698
  .IP "" 0
694
699
  .
@@ -696,7 +701,7 @@ Where Puppet should look for facts\. Multiple directories should be separated by
696
701
  The node facts terminus\.
697
702
  .
698
703
  .IP "\(bu" 4
699
- \fIDefault\fR: facter
704
+ \fIDefault\fR: \fBfacter\fR
700
705
  .
701
706
  .IP "" 0
702
707
  .
@@ -704,7 +709,7 @@ The node facts terminus\.
704
709
  Where the fileserver configuration is stored\.
705
710
  .
706
711
  .IP "\(bu" 4
707
- \fIDefault\fR: $confdir/fileserver\.conf
712
+ \fIDefault\fR: \fB$confdir/fileserver\.conf\fR
708
713
  .
709
714
  .IP "" 0
710
715
  .
@@ -712,22 +717,23 @@ Where the fileserver configuration is stored\.
712
717
  The minimum time to wait between checking for updates in configuration files\. This timeout determines how quickly Puppet checks whether a file (such as manifests or puppet\.conf) has changed on disk\. The default will change in a future release to be \'unlimited\', requiring a reload of the Puppet service to pick up changes to its internal configuration\. Currently we do not accept a value of \'unlimited\'\. To reparse files within an environment in Puppet Server please use the environment_cache endpoint
713
718
  .
714
719
  .IP "\(bu" 4
715
- \fIDefault\fR: 15s
720
+ \fIDefault\fR: \fB15s\fR
716
721
  .
717
722
  .IP "" 0
718
723
  .
719
724
  .SS "forge_authorization"
720
725
  The authorization key to connect to the Puppet Forge\. Leave blank for unauthorized or license based connections
721
726
  .
722
- .TP
723
- \fIDefault\fR:
724
-
727
+ .IP "\(bu" 4
728
+ \fIDefault\fR: ``
729
+ .
730
+ .IP "" 0
725
731
  .
726
732
  .SS "freeze_main"
727
733
  Freezes the \'main\' class, disallowing any code to be added to it\. This essentially means that you can\'t have any code outside of a node, class, or definition other than in the site manifest\.
728
734
  .
729
735
  .IP "\(bu" 4
730
- \fIDefault\fR: false
736
+ \fIDefault\fR: \fBfalse\fR
731
737
  .
732
738
  .IP "" 0
733
739
  .
@@ -735,7 +741,7 @@ Freezes the \'main\' class, disallowing any code to be added to it\. This essent
735
741
  When true, causes Puppet applications to print an example config file to stdout and exit\. The example will include descriptions of each setting, and the current (or default) value of each setting, incorporating any settings overridden on the CLI (with the exception of \fBgenconfig\fR itself)\. This setting only makes sense when specified on the command line as \fB\-\-genconfig\fR\.
736
742
  .
737
743
  .IP "\(bu" 4
738
- \fIDefault\fR: false
744
+ \fIDefault\fR: \fBfalse\fR
739
745
  .
740
746
  .IP "" 0
741
747
  .
@@ -743,7 +749,7 @@ When true, causes Puppet applications to print an example config file to stdout
743
749
  Whether to just print a manifest to stdout and exit\. Only makes sense when specified on the command line as \fB\-\-genmanifest\fR\. Takes into account arguments specified on the CLI\.
744
750
  .
745
751
  .IP "\(bu" 4
746
- \fIDefault\fR: false
752
+ \fIDefault\fR: \fBfalse\fR
747
753
  .
748
754
  .IP "" 0
749
755
  .
@@ -760,7 +766,7 @@ The \fBgraphdir\fR setting determines where Puppet will save graphs\. Note that
760
766
  See your graphing software\'s documentation for details on opening \.dot files\. If you\'re using GraphViz\'s \fBdot\fR command, you can do a quick PNG render with \fBdot \-Tpng <DOT FILE> \-o <OUTPUT FILE>\fR\.
761
767
  .
762
768
  .IP "\(bu" 4
763
- \fIDefault\fR: false
769
+ \fIDefault\fR: \fBfalse\fR
764
770
  .
765
771
  .IP "" 0
766
772
  .
@@ -768,7 +774,7 @@ See your graphing software\'s documentation for details on opening \.dot files\.
768
774
  Where to save \.dot\-format graphs (when the \fBgraph\fR setting is enabled)\.
769
775
  .
770
776
  .IP "\(bu" 4
771
- \fIDefault\fR: $statedir/graphs
777
+ \fIDefault\fR: \fB$statedir/graphs\fR
772
778
  .
773
779
  .IP "" 0
774
780
  .
@@ -776,7 +782,7 @@ Where to save \.dot\-format graphs (when the \fBgraph\fR setting is enabled)\.
776
782
  The group Puppet Server will run as\. Used to ensure the agent side processes (agent, apply, etc) create files and directories readable by Puppet Server when necessary\.
777
783
  .
778
784
  .IP "\(bu" 4
779
- \fIDefault\fR: puppet
785
+ \fIDefault\fR: \fBpuppet\fR
780
786
  .
781
787
  .IP "" 0
782
788
  .
@@ -784,7 +790,7 @@ The group Puppet Server will run as\. Used to ensure the agent side processes (a
784
790
  The hiera configuration file\. Puppet only reads this file on startup, so you must restart the puppet server every time you edit it\.
785
791
  .
786
792
  .IP "\(bu" 4
787
- \fIDefault\fR: $confdir/hiera\.yaml\. However, for backwards compatibility, if a file exists at $codedir/hiera\.yaml, Puppet uses that instead\.
793
+ \fIDefault\fR: \fB$confdir/hiera\.yaml\. However, for backwards compatibility, if a file exists at $codedir/hiera\.yaml, Puppet uses that instead\.\fR
788
794
  .
789
795
  .IP "" 0
790
796
  .
@@ -792,7 +798,7 @@ The hiera configuration file\. Puppet only reads this file on startup, so you mu
792
798
  Where individual hosts store and look for their certificates\.
793
799
  .
794
800
  .IP "\(bu" 4
795
- \fIDefault\fR: $certdir/$certname\.pem
801
+ \fIDefault\fR: \fB$certdir/$certname\.pem\fR
796
802
  .
797
803
  .IP "" 0
798
804
  .
@@ -800,7 +806,7 @@ Where individual hosts store and look for their certificates\.
800
806
  Where the host\'s certificate revocation list can be found\. This is distinct from the certificate authority\'s CRL\.
801
807
  .
802
808
  .IP "\(bu" 4
803
- \fIDefault\fR: $ssldir/crl\.pem
809
+ \fIDefault\fR: \fB$ssldir/crl\.pem\fR
804
810
  .
805
811
  .IP "" 0
806
812
  .
@@ -808,7 +814,7 @@ Where the host\'s certificate revocation list can be found\. This is distinct fr
808
814
  Where individual hosts store their certificate request (CSR) while waiting for the CA to issue their certificate\.
809
815
  .
810
816
  .IP "\(bu" 4
811
- \fIDefault\fR: $requestdir/$certname\.pem
817
+ \fIDefault\fR: \fB$requestdir/$certname\.pem\fR
812
818
  .
813
819
  .IP "" 0
814
820
  .
@@ -816,7 +822,7 @@ Where individual hosts store their certificate request (CSR) while waiting for t
816
822
  Where individual hosts store and look for their private key\.
817
823
  .
818
824
  .IP "\(bu" 4
819
- \fIDefault\fR: $privatekeydir/$certname\.pem
825
+ \fIDefault\fR: \fB$privatekeydir/$certname\.pem\fR
820
826
  .
821
827
  .IP "" 0
822
828
  .
@@ -824,7 +830,7 @@ Where individual hosts store and look for their private key\.
824
830
  Where individual hosts store and look for their public key\.
825
831
  .
826
832
  .IP "\(bu" 4
827
- \fIDefault\fR: $publickeydir/$certname\.pem
833
+ \fIDefault\fR: \fB$publickeydir/$certname\.pem\fR
828
834
  .
829
835
  .IP "" 0
830
836
  .
@@ -832,7 +838,7 @@ Where individual hosts store and look for their public key\.
832
838
  The maximum amount of time to wait when establishing an HTTP connection\. The default value is 2 minutes\. This setting can be a time interval in seconds (30 or 30s), minutes (30m), hours (6h), days (2d), or years (5y)\.
833
839
  .
834
840
  .IP "\(bu" 4
835
- \fIDefault\fR: 2m
841
+ \fIDefault\fR: \fB2m\fR
836
842
  .
837
843
  .IP "" 0
838
844
  .
@@ -840,7 +846,7 @@ The maximum amount of time to wait when establishing an HTTP connection\. The de
840
846
  Whether to write HTTP request and responses to stderr\. This should never be used in a production environment\.
841
847
  .
842
848
  .IP "\(bu" 4
843
- \fIDefault\fR: false
849
+ \fIDefault\fR: \fBfalse\fR
844
850
  .
845
851
  .IP "" 0
846
852
  .
@@ -848,7 +854,7 @@ Whether to write HTTP request and responses to stderr\. This should never be use
848
854
  The list of extra headers that will be sent with http requests to the master\. The header definition consists of a name and a value separated by a colon\.
849
855
  .
850
856
  .IP "\(bu" 4
851
- \fIDefault\fR: []
857
+ \fIDefault\fR: \fB[]\fR
852
858
  .
853
859
  .IP "" 0
854
860
  .
@@ -856,7 +862,7 @@ The list of extra headers that will be sent with http requests to the master\. T
856
862
  The maximum amount of time a persistent HTTP connection can remain idle in the connection pool, before it is closed\. This timeout should be shorter than the keepalive timeout used on the HTTP server, e\.g\. Apache KeepAliveTimeout directive\. This setting can be a time interval in seconds (30 or 30s), minutes (30m), hours (6h), days (2d), or years (5y)\.
857
863
  .
858
864
  .IP "\(bu" 4
859
- \fIDefault\fR: 4s
865
+ \fIDefault\fR: \fB4s\fR
860
866
  .
861
867
  .IP "" 0
862
868
  .
@@ -864,7 +870,7 @@ The maximum amount of time a persistent HTTP connection can remain idle in the c
864
870
  The HTTP proxy host to use for outgoing connections\. The proxy will be bypassed if the server\'s hostname matches the NO_PROXY environment variable or \fBno_proxy\fR setting\. Note: You may need to use a FQDN for the server hostname when using a proxy\. Environment variable http_proxy or HTTP_PROXY will override this value\.
865
871
  .
866
872
  .IP "\(bu" 4
867
- \fIDefault\fR: none
873
+ \fIDefault\fR: \fBnone\fR
868
874
  .
869
875
  .IP "" 0
870
876
  .
@@ -875,7 +881,7 @@ The password for the user of an authenticated HTTP proxy\. Requires the \fBhttp_
875
881
  Note that passwords must be valid when used as part of a URL\. If a password contains any characters with special meanings in URLs (as specified by RFC 3986 section 2\.2), they must be URL\-encoded\. (For example, \fB#\fR would become \fB%23\fR\.)
876
882
  .
877
883
  .IP "\(bu" 4
878
- \fIDefault\fR: none
884
+ \fIDefault\fR: \fBnone\fR
879
885
  .
880
886
  .IP "" 0
881
887
  .
@@ -883,7 +889,7 @@ Note that passwords must be valid when used as part of a URL\. If a password con
883
889
  The HTTP proxy port to use for outgoing connections
884
890
  .
885
891
  .IP "\(bu" 4
886
- \fIDefault\fR: 3128
892
+ \fIDefault\fR: \fB3128\fR
887
893
  .
888
894
  .IP "" 0
889
895
  .
@@ -891,7 +897,7 @@ The HTTP proxy port to use for outgoing connections
891
897
  The user name for an authenticated HTTP proxy\. Requires the \fBhttp_proxy_host\fR setting\.
892
898
  .
893
899
  .IP "\(bu" 4
894
- \fIDefault\fR: none
900
+ \fIDefault\fR: \fBnone\fR
895
901
  .
896
902
  .IP "" 0
897
903
  .
@@ -899,7 +905,7 @@ The user name for an authenticated HTTP proxy\. Requires the \fBhttp_proxy_host\
899
905
  The time to wait for data to be read from an HTTP connection\. If nothing is read after the elapsed interval then the connection will be closed\. The default value is 10 minutes\. This setting can be a time interval in seconds (30 or 30s), minutes (30m), hours (6h), days (2d), or years (5y)\.
900
906
  .
901
907
  .IP "\(bu" 4
902
- \fIDefault\fR: 10m
908
+ \fIDefault\fR: \fB10m\fR
903
909
  .
904
910
  .IP "" 0
905
911
  .
@@ -907,7 +913,7 @@ The time to wait for data to be read from an HTTP connection\. If nothing is rea
907
913
  The HTTP User\-Agent string to send when making network requests\.
908
914
  .
909
915
  .IP "\(bu" 4
910
- \fIDefault\fR: Puppet/7\.6\.0 Ruby/2\.5\.1\-p57 (x86_64\-linux)
916
+ \fIDefault\fR: \fBPuppet/7\.7\.0 Ruby/2\.5\.1\-p57 (x86_64\-linux)\fR
911
917
  .
912
918
  .IP "" 0
913
919
  .
@@ -915,7 +921,7 @@ The HTTP User\-Agent string to send when making network requests\.
915
921
  Whether the puppet run should ignore errors during pluginsync\. If the setting is false and there are errors during pluginsync, then the agent will abort the run and submit a report containing information about the failed run\.
916
922
  .
917
923
  .IP "\(bu" 4
918
- \fIDefault\fR: false
924
+ \fIDefault\fR: \fBfalse\fR
919
925
  .
920
926
  .IP "" 0
921
927
  .
@@ -923,7 +929,7 @@ Whether the puppet run should ignore errors during pluginsync\. If the setting i
923
929
  Skip searching for classes and definitions that were missing during a prior compilation\. The list of missing objects is maintained per\-environment and persists until the environment is cleared or the master is restarted\.
924
930
  .
925
931
  .IP "\(bu" 4
926
- \fIDefault\fR: false
932
+ \fIDefault\fR: \fBfalse\fR
927
933
  .
928
934
  .IP "" 0
929
935
  .
@@ -931,7 +937,7 @@ Skip searching for classes and definitions that were missing during a prior comp
931
937
  Boolean; whether puppet agent should ignore schedules\. This is useful for initial puppet agent runs\.
932
938
  .
933
939
  .IP "\(bu" 4
934
- \fIDefault\fR: false
940
+ \fIDefault\fR: \fBfalse\fR
935
941
  .
936
942
  .IP "" 0
937
943
  .
@@ -939,7 +945,7 @@ Boolean; whether puppet agent should ignore schedules\. This is useful for initi
939
945
  The type of private key\. Valid values are \fBrsa\fR and \fBec\fR\. Default is \fBrsa\fR\.
940
946
  .
941
947
  .IP "\(bu" 4
942
- \fIDefault\fR: rsa
948
+ \fIDefault\fR: \fBrsa\fR
943
949
  .
944
950
  .IP "" 0
945
951
  .
@@ -947,7 +953,7 @@ The type of private key\. Valid values are \fBrsa\fR and \fBec\fR\. Default is \
947
953
  The bit length of keys\.
948
954
  .
949
955
  .IP "\(bu" 4
950
- \fIDefault\fR: 4096
956
+ \fIDefault\fR: \fB4096\fR
951
957
  .
952
958
  .IP "" 0
953
959
  .
@@ -955,7 +961,7 @@ The bit length of keys\.
955
961
  Where puppet agent stores the last run report summary in yaml format\.
956
962
  .
957
963
  .IP "\(bu" 4
958
- \fIDefault\fR: $publicdir/last_run_summary\.yaml
964
+ \fIDefault\fR: \fB$publicdir/last_run_summary\.yaml\fR
959
965
  .
960
966
  .IP "" 0
961
967
  .
@@ -963,7 +969,7 @@ Where puppet agent stores the last run report summary in yaml format\.
963
969
  Where Puppet Agent stores the last run report, by default, in yaml format\. The format of the report can be changed by setting the \fBcache\fR key of the \fBreport\fR terminus in the routes\.yaml \fIhttps://puppet\.com/docs/puppet/latest/config_file_routes\.html\fR file\. To avoid mismatches between content and file extension, this setting needs to be manually updated to reflect the terminus changes\.
964
970
  .
965
971
  .IP "\(bu" 4
966
- \fIDefault\fR: $statedir/last_run_report\.yaml
972
+ \fIDefault\fR: \fB$statedir/last_run_report\.yaml\fR
967
973
  .
968
974
  .IP "" 0
969
975
  .
@@ -971,7 +977,7 @@ Where Puppet Agent stores the last run report, by default, in yaml format\. The
971
977
  The LDAP attributes to include when querying LDAP for nodes\. All returned attributes are set as variables in the top\-level scope\. Multiple values should be comma\-separated\. The value \'all\' returns all attributes\.
972
978
  .
973
979
  .IP "\(bu" 4
974
- \fIDefault\fR: all
980
+ \fIDefault\fR: \fBall\fR
975
981
  .
976
982
  .IP "" 0
977
983
  .
@@ -982,7 +988,7 @@ The search base for LDAP searches\. It\'s impossible to provide a meaningful def
982
988
  The LDAP attributes to use to define Puppet classes\. Values should be comma\-separated\.
983
989
  .
984
990
  .IP "\(bu" 4
985
- \fIDefault\fR: puppetclass
991
+ \fIDefault\fR: \fBpuppetclass\fR
986
992
  .
987
993
  .IP "" 0
988
994
  .
@@ -990,7 +996,7 @@ The LDAP attributes to use to define Puppet classes\. Values should be comma\-se
990
996
  The attribute to use to define the parent node\.
991
997
  .
992
998
  .IP "\(bu" 4
993
- \fIDefault\fR: parentnode
999
+ \fIDefault\fR: \fBparentnode\fR
994
1000
  .
995
1001
  .IP "" 0
996
1002
  .
@@ -1001,7 +1007,7 @@ The password to use to connect to LDAP\.
1001
1007
  The LDAP port\.
1002
1008
  .
1003
1009
  .IP "\(bu" 4
1004
- \fIDefault\fR: 389
1010
+ \fIDefault\fR: \fB389\fR
1005
1011
  .
1006
1012
  .IP "" 0
1007
1013
  .
@@ -1009,7 +1015,7 @@ The LDAP port\.
1009
1015
  The LDAP server\.
1010
1016
  .
1011
1017
  .IP "\(bu" 4
1012
- \fIDefault\fR: ldap
1018
+ \fIDefault\fR: \fBldap\fR
1013
1019
  .
1014
1020
  .IP "" 0
1015
1021
  .
@@ -1017,7 +1023,7 @@ The LDAP server\.
1017
1023
  Whether SSL should be used when searching for nodes\. Defaults to false because SSL usually requires certificates to be set up on the client side\.
1018
1024
  .
1019
1025
  .IP "\(bu" 4
1020
- \fIDefault\fR: false
1026
+ \fIDefault\fR: \fBfalse\fR
1021
1027
  .
1022
1028
  .IP "" 0
1023
1029
  .
@@ -1025,7 +1031,7 @@ Whether SSL should be used when searching for nodes\. Defaults to false because
1025
1031
  The LDAP attributes that should be stacked to arrays by adding the values in all hierarchy elements of the tree\. Values should be comma\-separated\.
1026
1032
  .
1027
1033
  .IP "\(bu" 4
1028
- \fIDefault\fR: puppetvar
1034
+ \fIDefault\fR: \fBpuppetvar\fR
1029
1035
  .
1030
1036
  .IP "" 0
1031
1037
  .
@@ -1033,7 +1039,7 @@ The LDAP attributes that should be stacked to arrays by adding the values in all
1033
1039
  The search string used to find an LDAP node\.
1034
1040
  .
1035
1041
  .IP "\(bu" 4
1036
- \fIDefault\fR: (&(objectclass=puppetClient)(cn=%s))
1042
+ \fIDefault\fR: \fB(&(objectclass=puppetClient)(cn=%s))\fR
1037
1043
  .
1038
1044
  .IP "" 0
1039
1045
  .
@@ -1041,7 +1047,7 @@ The search string used to find an LDAP node\.
1041
1047
  Whether TLS should be used when searching for nodes\. Defaults to false because TLS usually requires certificates to be set up on the client side\.
1042
1048
  .
1043
1049
  .IP "\(bu" 4
1044
- \fIDefault\fR: false
1050
+ \fIDefault\fR: \fBfalse\fR
1045
1051
  .
1046
1052
  .IP "" 0
1047
1053
  .
@@ -1052,7 +1058,7 @@ The user to use to connect to LDAP\. Must be specified as a full DN\.
1052
1058
  An extra search path for Puppet\. This is only useful for those files that Puppet will load on demand, and is only guaranteed to work for those cases\. In fact, the autoload mechanism is responsible for making sure this directory is in Ruby\'s search path
1053
1059
  .
1054
1060
  .IP "\(bu" 4
1055
- \fIDefault\fR: $vardir/lib
1061
+ \fIDefault\fR: \fB$vardir/lib\fR
1056
1062
  .
1057
1063
  .IP "" 0
1058
1064
  .
@@ -1060,7 +1066,7 @@ An extra search path for Puppet\. This is only useful for those files that Puppe
1060
1066
  Where each client stores the CA certificate\.
1061
1067
  .
1062
1068
  .IP "\(bu" 4
1063
- \fIDefault\fR: $certdir/ca\.pem
1069
+ \fIDefault\fR: \fB$certdir/ca\.pem\fR
1064
1070
  .
1065
1071
  .IP "" 0
1066
1072
  .
@@ -1068,7 +1074,7 @@ Where each client stores the CA certificate\.
1068
1074
  Where Puppet should store translation files that it pulls down from the central server\.
1069
1075
  .
1070
1076
  .IP "\(bu" 4
1071
- \fIDefault\fR: $vardir/locales
1077
+ \fIDefault\fR: \fB$vardir/locales\fR
1072
1078
  .
1073
1079
  .IP "" 0
1074
1080
  .
@@ -1076,7 +1082,7 @@ Where Puppet should store translation files that it pulls down from the central
1076
1082
  From where to retrieve translation files\. The standard Puppet \fBfile\fR type is used for retrieval, so anything that is a valid file source can be used here\.
1077
1083
  .
1078
1084
  .IP "\(bu" 4
1079
- \fIDefault\fR: puppet:///locales
1085
+ \fIDefault\fR: \fBpuppet:///locales\fR
1080
1086
  .
1081
1087
  .IP "" 0
1082
1088
  .
@@ -1108,22 +1114,23 @@ emerg
1108
1114
  crit
1109
1115
  .
1110
1116
  .IP "\(bu" 4
1111
- \fIDefault\fR: notice
1117
+ \fIDefault\fR: \fBnotice\fR
1112
1118
  .
1113
1119
  .IP "" 0
1114
1120
  .
1115
1121
  .SS "logdest"
1116
1122
  Where to send log messages\. Choose between \'syslog\' (the POSIX syslog service), \'eventlog\' (the Windows Event Log), \'console\', or the path to a log file\. Multiple destinations can be set using a comma separated list (eg: \fB/path/file1,console,/path/file2\fR)
1117
1123
  .
1118
- .TP
1119
- \fIDefault\fR:
1120
-
1124
+ .IP "\(bu" 4
1125
+ \fIDefault\fR: ``
1126
+ .
1127
+ .IP "" 0
1121
1128
  .
1122
1129
  .SS "logdir"
1123
1130
  The directory in which to store log files
1124
1131
  .
1125
1132
  .IP "\(bu" 4
1126
- \fIDefault\fR: Unix/Linux: /var/log/puppetlabs/puppet \-\- Windows: C:\eProgramData\ePuppetLabs\epuppet\evar\elog \-\- Non\-root user: ~/\.puppetlabs/var/log
1133
+ \fIDefault\fR: \fBUnix/Linux: /var/log/puppetlabs/puppet \-\- Windows: C:\eProgramData\ePuppetLabs\epuppet\evar\elog \-\- Non\-root user: ~/\.puppetlabs/var/log\fR
1127
1134
  .
1128
1135
  .IP "" 0
1129
1136
  .
@@ -1131,7 +1138,7 @@ The directory in which to store log files
1131
1138
  Whether Puppet should manage the owner, group, and mode of files it uses internally\. \fBNote\fR: For Windows agents, the default is \fBfalse\fR for versions 4\.10\.13 and greater, versions 5\.5\.6 and greater, and versions 6\.0 and greater\.
1132
1139
  .
1133
1140
  .IP "\(bu" 4
1134
- \fIDefault\fR: true
1141
+ \fIDefault\fR: \fBtrue\fR
1135
1142
  .
1136
1143
  .IP "" 0
1137
1144
  .
@@ -1141,15 +1148,16 @@ The entry\-point manifest for puppet master\. This can be one file or a director
1141
1148
  .P
1142
1149
  Setting a global value for \fBmanifest\fR in puppet\.conf is not allowed (but it can be overridden from the commandline)\. Please use directory environments instead\. If you need to use something other than the environment\'s \fBmanifests\fR directory as the main manifest, you can set \fBmanifest\fR in environment\.conf\. For more info, see \fIhttps://puppet\.com/docs/puppet/latest/environments_about\.html\fR
1143
1150
  .
1144
- .TP
1145
- \fIDefault\fR:
1146
-
1151
+ .IP "\(bu" 4
1152
+ \fIDefault\fR: ``
1153
+ .
1154
+ .IP "" 0
1147
1155
  .
1148
1156
  .SS "masterport"
1149
1157
  The default port puppet subcommands use to communicate with Puppet Server\. (eg \fBpuppet facts upload\fR, \fBpuppet agent\fR)\. May be overridden by more specific settings (see \fBca_port\fR, \fBreport_port\fR)\.
1150
1158
  .
1151
1159
  .IP "\(bu" 4
1152
- \fIDefault\fR: 8140
1160
+ \fIDefault\fR: \fB8140\fR
1153
1161
  .
1154
1162
  .IP "" 0
1155
1163
  .
@@ -1157,7 +1165,7 @@ The default port puppet subcommands use to communicate with Puppet Server\. (eg
1157
1165
  Sets the max number of logged/displayed parser validation deprecation warnings in case multiple deprecation warnings have been detected\. A value of 0 blocks the logging of deprecation warnings\. The count is per manifest\.
1158
1166
  .
1159
1167
  .IP "\(bu" 4
1160
- \fIDefault\fR: 10
1168
+ \fIDefault\fR: \fB10\fR
1161
1169
  .
1162
1170
  .IP "" 0
1163
1171
  .
@@ -1165,7 +1173,7 @@ Sets the max number of logged/displayed parser validation deprecation warnings i
1165
1173
  Sets the max number of logged/displayed parser validation errors in case multiple errors have been detected\. A value of 0 is the same as a value of 1; a minimum of one error is always raised\. The count is per manifest\.
1166
1174
  .
1167
1175
  .IP "\(bu" 4
1168
- \fIDefault\fR: 10
1176
+ \fIDefault\fR: \fB10\fR
1169
1177
  .
1170
1178
  .IP "" 0
1171
1179
  .
@@ -1173,7 +1181,7 @@ Sets the max number of logged/displayed parser validation errors in case multipl
1173
1181
  Sets the max number of logged/displayed parser validation warnings in case multiple warnings have been detected\. A value of 0 blocks logging of warnings\. The count is per manifest\.
1174
1182
  .
1175
1183
  .IP "\(bu" 4
1176
- \fIDefault\fR: 10
1184
+ \fIDefault\fR: \fB10\fR
1177
1185
  .
1178
1186
  .IP "" 0
1179
1187
  .
@@ -1181,7 +1189,7 @@ Sets the max number of logged/displayed parser validation warnings in case multi
1181
1189
  The maximum allowed UID\. Some platforms use negative UIDs but then ship with tools that do not know how to handle signed ints, so the UIDs show up as huge numbers that can then not be fed back into the system\. This is a hackish way to fail in a slightly more useful way when that happens\.
1182
1190
  .
1183
1191
  .IP "\(bu" 4
1184
- \fIDefault\fR: 4294967290
1192
+ \fIDefault\fR: \fB4294967290\fR
1185
1193
  .
1186
1194
  .IP "" 0
1187
1195
  .
@@ -1189,7 +1197,7 @@ The maximum allowed UID\. Some platforms use negative UIDs but then ship with to
1189
1197
  The maximum amount of time the Puppet agent should wait for its certificate request to be signed\. A value of \fBunlimited\fR will cause puppet agent to ask for a signed certificate indefinitely\. This setting can be a time interval in seconds (30 or 30s), minutes (30m), hours (6h), days (2d), or years (5y)\.
1190
1198
  .
1191
1199
  .IP "\(bu" 4
1192
- \fIDefault\fR: unlimited
1200
+ \fIDefault\fR: \fBunlimited\fR
1193
1201
  .
1194
1202
  .IP "" 0
1195
1203
  .
@@ -1197,7 +1205,7 @@ The maximum amount of time the Puppet agent should wait for its certificate requ
1197
1205
  The maximum amount of time the puppet agent should wait for an already running puppet agent to finish before starting a new one\. This is set by default to 1 minute\. A value of \fBunlimited\fR will cause puppet agent to wait indefinitely\. This setting can be a time interval in seconds (30 or 30s), minutes (30m), hours (6h), days (2d), or years (5y)\.
1198
1206
  .
1199
1207
  .IP "\(bu" 4
1200
- \fIDefault\fR: 1m
1208
+ \fIDefault\fR: \fB1m\fR
1201
1209
  .
1202
1210
  .IP "" 0
1203
1211
  .
@@ -1211,7 +1219,7 @@ When a class has a failed dependency, every resource in the class generates a no
1211
1219
  If true, all messages caused by a class dependency failure are merged into one message associated with the class\.
1212
1220
  .
1213
1221
  .IP "\(bu" 4
1214
- \fIDefault\fR: false
1222
+ \fIDefault\fR: \fBfalse\fR
1215
1223
  .
1216
1224
  .IP "" 0
1217
1225
  .
@@ -1219,22 +1227,23 @@ If true, all messages caused by a class dependency failure are merged into one m
1219
1227
  Whether to create the necessary user and group that puppet agent will run as\.
1220
1228
  .
1221
1229
  .IP "\(bu" 4
1222
- \fIDefault\fR: false
1230
+ \fIDefault\fR: \fBfalse\fR
1223
1231
  .
1224
1232
  .IP "" 0
1225
1233
  .
1226
1234
  .SS "module_groups"
1227
1235
  Extra module groups to request from the Puppet Forge\. This is an internal setting, and users should never change it\.
1228
1236
  .
1229
- .TP
1230
- \fIDefault\fR:
1231
-
1237
+ .IP "\(bu" 4
1238
+ \fIDefault\fR: ``
1239
+ .
1240
+ .IP "" 0
1232
1241
  .
1233
1242
  .SS "module_repository"
1234
1243
  The module repository
1235
1244
  .
1236
1245
  .IP "\(bu" 4
1237
- \fIDefault\fR: https://forgeapi\.puppet\.com
1246
+ \fIDefault\fR: \fBhttps://forgeapi\.puppet\.com\fR
1238
1247
  .
1239
1248
  .IP "" 0
1240
1249
  .
@@ -1242,7 +1251,7 @@ The module repository
1242
1251
  The directory into which module tool data is stored
1243
1252
  .
1244
1253
  .IP "\(bu" 4
1245
- \fIDefault\fR: $vardir/puppet\-module
1254
+ \fIDefault\fR: \fB$vardir/puppet\-module\fR
1246
1255
  .
1247
1256
  .IP "" 0
1248
1257
  .
@@ -1255,15 +1264,16 @@ Setting a global value for \fBmodulepath\fR in puppet\.conf is not allowed (but
1255
1264
  .SS "name"
1256
1265
  The name of the application, if we are running as one\. The default is essentially $0 without the path or \fB\.rb\fR\.
1257
1266
  .
1258
- .TP
1259
- \fIDefault\fR:
1260
-
1267
+ .IP "\(bu" 4
1268
+ \fIDefault\fR: ``
1269
+ .
1270
+ .IP "" 0
1261
1271
  .
1262
1272
  .SS "named_curve"
1263
1273
  The short name for the EC curve used to generate the EC private key\. Valid values must be one of the curves in \fBOpenSSL::PKey::EC\.builtin_curves\fR\. Default is \fBprime256v1\fR\.
1264
1274
  .
1265
1275
  .IP "\(bu" 4
1266
- \fIDefault\fR: prime256v1
1276
+ \fIDefault\fR: \fBprime256v1\fR
1267
1277
  .
1268
1278
  .IP "" 0
1269
1279
  .
@@ -1271,16 +1281,17 @@ The short name for the EC curve used to generate the EC private key\. Valid valu
1271
1281
  List of host or domain names that should not go through \fBhttp_proxy_host\fR\. Environment variable no_proxy or NO_PROXY will override this value\. Names can be specified as an FQDN \fBhost\.example\.com\fR, wildcard \fB*\.example\.com\fR, dotted domain \fB\.example\.com\fR, or suffix \fBexample\.com\fR\.
1272
1282
  .
1273
1283
  .IP "\(bu" 4
1274
- \fIDefault\fR: localhost, 127\.0\.0\.1
1284
+ \fIDefault\fR: \fBlocalhost, 127\.0\.0\.1\fR
1275
1285
  .
1276
1286
  .IP "" 0
1277
1287
  .
1278
1288
  .SS "node_cache_terminus"
1279
1289
  How to store cached nodes\. Valid values are (none), \'json\', \'msgpack\', or \'yaml\'\.
1280
1290
  .
1281
- .TP
1282
- \fIDefault\fR:
1283
-
1291
+ .IP "\(bu" 4
1292
+ \fIDefault\fR: ``
1293
+ .
1294
+ .IP "" 0
1284
1295
  .
1285
1296
  .SS "node_name_fact"
1286
1297
  The fact name used to determine the node name used for all requests the agent makes to the master\. WARNING: This setting is mutually exclusive with node_name_value\. Changing this setting also requires changes to Puppet Server\'s default auth\.conf \fIhttps://puppet\.com/docs/puppetserver/latest/config_file_auth\.html\fR\.
@@ -1289,7 +1300,7 @@ The fact name used to determine the node name used for all requests the agent ma
1289
1300
  The explicit value used for the node name for all requests the agent makes to the master\. WARNING: This setting is mutually exclusive with node_name_fact\. Changing this setting also requires changes to Puppet Server\'s default auth\.conf \fIhttps://puppet\.com/docs/puppetserver/latest/config_file_auth\.html\fR\.
1290
1301
  .
1291
1302
  .IP "\(bu" 4
1292
- \fIDefault\fR: $certname
1303
+ \fIDefault\fR: \fB$certname\fR
1293
1304
  .
1294
1305
  .IP "" 0
1295
1306
  .
@@ -1323,7 +1334,7 @@ The three main node data plugins are:
1323
1334
  \fBclassifier\fR (formerly \fBconsole\fR) \-\-\- Specific to Puppet Enterprise\. Uses the PE console for node data\."
1324
1335
  .
1325
1336
  .IP "\(bu" 4
1326
- \fIDefault\fR: plain
1337
+ \fIDefault\fR: \fBplain\fR
1327
1338
  .
1328
1339
  .IP "" 0
1329
1340
  .
@@ -1337,7 +1348,7 @@ When running in noop mode, Puppet will check whether each resource is in sync, l
1337
1348
  \fBImportant note:\fR The \fBnoop\fR metaparameter \fIhttps://puppet\.com/docs/puppet/latest/metaparameter\.html#noop\fR allows you to apply individual resources in noop mode, and will override the global value of the \fBnoop\fR setting\. This means a resource with \fBnoop => false\fR \fIwill\fR be changed if necessary, even when running puppet agent with \fBnoop = true\fR or \fB\-\-noop\fR\. (Conversely, a resource with \fBnoop => true\fR will only be simulated, even when noop mode is globally disabled\.)
1338
1349
  .
1339
1350
  .IP "\(bu" 4
1340
- \fIDefault\fR: false
1351
+ \fIDefault\fR: \fBfalse\fR
1341
1352
  .
1342
1353
  .IP "" 0
1343
1354
  .
@@ -1345,7 +1356,7 @@ When running in noop mode, Puppet will check whether each resource is in sync, l
1345
1356
  Perform one configuration run and exit, rather than spawning a long\-running daemon\. This is useful for interactively running puppet agent, or running puppet agent from cron\.
1346
1357
  .
1347
1358
  .IP "\(bu" 4
1348
- \fIDefault\fR: false
1359
+ \fIDefault\fR: \fBfalse\fR
1349
1360
  .
1350
1361
  .IP "" 0
1351
1362
  .
@@ -1353,7 +1364,7 @@ Perform one configuration run and exit, rather than spawning a long\-running dae
1353
1364
  Where puppet agent stores the password for its private key\. Generally unused\.
1354
1365
  .
1355
1366
  .IP "\(bu" 4
1356
- \fIDefault\fR: $privatedir/password
1367
+ \fIDefault\fR: \fB$privatedir/password\fR
1357
1368
  .
1358
1369
  .IP "" 0
1359
1370
  .
@@ -1364,7 +1375,7 @@ The shell search path\. Defaults to whatever is inherited from the parent proces
1364
1375
  This setting can only be set in the \fB[main]\fR section of puppet\.conf; it cannot be set in \fB[server]\fR, \fB[agent]\fR, or an environment config section\.
1365
1376
  .
1366
1377
  .IP "\(bu" 4
1367
- \fIDefault\fR: none
1378
+ \fIDefault\fR: \fBnone\fR
1368
1379
  .
1369
1380
  .IP "" 0
1370
1381
  .
@@ -1372,7 +1383,7 @@ This setting can only be set in the \fB[main]\fR section of puppet\.conf; it can
1372
1383
  The file containing the PID of a running process\. This file is intended to be used by service management frameworks and monitoring systems to determine if a puppet process is still in the process table\.
1373
1384
  .
1374
1385
  .IP "\(bu" 4
1375
- \fIDefault\fR: $rundir/${run_mode}\.pid
1386
+ \fIDefault\fR: \fB$rundir/${run_mode}\.pid\fR
1376
1387
  .
1377
1388
  .IP "" 0
1378
1389
  .
@@ -1380,7 +1391,7 @@ The file containing the PID of a running process\. This file is intended to be u
1380
1391
  Where Puppet should store plugins that it pulls down from the central server\.
1381
1392
  .
1382
1393
  .IP "\(bu" 4
1383
- \fIDefault\fR: $libdir
1394
+ \fIDefault\fR: \fB$libdir\fR
1384
1395
  .
1385
1396
  .IP "" 0
1386
1397
  .
@@ -1388,7 +1399,7 @@ Where Puppet should store plugins that it pulls down from the central server\.
1388
1399
  Where Puppet should store external facts that are being handled by pluginsync
1389
1400
  .
1390
1401
  .IP "\(bu" 4
1391
- \fIDefault\fR: $vardir/facts\.d
1402
+ \fIDefault\fR: \fB$vardir/facts\.d\fR
1392
1403
  .
1393
1404
  .IP "" 0
1394
1405
  .
@@ -1396,7 +1407,7 @@ Where Puppet should store external facts that are being handled by pluginsync
1396
1407
  Where to retrieve external facts for pluginsync
1397
1408
  .
1398
1409
  .IP "\(bu" 4
1399
- \fIDefault\fR: puppet:///pluginfacts
1410
+ \fIDefault\fR: \fBpuppet:///pluginfacts\fR
1400
1411
  .
1401
1412
  .IP "" 0
1402
1413
  .
@@ -1404,7 +1415,7 @@ Where to retrieve external facts for pluginsync
1404
1415
  What files to ignore when pulling down plugins\.
1405
1416
  .
1406
1417
  .IP "\(bu" 4
1407
- \fIDefault\fR: \.svn CVS \.git \.hg
1418
+ \fIDefault\fR: \fB\.svn CVS \.git \.hg\fR
1408
1419
  .
1409
1420
  .IP "" 0
1410
1421
  .
@@ -1412,7 +1423,7 @@ What files to ignore when pulling down plugins\.
1412
1423
  From where to retrieve plugins\. The standard Puppet \fBfile\fR type is used for retrieval, so anything that is a valid file source can be used here\.
1413
1424
  .
1414
1425
  .IP "\(bu" 4
1415
- \fIDefault\fR: puppet:///plugins
1426
+ \fIDefault\fR: \fBpuppet:///plugins\fR
1416
1427
  .
1417
1428
  .IP "" 0
1418
1429
  .
@@ -1420,7 +1431,7 @@ From where to retrieve plugins\. The standard Puppet \fBfile\fR type is used for
1420
1431
  Whether plugins should be synced with the central server\. This setting is deprecated\.
1421
1432
  .
1422
1433
  .IP "\(bu" 4
1423
- \fIDefault\fR: true
1434
+ \fIDefault\fR: \fBtrue\fR
1424
1435
  .
1425
1436
  .IP "" 0
1426
1437
  .
@@ -1431,7 +1442,7 @@ A command to run after every agent run\. If this command returns a non\-zero ret
1431
1442
  The preferred means of serializing ruby instances for passing over the wire\. This won\'t guarantee that all instances will be serialized using this method, since not all classes can be guaranteed to support this format, but it will be used for all classes that support it\.
1432
1443
  .
1433
1444
  .IP "\(bu" 4
1434
- \fIDefault\fR: json
1445
+ \fIDefault\fR: \fBjson\fR
1435
1446
  .
1436
1447
  .IP "" 0
1437
1448
  .
@@ -1442,22 +1453,23 @@ A command to run before every agent run\. If this command returns a non\-zero re
1442
1453
  The directory where catalog previews per node are generated\.
1443
1454
  .
1444
1455
  .IP "\(bu" 4
1445
- \fIDefault\fR: $vardir/preview
1456
+ \fIDefault\fR: \fB$vardir/preview\fR
1446
1457
  .
1447
1458
  .IP "" 0
1448
1459
  .
1449
1460
  .SS "priority"
1450
1461
  The scheduling priority of the process\. Valid values are \'high\', \'normal\', \'low\', or \'idle\', which are mapped to platform\-specific values\. The priority can also be specified as an integer value and will be passed as is, e\.g\. \-5\. Puppet must be running as a privileged user in order to increase scheduling priority\.
1451
1462
  .
1452
- .TP
1453
- \fIDefault\fR:
1454
-
1463
+ .IP "\(bu" 4
1464
+ \fIDefault\fR: ``
1465
+ .
1466
+ .IP "" 0
1455
1467
  .
1456
1468
  .SS "privatedir"
1457
1469
  Where the client stores private certificate information\.
1458
1470
  .
1459
1471
  .IP "\(bu" 4
1460
- \fIDefault\fR: $ssldir/private
1472
+ \fIDefault\fR: \fB$ssldir/private\fR
1461
1473
  .
1462
1474
  .IP "" 0
1463
1475
  .
@@ -1465,7 +1477,7 @@ Where the client stores private certificate information\.
1465
1477
  The private key directory\.
1466
1478
  .
1467
1479
  .IP "\(bu" 4
1468
- \fIDefault\fR: $ssldir/private_keys
1480
+ \fIDefault\fR: \fB$ssldir/private_keys\fR
1469
1481
  .
1470
1482
  .IP "" 0
1471
1483
  .
@@ -1473,7 +1485,7 @@ The private key directory\.
1473
1485
  Whether to enable experimental performance profiling
1474
1486
  .
1475
1487
  .IP "\(bu" 4
1476
- \fIDefault\fR: false
1488
+ \fIDefault\fR: \fBfalse\fR
1477
1489
  .
1478
1490
  .IP "" 0
1479
1491
  .
@@ -1481,7 +1493,7 @@ Whether to enable experimental performance profiling
1481
1493
  Where Puppet stores public files\.
1482
1494
  .
1483
1495
  .IP "\(bu" 4
1484
- \fIDefault\fR: Unix/Linux: /opt/puppetlabs/puppet/public \-\- Windows: C:\eProgramData\ePuppetLabs\epuppet\epublic \-\- Non\-root user: ~/\.puppetlabs/opt/puppet/public
1496
+ \fIDefault\fR: \fBUnix/Linux: /opt/puppetlabs/puppet/public \-\- Windows: C:\eProgramData\ePuppetLabs\epuppet\epublic \-\- Non\-root user: ~/\.puppetlabs/opt/puppet/public\fR
1485
1497
  .
1486
1498
  .IP "" 0
1487
1499
  .
@@ -1489,7 +1501,7 @@ Where Puppet stores public files\.
1489
1501
  The public key directory\.
1490
1502
  .
1491
1503
  .IP "\(bu" 4
1492
- \fIDefault\fR: $ssldir/public_keys
1504
+ \fIDefault\fR: \fB$ssldir/public_keys\fR
1493
1505
  .
1494
1506
  .IP "" 0
1495
1507
  .
@@ -1497,7 +1509,7 @@ The public key directory\.
1497
1509
  Whether to print the Puppet stack trace on some errors\. This is a noop if \fBtrace\fR is also set\.
1498
1510
  .
1499
1511
  .IP "\(bu" 4
1500
- \fIDefault\fR: false
1512
+ \fIDefault\fR: \fBfalse\fR
1501
1513
  .
1502
1514
  .IP "" 0
1503
1515
  .
@@ -1511,7 +1523,7 @@ Despite the name, both puppet agent and puppet master will use this file as the
1511
1523
  For control over logging destinations, see the \fB\-\-logdest\fR command line option in the manual pages for puppet master, puppet agent, and puppet apply\. You can see man pages by running \fBpuppet <SUBCOMMAND> \-\-help\fR, or read them online at https://puppet\.com/docs/puppet/latest/man/\.
1512
1524
  .
1513
1525
  .IP "\(bu" 4
1514
- \fIDefault\fR: $logdir/puppetd\.log
1526
+ \fIDefault\fR: \fB$logdir/puppetd\.log\fR
1515
1527
  .
1516
1528
  .IP "" 0
1517
1529
  .
@@ -1519,7 +1531,7 @@ For control over logging destinations, see the \fB\-\-logdest\fR command line op
1519
1531
  Whether to send reports after every transaction\.
1520
1532
  .
1521
1533
  .IP "\(bu" 4
1522
- \fIDefault\fR: true
1534
+ \fIDefault\fR: \fBtrue\fR
1523
1535
  .
1524
1536
  .IP "" 0
1525
1537
  .
@@ -1527,7 +1539,7 @@ Whether to send reports after every transaction\.
1527
1539
  Whether the \'http\' report processor should include the system certificate store when submitting reports to HTTPS URLs\. If false, then the \'http\' processor will only trust HTTPS report servers whose certificates are issued by the puppet CA or one of its intermediate CAs\. If true, the processor will additionally trust CA certificates in the system\'s certificate store\.
1528
1540
  .
1529
1541
  .IP "\(bu" 4
1530
- \fIDefault\fR: false
1542
+ \fIDefault\fR: \fBfalse\fR
1531
1543
  .
1532
1544
  .IP "" 0
1533
1545
  .
@@ -1535,7 +1547,7 @@ Whether the \'http\' report processor should include the system certificate stor
1535
1547
  The port to communicate with the report_server\.
1536
1548
  .
1537
1549
  .IP "\(bu" 4
1538
- \fIDefault\fR: $serverport
1550
+ \fIDefault\fR: \fB$serverport\fR
1539
1551
  .
1540
1552
  .IP "" 0
1541
1553
  .
@@ -1543,7 +1555,7 @@ The port to communicate with the report_server\.
1543
1555
  The server to send transaction reports to\.
1544
1556
  .
1545
1557
  .IP "\(bu" 4
1546
- \fIDefault\fR: $server
1558
+ \fIDefault\fR: \fB$server\fR
1547
1559
  .
1548
1560
  .IP "" 0
1549
1561
  .
@@ -1551,7 +1563,7 @@ The server to send transaction reports to\.
1551
1563
  The directory in which to store reports\. Each node gets a separate subdirectory in this directory\. This setting is only used when the \fBstore\fR report processor is enabled (see the \fBreports\fR setting)\.
1552
1564
  .
1553
1565
  .IP "\(bu" 4
1554
- \fIDefault\fR: $vardir/reports
1566
+ \fIDefault\fR: \fB$vardir/reports\fR
1555
1567
  .
1556
1568
  .IP "" 0
1557
1569
  .
@@ -1565,7 +1577,7 @@ This setting is relevant to puppet master and puppet apply\. The puppet master w
1565
1577
  See the report reference for information on the built\-in report handlers; custom report handlers can also be loaded from modules\. (Report handlers are loaded from the lib directory, at \fBpuppet/reports/NAME\.rb\fR\.)
1566
1578
  .
1567
1579
  .IP "\(bu" 4
1568
- \fIDefault\fR: store
1580
+ \fIDefault\fR: \fBstore\fR
1569
1581
  .
1570
1582
  .IP "" 0
1571
1583
  .
@@ -1573,7 +1585,7 @@ See the report reference for information on the built\-in report handlers; custo
1573
1585
  The URL that reports should be forwarded to\. This setting is only used when the \fBhttp\fR report processor is enabled (see the \fBreports\fR setting)\.
1574
1586
  .
1575
1587
  .IP "\(bu" 4
1576
- \fIDefault\fR: http://localhost:3000/reports/upload
1588
+ \fIDefault\fR: \fBhttp://localhost:3000/reports/upload\fR
1577
1589
  .
1578
1590
  .IP "" 0
1579
1591
  .
@@ -1581,7 +1593,7 @@ The URL that reports should be forwarded to\. This setting is only used when the
1581
1593
  Where host certificate requests are stored\.
1582
1594
  .
1583
1595
  .IP "\(bu" 4
1584
- \fIDefault\fR: $ssldir/certificate_requests
1596
+ \fIDefault\fR: \fB$ssldir/certificate_requests\fR
1585
1597
  .
1586
1598
  .IP "" 0
1587
1599
  .
@@ -1589,7 +1601,7 @@ Where host certificate requests are stored\.
1589
1601
  The file in which puppet agent stores a list of the resources associated with the retrieved configuration\.
1590
1602
  .
1591
1603
  .IP "\(bu" 4
1592
- \fIDefault\fR: $statedir/resources\.txt
1604
+ \fIDefault\fR: \fB$statedir/resources\.txt\fR
1593
1605
  .
1594
1606
  .IP "" 0
1595
1607
  .
@@ -1597,7 +1609,7 @@ The file in which puppet agent stores a list of the resources associated with th
1597
1609
  Whether to send updated facts after every transaction\. By default puppet only submits facts at the beginning of the transaction before applying a catalog\. Since puppet can modify the state of the system, the value of the facts may change after puppet finishes\. Therefore, any facts stored in puppetdb may not be consistent until the agent next runs, typically in 30 minutes\. If this feature is enabled, puppet will resubmit facts after applying its catalog, ensuring facts for the node stored in puppetdb are current\. However, this will double the fact submission load on puppetdb, so it is disabled by default\.
1598
1610
  .
1599
1611
  .IP "\(bu" 4
1600
- \fIDefault\fR: false
1612
+ \fIDefault\fR: \fBfalse\fR
1601
1613
  .
1602
1614
  .IP "" 0
1603
1615
  .
@@ -1605,7 +1617,7 @@ Whether to send updated facts after every transaction\. By default puppet only s
1605
1617
  Enables having extended data in the catalog by storing them as a hash with the special key \fB__ptype\fR\. When enabled, resource containing values of the data types \fBBinary\fR, \fBRegexp\fR, \fBSemVer\fR, \fBSemVerRange\fR, \fBTimespan\fR and \fBTimestamp\fR, as well as instances of types derived from \fBObject\fR retain their data type\.
1606
1618
  .
1607
1619
  .IP "\(bu" 4
1608
- \fIDefault\fR: true
1620
+ \fIDefault\fR: \fBtrue\fR
1609
1621
  .
1610
1622
  .IP "" 0
1611
1623
  .
@@ -1613,7 +1625,7 @@ Enables having extended data in the catalog by storing them as a hash with the s
1613
1625
  The YAML file containing indirector route configuration\.
1614
1626
  .
1615
1627
  .IP "\(bu" 4
1616
- \fIDefault\fR: $confdir/routes\.yaml
1628
+ \fIDefault\fR: \fB$confdir/routes\.yaml\fR
1617
1629
  .
1618
1630
  .IP "" 0
1619
1631
  .
@@ -1621,7 +1633,7 @@ The YAML file containing indirector route configuration\.
1621
1633
  Where Puppet PID files are kept\.
1622
1634
  .
1623
1635
  .IP "\(bu" 4
1624
- \fIDefault\fR: Unix/Linux: /var/run/puppetlabs \-\- Windows: C:\eProgramData\ePuppetLabs\epuppet\evar\erun \-\- Non\-root user: ~/\.puppetlabs/var/run
1636
+ \fIDefault\fR: \fBUnix/Linux: /var/run/puppetlabs \-\- Windows: C:\eProgramData\ePuppetLabs\epuppet\evar\erun \-\- Non\-root user: ~/\.puppetlabs/var/run\fR
1625
1637
  .
1626
1638
  .IP "" 0
1627
1639
  .
@@ -1629,7 +1641,7 @@ Where Puppet PID files are kept\.
1629
1641
  How often puppet agent applies the catalog\. Note that a runinterval of 0 means "run continuously" rather than "never run\." This setting can be a time interval in seconds (30 or 30s), minutes (30m), hours (6h), days (2d), or years (5y)\.
1630
1642
  .
1631
1643
  .IP "\(bu" 4
1632
- \fIDefault\fR: 30m
1644
+ \fIDefault\fR: \fB30m\fR
1633
1645
  .
1634
1646
  .IP "" 0
1635
1647
  .
@@ -1637,7 +1649,7 @@ How often puppet agent applies the catalog\. Note that a runinterval of 0 means
1637
1649
  The maximum amount of time an agent run is allowed to take\. A Puppet agent run that exceeds this timeout will be aborted\. A value of 0 disables the timeout\. Defaults to 1 hour\. This setting can be a time interval in seconds (30 or 30s), minutes (30m), hours (6h), days (2d), or years (5y)\.
1638
1650
  .
1639
1651
  .IP "\(bu" 4
1640
- \fIDefault\fR: 1h
1652
+ \fIDefault\fR: \fB1h\fR
1641
1653
  .
1642
1654
  .IP "" 0
1643
1655
  .
@@ -1645,7 +1657,7 @@ The maximum amount of time an agent run is allowed to take\. A Puppet agent run
1645
1657
  Where the serial number for certificates is stored\.
1646
1658
  .
1647
1659
  .IP "\(bu" 4
1648
- \fIDefault\fR: $cadir/serial
1660
+ \fIDefault\fR: \fB$cadir/serial\fR
1649
1661
  .
1650
1662
  .IP "" 0
1651
1663
  .
@@ -1653,7 +1665,7 @@ Where the serial number for certificates is stored\.
1653
1665
  The puppet master server to which the puppet agent should connect\.
1654
1666
  .
1655
1667
  .IP "\(bu" 4
1656
- \fIDefault\fR: puppet
1668
+ \fIDefault\fR: \fBpuppet\fR
1657
1669
  .
1658
1670
  .IP "" 0
1659
1671
  .
@@ -1661,7 +1673,7 @@ The puppet master server to which the puppet agent should connect\.
1661
1673
  The directory in which serialized data is stored, usually in a subdirectory\.
1662
1674
  .
1663
1675
  .IP "\(bu" 4
1664
- \fIDefault\fR: $vardir/server_data
1676
+ \fIDefault\fR: \fB$vardir/server_data\fR
1665
1677
  .
1666
1678
  .IP "" 0
1667
1679
  .
@@ -1669,7 +1681,7 @@ The directory in which serialized data is stored, usually in a subdirectory\.
1669
1681
  The list of Puppet master servers to which the Puppet agent should connect, in the order that they will be tried\. Each value should be a fully qualified domain name, followed by an optional \':\' and port number\. If a port is omitted, Puppet uses masterport for that host\.
1670
1682
  .
1671
1683
  .IP "\(bu" 4
1672
- \fIDefault\fR: []
1684
+ \fIDefault\fR: \fB[]\fR
1673
1685
  .
1674
1686
  .IP "" 0
1675
1687
  .
@@ -1677,7 +1689,7 @@ The list of Puppet master servers to which the Puppet agent should connect, in t
1677
1689
  The default port puppet subcommands use to communicate with Puppet Server\. (eg \fBpuppet facts upload\fR, \fBpuppet agent\fR)\. May be overridden by more specific settings (see \fBca_port\fR, \fBreport_port\fR)\.
1678
1690
  .
1679
1691
  .IP "\(bu" 4
1680
- \fIDefault\fR: 8140
1692
+ \fIDefault\fR: \fB8140\fR
1681
1693
  .
1682
1694
  .IP "" 0
1683
1695
  .
@@ -1685,7 +1697,7 @@ The default port puppet subcommands use to communicate with Puppet Server\. (eg
1685
1697
  Whether to compile and apply the settings catalog
1686
1698
  .
1687
1699
  .IP "\(bu" 4
1688
- \fIDefault\fR: true
1700
+ \fIDefault\fR: \fBtrue\fR
1689
1701
  .
1690
1702
  .IP "" 0
1691
1703
  .
@@ -1693,7 +1705,7 @@ Whether to compile and apply the settings catalog
1693
1705
  Whether to log and report a contextual diff when files are being replaced\. This causes partial file contents to pass through Puppet\'s normal logging and reporting system, so this setting should be used with caution if you are sending Puppet\'s reports to an insecure destination\. This feature currently requires the \fBdiff/lcs\fR Ruby library\.
1694
1706
  .
1695
1707
  .IP "\(bu" 4
1696
- \fIDefault\fR: false
1708
+ \fIDefault\fR: \fBfalse\fR
1697
1709
  .
1698
1710
  .IP "" 0
1699
1711
  .
@@ -1701,7 +1713,7 @@ Whether to log and report a contextual diff when files are being replaced\. This
1701
1713
  Where the CA stores signed certificates\.
1702
1714
  .
1703
1715
  .IP "\(bu" 4
1704
- \fIDefault\fR: $cadir/signed
1716
+ \fIDefault\fR: \fB$cadir/signed\fR
1705
1717
  .
1706
1718
  .IP "" 0
1707
1719
  .
@@ -1711,9 +1723,10 @@ Tags to use to filter resources\. If this is set, then only resources not tagged
1711
1723
  .SS "sourceaddress"
1712
1724
  The address the agent should use to initiate requests\.
1713
1725
  .
1714
- .TP
1715
- \fIDefault\fR:
1716
-
1726
+ .IP "\(bu" 4
1727
+ \fIDefault\fR: ``
1728
+ .
1729
+ .IP "" 0
1717
1730
  .
1718
1731
  .SS "splay"
1719
1732
  Whether to sleep for a random amount of time, ranging from immediately up to its \fB$splaylimit\fR, before performing its first agent run after a service restart\. After this period, the agent runs periodically on its \fB$runinterval\fR\.
@@ -1728,7 +1741,7 @@ With \fBsplay\fR enabled, it waits any amount of time up to its \fB$splaylimit\f
1728
1741
  If you restart an agent\'s puppet service with \fBsplay\fR enabled, it recalculates its splay period and delays its first agent run after restarting for this new period\. If you simultaneously restart a group of puppet agents with \fBsplay\fR enabled, their checkins to your puppet masters can be distributed more evenly\.
1729
1742
  .
1730
1743
  .IP "\(bu" 4
1731
- \fIDefault\fR: false
1744
+ \fIDefault\fR: \fBfalse\fR
1732
1745
  .
1733
1746
  .IP "" 0
1734
1747
  .
@@ -1736,7 +1749,7 @@ If you restart an agent\'s puppet service with \fBsplay\fR enabled, it recalcula
1736
1749
  The maximum time to delay before an agent\'s first run when \fBsplay\fR is enabled\. Defaults to the agent\'s \fB$runinterval\fR\. The \fBsplay\fR interval is random and recalculated each time the agent is started or restarted\. This setting can be a time interval in seconds (30 or 30s), minutes (30m), hours (6h), days (2d), or years (5y)\.
1737
1750
  .
1738
1751
  .IP "\(bu" 4
1739
- \fIDefault\fR: $runinterval
1752
+ \fIDefault\fR: \fB$runinterval\fR
1740
1753
  .
1741
1754
  .IP "" 0
1742
1755
  .
@@ -1744,7 +1757,7 @@ The maximum time to delay before an agent\'s first run when \fBsplay\fR is enabl
1744
1757
  The domain which will be queried to find the SRV records of servers to use\.
1745
1758
  .
1746
1759
  .IP "\(bu" 4
1747
- \fIDefault\fR: ci\-jenkins\-setup\-platform\.svc\.cluster\.local
1760
+ \fIDefault\fR: \fBci\-jenkins\-setup\-platform\.svc\.cluster\.local\fR
1748
1761
  .
1749
1762
  .IP "" 0
1750
1763
  .
@@ -1755,7 +1768,7 @@ The header containing an authenticated client\'s SSL DN\. This header must be se
1755
1768
  Note that the name of the HTTP header gets munged by the web server common gateway interface: an \fBHTTP_\fR prefix is added, dashes are converted to underscores, and all letters are uppercased\. Thus, to use the \fBX\-Client\-DN\fR header, this setting should be \fBHTTP_X_CLIENT_DN\fR\.
1756
1769
  .
1757
1770
  .IP "\(bu" 4
1758
- \fIDefault\fR: HTTP_X_CLIENT_DN
1771
+ \fIDefault\fR: \fBHTTP_X_CLIENT_DN\fR
1759
1772
  .
1760
1773
  .IP "" 0
1761
1774
  .
@@ -1766,7 +1779,7 @@ The header containing the status message of the client verification\. This heade
1766
1779
  Note that the name of the HTTP header gets munged by the web server common gateway interface: an \fBHTTP_\fR prefix is added, dashes are converted to underscores, and all letters are uppercased\. Thus, to use the \fBX\-Client\-Verify\fR header, this setting should be \fBHTTP_X_CLIENT_VERIFY\fR\.
1767
1780
  .
1768
1781
  .IP "\(bu" 4
1769
- \fIDefault\fR: HTTP_X_CLIENT_VERIFY
1782
+ \fIDefault\fR: \fBHTTP_X_CLIENT_VERIFY\fR
1770
1783
  .
1771
1784
  .IP "" 0
1772
1785
  .
@@ -1774,22 +1787,23 @@ Note that the name of the HTTP header gets munged by the web server common gatew
1774
1787
  A lock file to indicate that the ssl bootstrap process is currently in progress\.
1775
1788
  .
1776
1789
  .IP "\(bu" 4
1777
- \fIDefault\fR: $ssldir/ssl\.lock
1790
+ \fIDefault\fR: \fB$ssldir/ssl\.lock\fR
1778
1791
  .
1779
1792
  .IP "" 0
1780
1793
  .
1781
1794
  .SS "ssl_trust_store"
1782
1795
  A file containing CA certificates in PEM format that puppet should trust when making HTTPS requests\. This \fBonly\fR applies to https requests to non\-puppet infrastructure, such as retrieving file metadata and content from https file sources, puppet module tool and the \'http\' report processor\. This setting is ignored when making requests to puppet:// URLs such as catalog and report requests\.
1783
1796
  .
1784
- .TP
1785
- \fIDefault\fR:
1786
-
1797
+ .IP "\(bu" 4
1798
+ \fIDefault\fR: ``
1799
+ .
1800
+ .IP "" 0
1787
1801
  .
1788
1802
  .SS "ssldir"
1789
1803
  Where SSL certificates are kept\.
1790
1804
  .
1791
1805
  .IP "\(bu" 4
1792
- \fIDefault\fR: $confdir/ssl
1806
+ \fIDefault\fR: \fB$confdir/ssl\fR
1793
1807
  .
1794
1808
  .IP "" 0
1795
1809
  .
@@ -1797,7 +1811,7 @@ Where SSL certificates are kept\.
1797
1811
  The directory where Puppet state is stored\. Generally, this directory can be removed without causing harm (although it might result in spurious service restarts)\.
1798
1812
  .
1799
1813
  .IP "\(bu" 4
1800
- \fIDefault\fR: $vardir/state
1814
+ \fIDefault\fR: \fB$vardir/state\fR
1801
1815
  .
1802
1816
  .IP "" 0
1803
1817
  .
@@ -1805,7 +1819,7 @@ The directory where Puppet state is stored\. Generally, this directory can be re
1805
1819
  Where puppet agent and puppet master store state associated with the running configuration\. In the case of puppet master, this file reflects the state discovered through interacting with clients\.
1806
1820
  .
1807
1821
  .IP "\(bu" 4
1808
- \fIDefault\fR: $statedir/state\.yaml
1822
+ \fIDefault\fR: \fB$statedir/state\.yaml\fR
1809
1823
  .
1810
1824
  .IP "" 0
1811
1825
  .
@@ -1816,7 +1830,7 @@ How long the Puppet agent should cache when a resource was last checked or synce
1816
1830
  This setting affects the usage of \fBschedule\fR resources, as the information about when a resource was last checked (and therefore when it needs to be checked again) is stored in the \fBstatefile\fR\. The \fBstatettl\fR needs to be large enough to ensure that a resource will not trigger multiple times during a schedule due to its entry expiring from the cache\.
1817
1831
  .
1818
1832
  .IP "\(bu" 4
1819
- \fIDefault\fR: 32d
1833
+ \fIDefault\fR: \fB32d\fR
1820
1834
  .
1821
1835
  .IP "" 0
1822
1836
  .
@@ -1824,7 +1838,7 @@ This setting affects the usage of \fBschedule\fR resources, as the information a
1824
1838
  Whether to compile a static catalog \fIhttps://puppet\.com/docs/puppet/latest/static_catalogs\.html#enabling\-or\-disabling\-static\-catalogs\fR, which occurs only on a Puppet Server master when the \fBcode\-id\-command\fR and \fBcode\-content\-command\fR settings are configured in its \fBpuppetserver\.conf\fR file\.
1825
1839
  .
1826
1840
  .IP "\(bu" 4
1827
- \fIDefault\fR: true
1841
+ \fIDefault\fR: \fBtrue\fR
1828
1842
  .
1829
1843
  .IP "" 0
1830
1844
  .
@@ -1838,7 +1852,7 @@ By default this uses the \'puppetdb\' backend\.
1838
1852
  You can adjust the backend using the storeconfigs_backend setting\.
1839
1853
  .
1840
1854
  .IP "\(bu" 4
1841
- \fIDefault\fR: false
1855
+ \fIDefault\fR: \fBfalse\fR
1842
1856
  .
1843
1857
  .IP "" 0
1844
1858
  .
@@ -1846,7 +1860,7 @@ You can adjust the backend using the storeconfigs_backend setting\.
1846
1860
  Configure the backend terminus used for StoreConfigs\. By default, this uses the PuppetDB store, which must be installed and configured before turning on StoreConfigs\.
1847
1861
  .
1848
1862
  .IP "\(bu" 4
1849
- \fIDefault\fR: puppetdb
1863
+ \fIDefault\fR: \fBpuppetdb\fR
1850
1864
  .
1851
1865
  .IP "" 0
1852
1866
  .
@@ -1871,7 +1885,7 @@ The strictness level is for both language semantics and runtime evaluation valid
1871
1885
  No new validations will be added to a micro (x\.y\.z) release, but may be added in minor releases (x\.y\.0)\. In major releases it expected that most (if not all) strictness validation become standard behavior\.
1872
1886
  .
1873
1887
  .IP "\(bu" 4
1874
- \fIDefault\fR: warning
1888
+ \fIDefault\fR: \fBwarning\fR
1875
1889
  .
1876
1890
  .IP "" 0
1877
1891
  .
@@ -1879,7 +1893,7 @@ No new validations will be added to a micro (x\.y\.z) release, but may be added
1879
1893
  Whether the agent specified environment should be considered authoritative, causing the run to fail if the retrieved catalog does not match it\.
1880
1894
  .
1881
1895
  .IP "\(bu" 4
1882
- \fIDefault\fR: false
1896
+ \fIDefault\fR: \fBfalse\fR
1883
1897
  .
1884
1898
  .IP "" 0
1885
1899
  .
@@ -1887,7 +1901,7 @@ Whether the agent specified environment should be considered authoritative, caus
1887
1901
  Causes an evaluation error when referencing unknown variables\. (This does not affect referencing variables that are explicitly set to undef)\.
1888
1902
  .
1889
1903
  .IP "\(bu" 4
1890
- \fIDefault\fR: false
1904
+ \fIDefault\fR: \fBfalse\fR
1891
1905
  .
1892
1906
  .IP "" 0
1893
1907
  .
@@ -1895,7 +1909,7 @@ Causes an evaluation error when referencing unknown variables\. (This does not a
1895
1909
  Whether to print a transaction summary\.
1896
1910
  .
1897
1911
  .IP "\(bu" 4
1898
- \fIDefault\fR: false
1912
+ \fIDefault\fR: \fBfalse\fR
1899
1913
  .
1900
1914
  .IP "" 0
1901
1915
  .
@@ -1903,7 +1917,7 @@ Whether to print a transaction summary\.
1903
1917
  Checksum types supported by this agent for use in file resources of a static catalog\. Values must be comma\-separated\. Valid types are sha256, sha256lite, sha384, sha512, sha224, sha1, sha1lite, md5, md5lite, mtime, ctime\. Default is sha256, sha384, sha512, sha224, md5\.
1904
1918
  .
1905
1919
  .IP "\(bu" 4
1906
- \fIDefault\fR: ["sha256", "sha384", "sha512", "sha224", "md5"]
1920
+ \fIDefault\fR: \fB["sha256", "sha384", "sha512", "sha224", "md5"]\fR
1907
1921
  .
1908
1922
  .IP "" 0
1909
1923
  .
@@ -1911,7 +1925,7 @@ Checksum types supported by this agent for use in file resources of a static cat
1911
1925
  What syslog facility to use when logging to syslog\. Syslog has a fixed list of valid facilities, and you must choose one of those; you cannot just make one up\.
1912
1926
  .
1913
1927
  .IP "\(bu" 4
1914
- \fIDefault\fR: daemon
1928
+ \fIDefault\fR: \fBdaemon\fR
1915
1929
  .
1916
1930
  .IP "" 0
1917
1931
  .
@@ -1922,7 +1936,7 @@ Tags to use to find resources\. If this is set, then only resources tagged with
1922
1936
  Turns on experimental support for tasks and plans in the puppet language\. This is for internal API use only\. Do not change this setting\.
1923
1937
  .
1924
1938
  .IP "\(bu" 4
1925
- \fIDefault\fR: false
1939
+ \fIDefault\fR: \fBfalse\fR
1926
1940
  .
1927
1941
  .IP "" 0
1928
1942
  .
@@ -1930,7 +1944,7 @@ Turns on experimental support for tasks and plans in the puppet language\. This
1930
1944
  Whether to print stack traces on some errors\. Will print internal Ruby stack trace interleaved with Puppet function frames\.
1931
1945
  .
1932
1946
  .IP "\(bu" 4
1933
- \fIDefault\fR: false
1947
+ \fIDefault\fR: \fBfalse\fR
1934
1948
  .
1935
1949
  .IP "" 0
1936
1950
  .
@@ -1938,7 +1952,7 @@ Whether to print stack traces on some errors\. Will print internal Ruby stack tr
1938
1952
  Transactional storage file for persisting data between transactions for the purposes of infering information (such as corrective_change) on new data received\.
1939
1953
  .
1940
1954
  .IP "\(bu" 4
1941
- \fIDefault\fR: $statedir/transactionstore\.yaml
1955
+ \fIDefault\fR: \fB$statedir/transactionstore\.yaml\fR
1942
1956
  .
1943
1957
  .IP "" 0
1944
1958
  .
@@ -1959,15 +1973,16 @@ For unknown or invalid nodes, exit with a non\-zero exit code\.
1959
1973
  .P
1960
1974
  If the setting points to an executable command, then the external trusted facts will be stored in the \'external\' key of the trusted facts hash\. Otherwise for each executable file in the directory, the external trusted facts will be stored in the \fB<basename>\fR key of the \fBtrusted[\'external\']\fR hash\. For example, if the files foo\.rb and bar\.sh are in the directory, then \fBtrusted[\'external\']\fR will be the hash \fB{ \'foo\' => <foo\.rb output>, \'bar\' => <bar\.sh output> }\fR\.
1961
1975
  .
1962
- .TP
1963
- \fIDefault\fR:
1964
-
1976
+ .IP "\(bu" 4
1977
+ \fIDefault\fR: ``
1978
+ .
1979
+ .IP "" 0
1965
1980
  .
1966
1981
  .SS "trusted_oid_mapping_file"
1967
1982
  File that provides mapping between custom SSL oids and user\-friendly names
1968
1983
  .
1969
1984
  .IP "\(bu" 4
1970
- \fIDefault\fR: $confdir/custom_trusted_oid_mapping\.yaml
1985
+ \fIDefault\fR: \fB$confdir/custom_trusted_oid_mapping\.yaml\fR
1971
1986
  .
1972
1987
  .IP "" 0
1973
1988
  .
@@ -1975,7 +1990,7 @@ File that provides mapping between custom SSL oids and user\-friendly names
1975
1990
  Whether to only use the cached catalog rather than compiling a new catalog on every run\. Puppet can be run with this enabled by default and then selectively disabled when a recompile is desired\. Because a Puppet agent using cached catalogs does not contact the master for a new catalog, it also does not upload facts at the beginning of the Puppet run\.
1976
1991
  .
1977
1992
  .IP "\(bu" 4
1978
- \fIDefault\fR: false
1993
+ \fIDefault\fR: \fBfalse\fR
1979
1994
  .
1980
1995
  .IP "" 0
1981
1996
  .
@@ -1983,7 +1998,7 @@ Whether to only use the cached catalog rather than compiling a new catalog on ev
1983
1998
  Whether the server will search for SRV records in DNS for the current domain\.
1984
1999
  .
1985
2000
  .IP "\(bu" 4
1986
- \fIDefault\fR: false
2001
+ \fIDefault\fR: \fBfalse\fR
1987
2002
  .
1988
2003
  .IP "" 0
1989
2004
  .
@@ -1991,7 +2006,7 @@ Whether the server will search for SRV records in DNS for the current domain\.
1991
2006
  Whether to use the cached configuration when the remote configuration will not compile\. This option is useful for testing new configurations, where you want to fix the broken configuration rather than reverting to a known\-good one\.
1992
2007
  .
1993
2008
  .IP "\(bu" 4
1994
- \fIDefault\fR: true
2009
+ \fIDefault\fR: \fBtrue\fR
1995
2010
  .
1996
2011
  .IP "" 0
1997
2012
  .
@@ -1999,7 +2014,7 @@ Whether to use the cached configuration when the remote configuration will not c
1999
2014
  The user Puppet Server will run as\. Used to ensure the agent side processes (agent, apply, etc) create files and directories readable by Puppet Server when necessary\.
2000
2015
  .
2001
2016
  .IP "\(bu" 4
2002
- \fIDefault\fR: puppet
2017
+ \fIDefault\fR: \fBpuppet\fR
2003
2018
  .
2004
2019
  .IP "" 0
2005
2020
  .
@@ -2007,7 +2022,7 @@ The user Puppet Server will run as\. Used to ensure the agent side processes (ag
2007
2022
  Where Puppet stores dynamic and growing data\. The default for this setting is calculated specially, like \fBconfdir\fR_\.
2008
2023
  .
2009
2024
  .IP "\(bu" 4
2010
- \fIDefault\fR: Unix/Linux: /opt/puppetlabs/puppet/cache \-\- Windows: C:\eProgramData\ePuppetLabs\epuppet\ecache \-\- Non\-root user: ~/\.puppetlabs/opt/puppet/cache
2025
+ \fIDefault\fR: \fBUnix/Linux: /opt/puppetlabs/puppet/cache \-\- Windows: C:\eProgramData\ePuppetLabs\epuppet\ecache \-\- Non\-root user: ~/\.puppetlabs/opt/puppet/cache\fR
2011
2026
  .
2012
2027
  .IP "" 0
2013
2028
  .
@@ -2015,7 +2030,7 @@ Where Puppet stores dynamic and growing data\. The default for this setting is c
2015
2030
  The directory containing \fBvendored\fR modules\. These modules will be used by \fIall\fR environments like those in the \fBbasemodulepath\fR\. The only difference is that modules in the \fBbasemodulepath\fR are pluginsynced, while vendored modules are not
2016
2031
  .
2017
2032
  .IP "\(bu" 4
2018
- \fIDefault\fR: /opt/puppetlabs/puppet/vendor_modules
2033
+ \fIDefault\fR: \fB/opt/puppetlabs/puppet/vendor_modules\fR
2019
2034
  .
2020
2035
  .IP "" 0
2021
2036
  .
@@ -2023,7 +2038,7 @@ The directory containing \fBvendored\fR modules\. These modules will be used by
2023
2038
  Whether or not to look for versioned environment directories, symlinked from \fB$environmentpath/<environment>\fR\. This is an experimental feature and should be used with caution\.
2024
2039
  .
2025
2040
  .IP "\(bu" 4
2026
- \fIDefault\fR: false
2041
+ \fIDefault\fR: \fBfalse\fR
2027
2042
  .
2028
2043
  .IP "" 0
2029
2044
  .
@@ -2037,7 +2052,7 @@ When starting for the first time, puppet agent will submit a certificate signing
2037
2052
  Puppet agent cannot apply configurations until its approved certificate is available\. Since the certificate may or may not be available immediately, puppet agent will repeatedly try to fetch it at this interval\. You can turn off waiting for certificates by specifying a time of 0, or a maximum amount of time to wait in the \fBmaxwaitforcert\fR setting, in which case puppet agent will exit if it cannot get a cert\. This setting can be a time interval in seconds (30 or 30s), minutes (30m), hours (6h), days (2d), or years (5y)\.
2038
2053
  .
2039
2054
  .IP "\(bu" 4
2040
- \fIDefault\fR: 2m
2055
+ \fIDefault\fR: \fB2m\fR
2041
2056
  .
2042
2057
  .IP "" 0
2043
2058
  .
@@ -2048,7 +2063,7 @@ How frequently puppet agent should try running when there is an already ongoing
2048
2063
  This argument is by default disabled (value set to 0)\. In this case puppet agent will immediately exit if it cannot run at that moment\. When a value other than 0 is set, this can also be used in combination with the \fBmaxwaitforlock\fR argument\. This setting can be a time interval in seconds (30 or 30s), minutes (30m), hours (6h), days (2d), or years (5y)\.
2049
2064
  .
2050
2065
  .IP "\(bu" 4
2051
- \fIDefault\fR: 0
2066
+ \fIDefault\fR: \fB0\fR
2052
2067
  .
2053
2068
  .IP "" 0
2054
2069
  .
@@ -2056,7 +2071,7 @@ This argument is by default disabled (value set to 0)\. In this case puppet agen
2056
2071
  The directory in which YAML data is stored, usually in a subdirectory\.
2057
2072
  .
2058
2073
  .IP "\(bu" 4
2059
- \fIDefault\fR: $vardir/yaml
2074
+ \fIDefault\fR: \fB$vardir/yaml\fR
2060
2075
  .
2061
2076
  .IP "" 0
2062
2077