puppet 7.5.0-x64-mingw32 → 7.9.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 (712) hide show
  1. checksums.yaml +4 -4
  2. data/CONTRIBUTING.md +7 -7
  3. data/Gemfile +2 -1
  4. data/Gemfile.lock +20 -20
  5. data/README.md +4 -4
  6. data/ext/osx/puppet.plist +2 -0
  7. data/ext/project_data.yaml +1 -0
  8. data/install.rb +11 -15
  9. data/lib/hiera_puppet.rb +1 -1
  10. data/lib/puppet.rb +40 -40
  11. data/lib/puppet/agent.rb +6 -6
  12. data/lib/puppet/agent/disabler.rb +1 -1
  13. data/lib/puppet/agent/locker.rb +2 -2
  14. data/lib/puppet/application.rb +6 -6
  15. data/lib/puppet/application/agent.rb +18 -11
  16. data/lib/puppet/application/apply.rb +6 -5
  17. data/lib/puppet/application/catalog.rb +1 -1
  18. data/lib/puppet/application/config.rb +1 -1
  19. data/lib/puppet/application/describe.rb +1 -1
  20. data/lib/puppet/application/device.rb +8 -7
  21. data/lib/puppet/application/doc.rb +7 -7
  22. data/lib/puppet/application/epp.rb +2 -2
  23. data/lib/puppet/application/face_base.rb +2 -2
  24. data/lib/puppet/application/facts.rb +1 -1
  25. data/lib/puppet/application/filebucket.rb +3 -2
  26. data/lib/puppet/application/generate.rb +1 -1
  27. data/lib/puppet/application/help.rb +1 -1
  28. data/lib/puppet/application/indirection_base.rb +1 -1
  29. data/lib/puppet/application/lookup.rb +6 -6
  30. data/lib/puppet/application/module.rb +1 -1
  31. data/lib/puppet/application/node.rb +1 -1
  32. data/lib/puppet/application/parser.rb +2 -2
  33. data/lib/puppet/application/plugin.rb +1 -1
  34. data/lib/puppet/application/report.rb +1 -1
  35. data/lib/puppet/application/resource.rb +18 -4
  36. data/lib/puppet/application/script.rb +6 -5
  37. data/lib/puppet/application/ssl.rb +3 -2
  38. data/lib/puppet/application_support.rb +4 -4
  39. data/lib/puppet/compilable_resource_type.rb +1 -1
  40. data/lib/puppet/concurrent/lock.rb +1 -1
  41. data/lib/puppet/configurer.rb +4 -4
  42. data/lib/puppet/configurer/downloader.rb +4 -3
  43. data/lib/puppet/configurer/fact_handler.rb +3 -3
  44. data/lib/puppet/configurer/plugin_handler.rb +1 -1
  45. data/lib/puppet/confine.rb +1 -1
  46. data/lib/puppet/confine/boolean.rb +1 -1
  47. data/lib/puppet/confine/exists.rb +1 -1
  48. data/lib/puppet/confine/false.rb +1 -1
  49. data/lib/puppet/confine/feature.rb +1 -1
  50. data/lib/puppet/confine/true.rb +1 -1
  51. data/lib/puppet/confine/variable.rb +1 -1
  52. data/lib/puppet/confine_collection.rb +1 -1
  53. data/lib/puppet/confiner.rb +1 -1
  54. data/lib/puppet/context.rb +2 -2
  55. data/lib/puppet/context/trusted_information.rb +1 -1
  56. data/lib/puppet/daemon.rb +2 -2
  57. data/lib/puppet/data_binding.rb +1 -1
  58. data/lib/puppet/datatypes/error.rb +1 -1
  59. data/lib/puppet/defaults.rb +17 -12
  60. data/lib/puppet/environments.rb +11 -1
  61. data/lib/puppet/etc.rb +1 -1
  62. data/lib/puppet/external/pson/common.rb +1 -1
  63. data/lib/puppet/external/pson/pure.rb +3 -3
  64. data/lib/puppet/face.rb +1 -1
  65. data/lib/puppet/face/catalog.rb +1 -1
  66. data/lib/puppet/face/config.rb +2 -2
  67. data/lib/puppet/face/epp.rb +6 -6
  68. data/lib/puppet/face/facts.rb +2 -2
  69. data/lib/puppet/face/generate.rb +2 -2
  70. data/lib/puppet/face/help.rb +3 -3
  71. data/lib/puppet/face/help/action.erb +1 -0
  72. data/lib/puppet/face/help/face.erb +1 -0
  73. data/lib/puppet/face/module.rb +3 -3
  74. data/lib/puppet/face/module/install.rb +2 -2
  75. data/lib/puppet/face/node.rb +1 -1
  76. data/lib/puppet/face/node/clean.rb +1 -1
  77. data/lib/puppet/face/parser.rb +4 -4
  78. data/lib/puppet/face/plugin.rb +2 -2
  79. data/lib/puppet/face/report.rb +1 -1
  80. data/lib/puppet/face/resource.rb +1 -1
  81. data/lib/puppet/feature/base.rb +2 -2
  82. data/lib/puppet/feature/bolt.rb +1 -1
  83. data/lib/puppet/feature/cfpropertylist.rb +1 -1
  84. data/lib/puppet/feature/eventlog.rb +1 -1
  85. data/lib/puppet/feature/hiera_eyaml.rb +1 -1
  86. data/lib/puppet/feature/hocon.rb +1 -1
  87. data/lib/puppet/feature/libuser.rb +2 -2
  88. data/lib/puppet/feature/msgpack.rb +1 -1
  89. data/lib/puppet/feature/pe_license.rb +1 -1
  90. data/lib/puppet/feature/selinux.rb +1 -1
  91. data/lib/puppet/feature/ssh.rb +1 -1
  92. data/lib/puppet/feature/telnet.rb +1 -1
  93. data/lib/puppet/feature/zlib.rb +1 -1
  94. data/lib/puppet/ffi/posix.rb +2 -2
  95. data/lib/puppet/ffi/posix/constants.rb +1 -1
  96. data/lib/puppet/ffi/posix/functions.rb +1 -1
  97. data/lib/puppet/ffi/windows.rb +4 -4
  98. data/lib/puppet/ffi/windows/api_types.rb +2 -2
  99. data/lib/puppet/ffi/windows/constants.rb +1 -1
  100. data/lib/puppet/ffi/windows/functions.rb +1 -1
  101. data/lib/puppet/ffi/windows/structs.rb +1 -1
  102. data/lib/puppet/file_bucket/dipper.rb +4 -4
  103. data/lib/puppet/file_bucket/file.rb +3 -3
  104. data/lib/puppet/file_serving/base.rb +2 -2
  105. data/lib/puppet/file_serving/configuration.rb +10 -10
  106. data/lib/puppet/file_serving/configuration/parser.rb +2 -2
  107. data/lib/puppet/file_serving/content.rb +3 -3
  108. data/lib/puppet/file_serving/fileset.rb +16 -4
  109. data/lib/puppet/file_serving/http_metadata.rb +1 -1
  110. data/lib/puppet/file_serving/metadata.rb +6 -6
  111. data/lib/puppet/file_serving/mount.rb +4 -4
  112. data/lib/puppet/file_serving/mount/file.rb +1 -1
  113. data/lib/puppet/file_serving/mount/locales.rb +1 -1
  114. data/lib/puppet/file_serving/mount/modules.rb +1 -1
  115. data/lib/puppet/file_serving/mount/pluginfacts.rb +1 -1
  116. data/lib/puppet/file_serving/mount/plugins.rb +1 -1
  117. data/lib/puppet/file_serving/mount/tasks.rb +1 -1
  118. data/lib/puppet/file_serving/terminus_helper.rb +2 -2
  119. data/lib/puppet/file_serving/terminus_selector.rb +1 -1
  120. data/lib/puppet/file_system.rb +9 -9
  121. data/lib/puppet/file_system/file_impl.rb +1 -1
  122. data/lib/puppet/file_system/jruby.rb +1 -1
  123. data/lib/puppet/file_system/path_pattern.rb +1 -1
  124. data/lib/puppet/file_system/uniquefile.rb +1 -1
  125. data/lib/puppet/file_system/windows.rb +4 -4
  126. data/lib/puppet/forge.rb +8 -8
  127. data/lib/puppet/forge/cache.rb +2 -2
  128. data/lib/puppet/forge/errors.rb +3 -3
  129. data/lib/puppet/forge/repository.rb +4 -4
  130. data/lib/puppet/functions.rb +1 -1
  131. data/lib/puppet/functions/all.rb +1 -1
  132. data/lib/puppet/functions/camelcase.rb +1 -1
  133. data/lib/puppet/functions/capitalize.rb +2 -2
  134. data/lib/puppet/functions/downcase.rb +2 -2
  135. data/lib/puppet/functions/empty.rb +8 -0
  136. data/lib/puppet/functions/get.rb +5 -5
  137. data/lib/puppet/functions/group_by.rb +13 -5
  138. data/lib/puppet/functions/lest.rb +1 -1
  139. data/lib/puppet/functions/new.rb +100 -100
  140. data/lib/puppet/functions/partition.rb +12 -4
  141. data/lib/puppet/functions/require.rb +5 -5
  142. data/lib/puppet/functions/sort.rb +3 -3
  143. data/lib/puppet/functions/strftime.rb +1 -0
  144. data/lib/puppet/functions/tree_each.rb +7 -9
  145. data/lib/puppet/functions/type.rb +4 -4
  146. data/lib/puppet/functions/unwrap.rb +17 -2
  147. data/lib/puppet/functions/upcase.rb +2 -2
  148. data/lib/puppet/functions/versioncmp.rb +1 -1
  149. data/lib/puppet/generate/models/type/type.rb +1 -1
  150. data/lib/puppet/generate/type.rb +2 -2
  151. data/lib/puppet/gettext/config.rb +3 -3
  152. data/lib/puppet/gettext/module_translations.rb +1 -1
  153. data/lib/puppet/graph.rb +6 -6
  154. data/lib/puppet/graph/simple_graph.rb +2 -2
  155. data/lib/puppet/http.rb +26 -26
  156. data/lib/puppet/http/factory.rb +2 -2
  157. data/lib/puppet/http/proxy.rb +1 -1
  158. data/lib/puppet/http/resolver/server_list.rb +15 -4
  159. data/lib/puppet/http/service/compiler.rb +73 -1
  160. data/lib/puppet/http/service/file_server.rb +3 -2
  161. data/lib/puppet/indirector.rb +5 -5
  162. data/lib/puppet/indirector/catalog/compiler.rb +7 -6
  163. data/lib/puppet/indirector/catalog/json.rb +2 -2
  164. data/lib/puppet/indirector/catalog/msgpack.rb +2 -2
  165. data/lib/puppet/indirector/catalog/rest.rb +2 -2
  166. data/lib/puppet/indirector/catalog/store_configs.rb +2 -2
  167. data/lib/puppet/indirector/catalog/yaml.rb +2 -2
  168. data/lib/puppet/indirector/code.rb +1 -1
  169. data/lib/puppet/indirector/data_binding/hiera.rb +1 -1
  170. data/lib/puppet/indirector/data_binding/none.rb +1 -1
  171. data/lib/puppet/indirector/direct_file_server.rb +2 -2
  172. data/lib/puppet/indirector/envelope.rb +1 -1
  173. data/lib/puppet/indirector/errors.rb +1 -1
  174. data/lib/puppet/indirector/exec.rb +2 -2
  175. data/lib/puppet/indirector/face.rb +1 -1
  176. data/lib/puppet/indirector/facts/facter.rb +2 -2
  177. data/lib/puppet/indirector/facts/json.rb +3 -3
  178. data/lib/puppet/indirector/facts/memory.rb +2 -2
  179. data/lib/puppet/indirector/facts/network_device.rb +2 -2
  180. data/lib/puppet/indirector/facts/rest.rb +2 -2
  181. data/lib/puppet/indirector/facts/store_configs.rb +2 -2
  182. data/lib/puppet/indirector/facts/yaml.rb +3 -3
  183. data/lib/puppet/indirector/file_bucket_file/file.rb +4 -4
  184. data/lib/puppet/indirector/file_bucket_file/rest.rb +2 -2
  185. data/lib/puppet/indirector/file_bucket_file/selector.rb +1 -1
  186. data/lib/puppet/indirector/file_content.rb +1 -1
  187. data/lib/puppet/indirector/file_content/file.rb +3 -3
  188. data/lib/puppet/indirector/file_content/file_server.rb +3 -3
  189. data/lib/puppet/indirector/file_content/rest.rb +3 -3
  190. data/lib/puppet/indirector/file_content/selector.rb +4 -4
  191. data/lib/puppet/indirector/file_metadata.rb +1 -1
  192. data/lib/puppet/indirector/file_metadata/file.rb +3 -3
  193. data/lib/puppet/indirector/file_metadata/file_server.rb +3 -3
  194. data/lib/puppet/indirector/file_metadata/http.rb +3 -3
  195. data/lib/puppet/indirector/file_metadata/rest.rb +4 -3
  196. data/lib/puppet/indirector/file_metadata/selector.rb +4 -4
  197. data/lib/puppet/indirector/file_server.rb +4 -4
  198. data/lib/puppet/indirector/generic_http.rb +1 -1
  199. data/lib/puppet/indirector/hiera.rb +1 -1
  200. data/lib/puppet/indirector/indirection.rb +5 -5
  201. data/lib/puppet/indirector/json.rb +2 -2
  202. data/lib/puppet/indirector/memory.rb +1 -1
  203. data/lib/puppet/indirector/msgpack.rb +2 -2
  204. data/lib/puppet/indirector/node/exec.rb +2 -2
  205. data/lib/puppet/indirector/node/json.rb +2 -2
  206. data/lib/puppet/indirector/node/memory.rb +2 -2
  207. data/lib/puppet/indirector/node/msgpack.rb +2 -2
  208. data/lib/puppet/indirector/node/plain.rb +2 -2
  209. data/lib/puppet/indirector/node/rest.rb +2 -2
  210. data/lib/puppet/indirector/node/store_configs.rb +2 -2
  211. data/lib/puppet/indirector/node/yaml.rb +2 -2
  212. data/lib/puppet/indirector/none.rb +1 -1
  213. data/lib/puppet/indirector/plain.rb +1 -1
  214. data/lib/puppet/indirector/report/json.rb +2 -2
  215. data/lib/puppet/indirector/report/msgpack.rb +2 -2
  216. data/lib/puppet/indirector/report/processor.rb +3 -3
  217. data/lib/puppet/indirector/report/rest.rb +1 -1
  218. data/lib/puppet/indirector/report/yaml.rb +2 -2
  219. data/lib/puppet/indirector/request.rb +3 -3
  220. data/lib/puppet/indirector/resource/ral.rb +7 -2
  221. data/lib/puppet/indirector/resource/store_configs.rb +2 -2
  222. data/lib/puppet/indirector/terminus.rb +5 -5
  223. data/lib/puppet/indirector/yaml.rb +2 -2
  224. data/lib/puppet/info_service.rb +3 -3
  225. data/lib/puppet/info_service/class_information_service.rb +3 -3
  226. data/lib/puppet/info_service/plan_information_service.rb +1 -1
  227. data/lib/puppet/info_service/task_information_service.rb +1 -1
  228. data/lib/puppet/interface.rb +10 -10
  229. data/lib/puppet/interface/documentation.rb +2 -1
  230. data/lib/puppet/loaders.rb +21 -25
  231. data/lib/puppet/metatype/manager.rb +3 -3
  232. data/lib/puppet/module.rb +5 -4
  233. data/lib/puppet/module/plan.rb +1 -1
  234. data/lib/puppet/module/task.rb +1 -1
  235. data/lib/puppet/module_tool.rb +10 -10
  236. data/lib/puppet/module_tool/applications.rb +7 -7
  237. data/lib/puppet/module_tool/applications/application.rb +2 -2
  238. data/lib/puppet/module_tool/applications/checksummer.rb +2 -2
  239. data/lib/puppet/module_tool/applications/installer.rb +11 -7
  240. data/lib/puppet/module_tool/applications/unpacker.rb +2 -2
  241. data/lib/puppet/module_tool/applications/upgrader.rb +5 -5
  242. data/lib/puppet/module_tool/checksums.rb +1 -1
  243. data/lib/puppet/module_tool/contents_description.rb +1 -1
  244. data/lib/puppet/module_tool/dependency.rb +2 -2
  245. data/lib/puppet/module_tool/errors.rb +6 -6
  246. data/lib/puppet/module_tool/errors/shared.rb +17 -0
  247. data/lib/puppet/module_tool/install_directory.rb +2 -2
  248. data/lib/puppet/module_tool/installed_modules.rb +2 -2
  249. data/lib/puppet/module_tool/local_tarball.rb +2 -2
  250. data/lib/puppet/module_tool/metadata.rb +3 -3
  251. data/lib/puppet/module_tool/tar.rb +4 -4
  252. data/lib/puppet/module_tool/tar/mini.rb +1 -1
  253. data/lib/puppet/network/format.rb +1 -1
  254. data/lib/puppet/network/format_handler.rb +3 -3
  255. data/lib/puppet/network/format_support.rb +1 -1
  256. data/lib/puppet/network/formats.rb +2 -2
  257. data/lib/puppet/network/http.rb +12 -12
  258. data/lib/puppet/network/http/api.rb +1 -1
  259. data/lib/puppet/network/http/api/indirected_routes.rb +1 -1
  260. data/lib/puppet/network/http/api/master.rb +1 -1
  261. data/lib/puppet/network/http/api/master/v3.rb +2 -2
  262. data/lib/puppet/network/http/api/master/v3/environments.rb +2 -2
  263. data/lib/puppet/network/http/api/server/v3.rb +2 -2
  264. data/lib/puppet/network/http/api/server/v3/environments.rb +1 -1
  265. data/lib/puppet/network/http/connection.rb +1 -1
  266. data/lib/puppet/network/http/error.rb +1 -1
  267. data/lib/puppet/network/http/handler.rb +3 -3
  268. data/lib/puppet/network/http_pool.rb +1 -1
  269. data/lib/puppet/node.rb +3 -3
  270. data/lib/puppet/node/environment.rb +15 -8
  271. data/lib/puppet/node/facts.rb +3 -3
  272. data/lib/puppet/pal/pal_api.rb +10 -10
  273. data/lib/puppet/pal/pal_impl.rb +3 -3
  274. data/lib/puppet/parameter.rb +4 -4
  275. data/lib/puppet/parameter/boolean.rb +1 -1
  276. data/lib/puppet/parameter/package_options.rb +1 -1
  277. data/lib/puppet/parameter/path.rb +1 -1
  278. data/lib/puppet/parameter/value.rb +1 -1
  279. data/lib/puppet/parameter/value_collection.rb +1 -1
  280. data/lib/puppet/parser.rb +10 -10
  281. data/lib/puppet/parser/ast.rb +8 -8
  282. data/lib/puppet/parser/ast/hostclass.rb +1 -1
  283. data/lib/puppet/parser/ast/pops_bridge.rb +2 -2
  284. data/lib/puppet/parser/catalog_compiler.rb +2 -2
  285. data/lib/puppet/parser/compiler.rb +5 -5
  286. data/lib/puppet/parser/e4_parser_adapter.rb +1 -1
  287. data/lib/puppet/parser/functions.rb +4 -4
  288. data/lib/puppet/parser/functions/digest.rb +1 -1
  289. data/lib/puppet/parser/functions/file.rb +1 -1
  290. data/lib/puppet/parser/functions/fqdn_rand.rb +14 -6
  291. data/lib/puppet/parser/functions/versioncmp.rb +1 -1
  292. data/lib/puppet/parser/parser_factory.rb +2 -2
  293. data/lib/puppet/parser/resource.rb +3 -3
  294. data/lib/puppet/parser/scope.rb +3 -3
  295. data/lib/puppet/parser/script_compiler.rb +2 -2
  296. data/lib/puppet/parser/templatewrapper.rb +2 -2
  297. data/lib/puppet/parser/type_loader.rb +1 -1
  298. data/lib/puppet/plugins/configuration.rb +5 -5
  299. data/lib/puppet/pops.rb +57 -57
  300. data/lib/puppet/pops/evaluator/deferred_resolver.rb +1 -1
  301. data/lib/puppet/pops/evaluator/evaluator_impl.rb +7 -7
  302. data/lib/puppet/pops/evaluator/external_syntax_support.rb +1 -1
  303. data/lib/puppet/pops/loader/base_loader.rb +42 -32
  304. data/lib/puppet/pops/loader/dependency_loader.rb +2 -2
  305. data/lib/puppet/pops/loader/loader.rb +15 -5
  306. data/lib/puppet/pops/loader/module_loaders.rb +8 -8
  307. data/lib/puppet/pops/loader/predefined_loader.rb +4 -0
  308. data/lib/puppet/pops/loader/runtime3_type_loader.rb +1 -1
  309. data/lib/puppet/pops/loader/static_loader.rb +4 -0
  310. data/lib/puppet/pops/loader/task_instantiator.rb +1 -1
  311. data/lib/puppet/pops/loaders.rb +4 -4
  312. data/lib/puppet/pops/lookup/invocation.rb +1 -1
  313. data/lib/puppet/pops/model/ast_transformer.rb +1 -1
  314. data/lib/puppet/pops/model/pn_transformer.rb +1 -1
  315. data/lib/puppet/pops/parser/eparser.rb +2 -2
  316. data/lib/puppet/pops/parser/evaluating_parser.rb +1 -1
  317. data/lib/puppet/pops/parser/lexer2.rb +5 -5
  318. data/lib/puppet/pops/parser/lexer_support.rb +1 -1
  319. data/lib/puppet/pops/parser/parser_support.rb +4 -4
  320. data/lib/puppet/pops/puppet_stack.rb +1 -1
  321. data/lib/puppet/pops/serialization/json.rb +1 -1
  322. data/lib/puppet/pops/serialization/json_path.rb +1 -1
  323. data/lib/puppet/pops/time/timespan.rb +1 -1
  324. data/lib/puppet/pops/types/p_sem_ver_type.rb +8 -2
  325. data/lib/puppet/pops/types/p_sensitive_type.rb +10 -0
  326. data/lib/puppet/pops/types/p_type_set_type.rb +1 -1
  327. data/lib/puppet/pops/types/string_converter.rb +1 -1
  328. data/lib/puppet/pops/types/type_calculator.rb +1 -1
  329. data/lib/puppet/pops/types/type_formatter.rb +1 -1
  330. data/lib/puppet/pops/types/type_mismatch_describer.rb +1 -1
  331. data/lib/puppet/pops/types/type_parser.rb +1 -1
  332. data/lib/puppet/pops/types/types.rb +1 -1
  333. data/lib/puppet/pops/validation/checker4_0.rb +1 -1
  334. data/lib/puppet/property.rb +3 -3
  335. data/lib/puppet/property/boolean.rb +1 -1
  336. data/lib/puppet/property/ensure.rb +1 -1
  337. data/lib/puppet/property/keyvalue.rb +1 -1
  338. data/lib/puppet/property/list.rb +1 -1
  339. data/lib/puppet/property/ordered_list.rb +1 -1
  340. data/lib/puppet/provider.rb +2 -2
  341. data/lib/puppet/provider/confine.rb +2 -2
  342. data/lib/puppet/provider/exec.rb +2 -2
  343. data/lib/puppet/provider/exec/posix.rb +17 -5
  344. data/lib/puppet/provider/exec/windows.rb +1 -1
  345. data/lib/puppet/provider/file/posix.rb +1 -1
  346. data/lib/puppet/provider/file/windows.rb +1 -1
  347. data/lib/puppet/provider/group/aix.rb +1 -1
  348. data/lib/puppet/provider/group/directoryservice.rb +1 -1
  349. data/lib/puppet/provider/group/groupadd.rb +2 -2
  350. data/lib/puppet/provider/group/ldap.rb +1 -1
  351. data/lib/puppet/provider/group/pw.rb +1 -1
  352. data/lib/puppet/provider/group/windows_adsi.rb +1 -1
  353. data/lib/puppet/provider/ldap.rb +2 -2
  354. data/lib/puppet/provider/nameservice.rb +1 -1
  355. data/lib/puppet/provider/nameservice/directoryservice.rb +3 -3
  356. data/lib/puppet/provider/nameservice/objectadd.rb +1 -1
  357. data/lib/puppet/provider/nameservice/pw.rb +1 -1
  358. data/lib/puppet/provider/package.rb +1 -1
  359. data/lib/puppet/provider/package/aix.rb +2 -2
  360. data/lib/puppet/provider/package/appdmg.rb +2 -2
  361. data/lib/puppet/provider/package/apple.rb +1 -1
  362. data/lib/puppet/provider/package/apt.rb +5 -5
  363. data/lib/puppet/provider/package/dnfmodule.rb +2 -2
  364. data/lib/puppet/provider/package/dpkg.rb +1 -1
  365. data/lib/puppet/provider/package/gem.rb +3 -3
  366. data/lib/puppet/provider/package/hpux.rb +1 -1
  367. data/lib/puppet/provider/package/macports.rb +2 -2
  368. data/lib/puppet/provider/package/nim.rb +13 -8
  369. data/lib/puppet/provider/package/openbsd.rb +1 -1
  370. data/lib/puppet/provider/package/opkg.rb +1 -1
  371. data/lib/puppet/provider/package/pacman.rb +1 -1
  372. data/lib/puppet/provider/package/pip.rb +18 -6
  373. data/lib/puppet/provider/package/pkg.rb +2 -2
  374. data/lib/puppet/provider/package/pkgdmg.rb +3 -3
  375. data/lib/puppet/provider/package/pkgin.rb +1 -1
  376. data/lib/puppet/provider/package/pkgng.rb +1 -1
  377. data/lib/puppet/provider/package/portage.rb +1 -1
  378. data/lib/puppet/provider/package/portupgrade.rb +1 -1
  379. data/lib/puppet/provider/package/puppet_gem.rb +12 -1
  380. data/lib/puppet/provider/package/puppetserver_gem.rb +0 -0
  381. data/lib/puppet/provider/package/rpm.rb +2 -2
  382. data/lib/puppet/provider/package/sun.rb +1 -1
  383. data/lib/puppet/provider/package/windows.rb +17 -4
  384. data/lib/puppet/provider/package/windows/exe_package.rb +31 -2
  385. data/lib/puppet/provider/package/windows/msi_package.rb +1 -1
  386. data/lib/puppet/provider/package/windows/package.rb +6 -5
  387. data/lib/puppet/provider/package/yum.rb +6 -6
  388. data/lib/puppet/provider/package/zypper.rb +3 -3
  389. data/lib/puppet/provider/package_targetable.rb +1 -1
  390. data/lib/puppet/provider/parsedfile.rb +6 -3
  391. data/lib/puppet/provider/service/base.rb +6 -4
  392. data/lib/puppet/provider/service/daemontools.rb +0 -1
  393. data/lib/puppet/provider/service/debian.rb +3 -5
  394. data/lib/puppet/provider/service/freebsd.rb +1 -1
  395. data/lib/puppet/provider/service/init.rb +1 -1
  396. data/lib/puppet/provider/service/launchd.rb +9 -3
  397. data/lib/puppet/provider/service/service.rb +28 -3
  398. data/lib/puppet/provider/service/smf.rb +0 -24
  399. data/lib/puppet/provider/service/src.rb +2 -2
  400. data/lib/puppet/provider/service/systemd.rb +18 -8
  401. data/lib/puppet/provider/service/windows.rb +38 -0
  402. data/lib/puppet/provider/user/aix.rb +2 -2
  403. data/lib/puppet/provider/user/directoryservice.rb +26 -13
  404. data/lib/puppet/provider/user/ldap.rb +1 -1
  405. data/lib/puppet/provider/user/openbsd.rb +1 -1
  406. data/lib/puppet/provider/user/pw.rb +1 -1
  407. data/lib/puppet/provider/user/user_role_add.rb +2 -2
  408. data/lib/puppet/provider/user/useradd.rb +4 -4
  409. data/lib/puppet/provider/user/windows_adsi.rb +1 -1
  410. data/lib/puppet/reference/configuration.rb +1 -1
  411. data/lib/puppet/reference/indirection.rb +4 -4
  412. data/lib/puppet/reference/report.rb +1 -1
  413. data/lib/puppet/reports.rb +1 -1
  414. data/lib/puppet/reports/http.rb +2 -2
  415. data/lib/puppet/reports/log.rb +1 -1
  416. data/lib/puppet/reports/store.rb +2 -2
  417. data/lib/puppet/resource.rb +4 -4
  418. data/lib/puppet/resource/catalog.rb +5 -5
  419. data/lib/puppet/resource/status.rb +2 -2
  420. data/lib/puppet/resource/type.rb +4 -4
  421. data/lib/puppet/resource/type_collection.rb +6 -4
  422. data/lib/puppet/runtime.rb +1 -1
  423. data/lib/puppet/scheduler.rb +4 -4
  424. data/lib/puppet/settings.rb +61 -37
  425. data/lib/puppet/settings/autosign_setting.rb +1 -1
  426. data/lib/puppet/settings/base_setting.rb +2 -2
  427. data/lib/puppet/settings/certificate_revocation_setting.rb +1 -1
  428. data/lib/puppet/settings/config_file.rb +2 -9
  429. data/lib/puppet/settings/errors.rb +1 -1
  430. data/lib/puppet/settings/priority_setting.rb +3 -3
  431. data/lib/puppet/settings/value_translator.rb +0 -1
  432. data/lib/puppet/ssl.rb +11 -11
  433. data/lib/puppet/ssl/base.rb +3 -3
  434. data/lib/puppet/ssl/certificate.rb +1 -1
  435. data/lib/puppet/ssl/certificate_request.rb +2 -2
  436. data/lib/puppet/ssl/certificate_request_attributes.rb +2 -2
  437. data/lib/puppet/ssl/oids.rb +1 -1
  438. data/lib/puppet/ssl/openssl_loader.rb +1 -1
  439. data/lib/puppet/ssl/ssl_context.rb +1 -1
  440. data/lib/puppet/ssl/ssl_provider.rb +1 -1
  441. data/lib/puppet/ssl/state_machine.rb +2 -2
  442. data/lib/puppet/ssl/verifier.rb +5 -1
  443. data/lib/puppet/syntax_checkers/base64.rb +1 -1
  444. data/lib/puppet/syntax_checkers/epp.rb +1 -1
  445. data/lib/puppet/syntax_checkers/json.rb +1 -1
  446. data/lib/puppet/syntax_checkers/pp.rb +1 -1
  447. data/lib/puppet/transaction.rb +11 -11
  448. data/lib/puppet/transaction/additional_resource_generator.rb +1 -1
  449. data/lib/puppet/transaction/event.rb +4 -4
  450. data/lib/puppet/transaction/event_manager.rb +1 -1
  451. data/lib/puppet/transaction/persistence.rb +1 -1
  452. data/lib/puppet/transaction/report.rb +2 -2
  453. data/lib/puppet/transaction/resource_harness.rb +1 -1
  454. data/lib/puppet/type.rb +14 -14
  455. data/lib/puppet/type/component.rb +3 -3
  456. data/lib/puppet/type/exec.rb +16 -3
  457. data/lib/puppet/type/file.rb +37 -19
  458. data/lib/puppet/type/file/checksum.rb +1 -1
  459. data/lib/puppet/type/file/checksum_value.rb +2 -2
  460. data/lib/puppet/type/file/content.rb +2 -2
  461. data/lib/puppet/type/file/data_sync.rb +2 -2
  462. data/lib/puppet/type/file/ensure.rb +1 -1
  463. data/lib/puppet/type/file/group.rb +1 -1
  464. data/lib/puppet/type/file/mode.rb +7 -1
  465. data/lib/puppet/type/file/selcontext.rb +2 -2
  466. data/lib/puppet/type/file/source.rb +4 -4
  467. data/lib/puppet/type/filebucket.rb +1 -1
  468. data/lib/puppet/type/group.rb +2 -2
  469. data/lib/puppet/type/package.rb +2 -2
  470. data/lib/puppet/type/resources.rb +2 -2
  471. data/lib/puppet/type/service.rb +18 -38
  472. data/lib/puppet/type/tidy.rb +25 -6
  473. data/lib/puppet/type/user.rb +43 -25
  474. data/lib/puppet/util.rb +43 -34
  475. data/lib/puppet/util/at_fork.rb +3 -3
  476. data/lib/puppet/util/at_fork/solaris.rb +1 -1
  477. data/lib/puppet/util/autoload.rb +4 -4
  478. data/lib/puppet/util/checksums.rb +3 -3
  479. data/lib/puppet/util/colors.rb +1 -1
  480. data/lib/puppet/util/command_line.rb +6 -6
  481. data/lib/puppet/util/command_line/puppet_option_parser.rb +2 -2
  482. data/lib/puppet/util/execution.rb +2 -2
  483. data/lib/puppet/util/feature.rb +2 -2
  484. data/lib/puppet/util/filetype.rb +1 -1
  485. data/lib/puppet/util/http_proxy.rb +1 -1
  486. data/lib/puppet/util/inifile.rb +2 -2
  487. data/lib/puppet/util/instance_loader.rb +3 -3
  488. data/lib/puppet/util/json_lockfile.rb +1 -1
  489. data/lib/puppet/util/ldap/connection.rb +1 -1
  490. data/lib/puppet/util/ldap/generator.rb +1 -1
  491. data/lib/puppet/util/ldap/manager.rb +3 -3
  492. data/lib/puppet/util/limits.rb +1 -1
  493. data/lib/puppet/util/log.rb +6 -6
  494. data/lib/puppet/util/log/destinations.rb +1 -1
  495. data/lib/puppet/util/logging.rb +2 -2
  496. data/lib/puppet/util/metric.rb +2 -2
  497. data/lib/puppet/util/monkey_patches.rb +9 -20
  498. data/lib/puppet/util/network_device/base.rb +3 -3
  499. data/lib/puppet/util/network_device/config.rb +2 -2
  500. data/lib/puppet/util/network_device/transport.rb +1 -1
  501. data/lib/puppet/util/network_device/transport/base.rb +2 -2
  502. data/lib/puppet/util/package/version/range.rb +6 -6
  503. data/lib/puppet/util/package/version/range/eq.rb +1 -1
  504. data/lib/puppet/util/package/version/range/gt.rb +1 -1
  505. data/lib/puppet/util/package/version/range/gt_eq.rb +1 -1
  506. data/lib/puppet/util/package/version/range/lt.rb +1 -1
  507. data/lib/puppet/util/package/version/range/lt_eq.rb +1 -1
  508. data/lib/puppet/util/package/version/range/min_max.rb +1 -1
  509. data/lib/puppet/util/package/version/range/simple.rb +1 -1
  510. data/lib/puppet/util/package/version/rpm.rb +1 -1
  511. data/lib/puppet/util/pidlock.rb +1 -1
  512. data/lib/puppet/util/plist.rb +1 -1
  513. data/lib/puppet/util/posix.rb +1 -1
  514. data/lib/puppet/util/profiler.rb +3 -3
  515. data/lib/puppet/util/profiler/aggregate.rb +2 -2
  516. data/lib/puppet/util/profiler/object_counts.rb +1 -1
  517. data/lib/puppet/util/profiler/wall_clock.rb +1 -1
  518. data/lib/puppet/util/provider_features.rb +2 -2
  519. data/lib/puppet/util/rdoc.rb +2 -2
  520. data/lib/puppet/util/rdoc/generators/puppet_generator.rb +2 -2
  521. data/lib/puppet/util/rdoc/parser.rb +6 -6
  522. data/lib/puppet/util/rdoc/parser/puppet_parser_rdoc2.rb +1 -1
  523. data/lib/puppet/util/reference.rb +1 -1
  524. data/lib/puppet/util/resource_template.rb +2 -2
  525. data/lib/puppet/util/rubygems.rb +1 -1
  526. data/lib/puppet/util/selinux.rb +30 -4
  527. data/lib/puppet/util/skip_tags.rb +1 -1
  528. data/lib/puppet/util/storage.rb +1 -1
  529. data/lib/puppet/util/suidmanager.rb +2 -2
  530. data/lib/puppet/util/symbolic_file_mode.rb +30 -18
  531. data/lib/puppet/util/tag_set.rb +1 -1
  532. data/lib/puppet/util/tagging.rb +1 -1
  533. data/lib/puppet/util/watched_file.rb +1 -1
  534. data/lib/puppet/util/watcher.rb +3 -3
  535. data/lib/puppet/util/windows.rb +20 -20
  536. data/lib/puppet/util/windows/access_control_entry.rb +1 -1
  537. data/lib/puppet/util/windows/adsi.rb +1 -1
  538. data/lib/puppet/util/windows/daemon.rb +1 -1
  539. data/lib/puppet/util/windows/error.rb +2 -2
  540. data/lib/puppet/util/windows/file.rb +1 -1
  541. data/lib/puppet/util/windows/monkey_patches/process.rb +2 -2
  542. data/lib/puppet/util/windows/principal.rb +1 -1
  543. data/lib/puppet/util/windows/process.rb +2 -2
  544. data/lib/puppet/util/windows/registry.rb +1 -1
  545. data/lib/puppet/util/windows/root_certs.rb +2 -2
  546. data/lib/puppet/util/windows/security.rb +1 -1
  547. data/lib/puppet/util/windows/security_descriptor.rb +1 -1
  548. data/lib/puppet/util/windows/service.rb +1 -1
  549. data/lib/puppet/util/windows/sid.rb +4 -2
  550. data/lib/puppet/util/windows/user.rb +1 -1
  551. data/lib/puppet/vendor.rb +1 -1
  552. data/lib/puppet/version.rb +1 -1
  553. data/lib/puppet/x509.rb +4 -4
  554. data/lib/puppet/x509/cert_provider.rb +4 -22
  555. data/lib/puppet/x509/pem_store.rb +1 -1
  556. data/lib/puppet_pal.rb +2 -2
  557. data/locales/puppet.pot +349 -305
  558. data/man/man5/puppet.conf.5 +259 -241
  559. data/man/man8/puppet-agent.8 +1 -1
  560. data/man/man8/puppet-apply.8 +1 -1
  561. data/man/man8/puppet-catalog.8 +9 -9
  562. data/man/man8/puppet-config.8 +1 -1
  563. data/man/man8/puppet-describe.8 +1 -1
  564. data/man/man8/puppet-device.8 +1 -1
  565. data/man/man8/puppet-doc.8 +1 -1
  566. data/man/man8/puppet-epp.8 +1 -1
  567. data/man/man8/puppet-facts.8 +7 -7
  568. data/man/man8/puppet-filebucket.8 +1 -1
  569. data/man/man8/puppet-generate.8 +1 -1
  570. data/man/man8/puppet-help.8 +1 -1
  571. data/man/man8/puppet-lookup.8 +1 -1
  572. data/man/man8/puppet-module.8 +1 -1
  573. data/man/man8/puppet-node.8 +5 -5
  574. data/man/man8/puppet-parser.8 +1 -1
  575. data/man/man8/puppet-plugin.8 +1 -1
  576. data/man/man8/puppet-report.8 +5 -5
  577. data/man/man8/puppet-resource.8 +1 -1
  578. data/man/man8/puppet-script.8 +1 -1
  579. data/man/man8/puppet-ssl.8 +1 -1
  580. data/man/man8/puppet.8 +2 -2
  581. data/spec/fixtures/ssl/127.0.0.1-key.pem +107 -57
  582. data/spec/fixtures/ssl/127.0.0.1.pem +52 -31
  583. data/spec/fixtures/ssl/bad-basic-constraints.pem +57 -35
  584. data/spec/fixtures/ssl/bad-int-basic-constraints.pem +57 -35
  585. data/spec/fixtures/ssl/ca.pem +57 -35
  586. data/spec/fixtures/ssl/crl.pem +28 -18
  587. data/spec/fixtures/ssl/ec-key-openssl.pem +8 -0
  588. data/spec/fixtures/ssl/ec-key-pk8.pem +5 -0
  589. data/spec/fixtures/ssl/ec-key.pem +11 -11
  590. data/spec/fixtures/ssl/ec.pem +33 -24
  591. data/spec/fixtures/ssl/encrypted-ec-key.pem +12 -12
  592. data/spec/fixtures/ssl/encrypted-key.pem +108 -58
  593. data/spec/fixtures/ssl/intermediate-agent-crl.pem +28 -19
  594. data/spec/fixtures/ssl/intermediate-agent.pem +57 -36
  595. data/spec/fixtures/ssl/intermediate-crl.pem +31 -21
  596. data/spec/fixtures/ssl/intermediate.pem +57 -36
  597. data/spec/fixtures/ssl/oid-key.pem +117 -0
  598. data/spec/fixtures/ssl/oid.pem +69 -0
  599. data/spec/fixtures/ssl/pluto-key.pem +107 -57
  600. data/spec/fixtures/ssl/pluto.pem +52 -30
  601. data/spec/fixtures/ssl/request-key.pem +107 -57
  602. data/spec/fixtures/ssl/request.pem +47 -26
  603. data/spec/fixtures/ssl/revoked-key.pem +107 -57
  604. data/spec/fixtures/ssl/revoked.pem +52 -30
  605. data/spec/fixtures/ssl/signed-key.pem +107 -57
  606. data/spec/fixtures/ssl/signed.pem +52 -30
  607. data/spec/fixtures/ssl/tampered-cert.pem +52 -30
  608. data/spec/fixtures/ssl/tampered-csr.pem +47 -26
  609. data/spec/fixtures/ssl/trusted_oid_mapping.yaml +5 -0
  610. data/spec/fixtures/ssl/unknown-127.0.0.1-key.pem +107 -57
  611. data/spec/fixtures/ssl/unknown-127.0.0.1.pem +50 -29
  612. data/spec/fixtures/ssl/unknown-ca-key.pem +107 -57
  613. data/spec/fixtures/ssl/unknown-ca.pem +55 -33
  614. data/spec/fixtures/unit/provider/service/systemd/list_unit_files_services_vendor_preset +9 -0
  615. data/spec/integration/application/filebucket_spec.rb +11 -0
  616. data/spec/integration/application/module_spec.rb +21 -0
  617. data/spec/integration/application/resource_spec.rb +64 -0
  618. data/spec/integration/application/ssl_spec.rb +20 -0
  619. data/spec/integration/defaults_spec.rb +5 -0
  620. data/spec/integration/environments/settings_interpolation_spec.rb +0 -4
  621. data/spec/integration/http/client_spec.rb +1 -1
  622. data/spec/integration/indirector/facts/facter_spec.rb +90 -36
  623. data/spec/integration/type/exec_spec.rb +70 -45
  624. data/spec/integration/type/file_spec.rb +5 -5
  625. data/spec/lib/puppet/test_ca.rb +7 -2
  626. data/spec/lib/puppet_spec/files.rb +1 -1
  627. data/spec/lib/puppet_spec/settings.rb +1 -0
  628. data/spec/shared_contexts/provider.rb +16 -0
  629. data/spec/spec_helper.rb +11 -1
  630. data/spec/unit/application/agent_spec.rb +7 -2
  631. data/spec/unit/configurer/downloader_spec.rb +6 -0
  632. data/spec/unit/configurer_spec.rb +23 -0
  633. data/spec/unit/environments_spec.rb +35 -0
  634. data/spec/unit/file_bucket/dipper_spec.rb +1 -1
  635. data/spec/unit/file_serving/fileset_spec.rb +60 -0
  636. data/spec/unit/file_system_spec.rb +6 -0
  637. data/spec/unit/functions/assert_type_spec.rb +1 -1
  638. data/spec/unit/functions/empty_spec.rb +10 -0
  639. data/spec/unit/functions/lookup_spec.rb +23 -0
  640. data/spec/unit/functions/unwrap_spec.rb +8 -0
  641. data/spec/unit/functions4_spec.rb +19 -10
  642. data/spec/unit/gettext/config_spec.rb +12 -0
  643. data/spec/unit/http/service/compiler_spec.rb +123 -0
  644. data/spec/unit/indirector/catalog/compiler_spec.rb +14 -10
  645. data/spec/unit/indirector/resource/ral_spec.rb +40 -75
  646. data/spec/unit/module_spec.rb +1 -1
  647. data/spec/unit/module_tool/applications/installer_spec.rb +13 -2
  648. data/spec/unit/parser/compiler_spec.rb +29 -0
  649. data/spec/unit/parser/functions/fqdn_rand_spec.rb +15 -1
  650. data/spec/unit/parser/templatewrapper_spec.rb +12 -2
  651. data/spec/unit/pops/loaders/dependency_loader_spec.rb +1 -10
  652. data/spec/unit/pops/lookup/context_spec.rb +1 -1
  653. data/spec/unit/pops/parser/lexer2_spec.rb +0 -4
  654. data/spec/unit/pops/types/p_sem_ver_type_spec.rb +18 -0
  655. data/spec/unit/pops/types/p_sensitive_type_spec.rb +18 -0
  656. data/spec/unit/pops/types/type_parser_spec.rb +2 -1
  657. data/spec/unit/provider/package/dnfmodule_spec.rb +13 -4
  658. data/spec/unit/provider/package/gem_spec.rb +3 -1
  659. data/spec/unit/provider/package/nim_spec.rb +42 -0
  660. data/spec/unit/provider/package/pip2_spec.rb +3 -1
  661. data/spec/unit/provider/package/pip3_spec.rb +3 -1
  662. data/spec/unit/provider/package/pip_spec.rb +40 -1
  663. data/spec/unit/provider/package/pkg_spec.rb +44 -44
  664. data/spec/unit/provider/package/puppet_gem_spec.rb +31 -1
  665. data/spec/unit/provider/package/puppetserver_gem_spec.rb +2 -0
  666. data/spec/unit/provider/package/windows/exe_package_spec.rb +17 -0
  667. data/spec/unit/provider/parsedfile_spec.rb +10 -0
  668. data/spec/unit/provider/service/base_spec.rb +8 -8
  669. data/spec/unit/provider/service/bsd_spec.rb +0 -4
  670. data/spec/unit/provider/service/daemontools_spec.rb +1 -1
  671. data/spec/unit/provider/service/debian_spec.rb +15 -17
  672. data/spec/unit/provider/service/freebsd_spec.rb +1 -1
  673. data/spec/unit/provider/service/gentoo_spec.rb +19 -14
  674. data/spec/unit/provider/service/init_spec.rb +29 -20
  675. data/spec/unit/provider/service/launchd_spec.rb +10 -12
  676. data/spec/unit/provider/service/openbsd_spec.rb +21 -35
  677. data/spec/unit/provider/service/openrc_spec.rb +15 -14
  678. data/spec/unit/provider/service/openwrt_spec.rb +3 -1
  679. data/spec/unit/provider/service/redhat_spec.rb +20 -19
  680. data/spec/unit/provider/service/smf_spec.rb +6 -5
  681. data/spec/unit/provider/service/src_spec.rb +5 -10
  682. data/spec/unit/provider/service/systemd_spec.rb +80 -29
  683. data/spec/unit/provider/service/upstart_spec.rb +25 -20
  684. data/spec/unit/provider/service/windows_spec.rb +202 -0
  685. data/spec/unit/provider/user/directoryservice_spec.rb +67 -35
  686. data/spec/unit/provider/user/useradd_spec.rb +18 -3
  687. data/spec/unit/resource/catalog_spec.rb +1 -1
  688. data/spec/unit/resource/type_collection_spec.rb +16 -0
  689. data/spec/unit/resource/type_spec.rb +2 -2
  690. data/spec/unit/settings/config_file_spec.rb +1 -11
  691. data/spec/unit/settings/value_translator_spec.rb +4 -5
  692. data/spec/unit/settings_spec.rb +120 -79
  693. data/spec/unit/ssl/ssl_provider_spec.rb +18 -16
  694. data/spec/unit/ssl/state_machine_spec.rb +19 -5
  695. data/spec/unit/transaction/additional_resource_generator_spec.rb +0 -2
  696. data/spec/unit/transaction_spec.rb +18 -20
  697. data/spec/unit/type/exec_spec.rb +76 -29
  698. data/spec/unit/type/file/selinux_spec.rb +3 -3
  699. data/spec/unit/type/file/source_spec.rb +4 -4
  700. data/spec/unit/type/service_spec.rb +59 -188
  701. data/spec/unit/type/tidy_spec.rb +24 -7
  702. data/spec/unit/type/user_spec.rb +45 -0
  703. data/spec/unit/util/at_fork_spec.rb +9 -9
  704. data/spec/unit/util/ldap/connection_spec.rb +10 -10
  705. data/spec/unit/util/ldap/manager_spec.rb +2 -2
  706. data/spec/unit/util/posix_spec.rb +1 -1
  707. data/spec/unit/util/selinux_spec.rb +87 -16
  708. data/spec/unit/util/windows/sid_spec.rb +39 -4
  709. data/spec/unit/util_spec.rb +1 -3
  710. data/spec/unit/x509/cert_provider_spec.rb +9 -1
  711. data/tasks/generate_cert_fixtures.rake +12 -3
  712. metadata +22 -3
@@ -293,7 +293,7 @@ module Puppet::Util::Windows::ADSI
293
293
  class User < ADSIObject
294
294
  extend FFI::Library
295
295
 
296
- require 'puppet/util/windows/sid'
296
+ require_relative '../../../puppet/util/windows/sid'
297
297
 
298
298
  # https://msdn.microsoft.com/en-us/library/aa746340.aspx
299
299
  # IADsUser interface
@@ -1,4 +1,4 @@
1
- require 'puppet/ffi/windows'
1
+ require_relative '../../../puppet/ffi/windows'
2
2
 
3
3
  module Puppet::Util::Windows
4
4
 
@@ -1,5 +1,5 @@
1
- require 'puppet/util/windows'
2
- require 'puppet/error'
1
+ require_relative '../../../puppet/util/windows'
2
+ require_relative '../../../puppet/error'
3
3
 
4
4
  # represents an error resulting from a Win32 error code
5
5
  class Puppet::Util::Windows::Error < Puppet::Error
@@ -1,4 +1,4 @@
1
- require 'puppet/ffi/windows'
1
+ require_relative '../../../puppet/ffi/windows'
2
2
 
3
3
  module Puppet::Util::Windows::File
4
4
  extend Puppet::Util::Windows::String
@@ -1,8 +1,8 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require 'ffi'
4
- require 'puppet/ffi/windows'
5
- require 'puppet/util/windows/string'
4
+ require_relative '../../../../puppet/ffi/windows'
5
+ require_relative '../../../../puppet/util/windows/string'
6
6
 
7
7
  module Process
8
8
  extend FFI::Library
@@ -1,4 +1,4 @@
1
- require 'puppet/util/windows'
1
+ require_relative '../../../puppet/util/windows'
2
2
 
3
3
  module Puppet::Util::Windows::SID
4
4
  class Principal
@@ -1,5 +1,5 @@
1
- require 'puppet/util/windows/monkey_patches/process'
2
- require 'puppet/ffi/windows'
1
+ require_relative '../../../puppet/util/windows/monkey_patches/process'
2
+ require_relative '../../../puppet/ffi/windows'
3
3
 
4
4
  module Puppet::Util::Windows::Process
5
5
  extend Puppet::FFI::Windows::Functions
@@ -1,4 +1,4 @@
1
- require 'puppet/util/windows'
1
+ require_relative '../../../puppet/util/windows'
2
2
 
3
3
  module Puppet::Util::Windows
4
4
  module Registry
@@ -1,5 +1,5 @@
1
- require 'puppet/util/windows'
2
- require 'puppet/ssl/openssl_loader'
1
+ require_relative '../../../puppet/util/windows'
2
+ require_relative '../../../puppet/ssl/openssl_loader'
3
3
  require 'ffi'
4
4
 
5
5
  # Represents a collection of trusted root certificates.
@@ -61,7 +61,7 @@
61
61
  # automatically rebuild the access control list based on the new
62
62
  # (and different) owner or group.
63
63
 
64
- require 'puppet/util/windows'
64
+ require_relative '../../../puppet/util/windows'
65
65
  require 'pathname'
66
66
  require 'ffi'
67
67
 
@@ -8,7 +8,7 @@
8
8
  # @see https://msdn.microsoft.com/en-us/library/windows/desktop/aa379563(v=vs.85).aspx
9
9
  # @api private
10
10
  class Puppet::Util::Windows::SecurityDescriptor
11
- require 'puppet/util/windows/security'
11
+ require_relative '../../../puppet/util/windows/security'
12
12
  include Puppet::Util::Windows::SID
13
13
 
14
14
  attr_reader :owner, :group, :dacl
@@ -1,5 +1,5 @@
1
1
  # coding: utf-8
2
- require 'puppet/ffi/windows'
2
+ require_relative '../../../puppet/ffi/windows'
3
3
 
4
4
  module Puppet::Util::Windows
5
5
  # This module is designed to provide an API between the windows system and puppet for
@@ -1,4 +1,4 @@
1
- require 'puppet/util/windows'
1
+ require_relative '../../../puppet/util/windows'
2
2
 
3
3
  module Puppet::Util::Windows
4
4
  module SID
@@ -75,7 +75,9 @@ module Puppet::Util::Windows
75
75
  raw_sid_bytes = sid_ptr.read_array_of_uchar(get_length_sid(sid_ptr))
76
76
  end
77
77
  rescue => e
78
- Puppet.debug("Could not retrieve raw SID bytes from '#{name}': #{e.message}")
78
+ # Avoid debug logs pollution with valid account names
79
+ # https://docs.microsoft.com/en-us/windows/win32/api/sddl/nf-sddl-convertstringsidtosidw#return-value
80
+ Puppet.debug("Could not retrieve raw SID bytes from '#{name}': #{e.message}") unless e.code == ERROR_INVALID_SID_STRUCTURE
79
81
  end
80
82
 
81
83
  raw_sid_bytes ? Principal.lookup_account_sid(raw_sid_bytes) : Principal.lookup_account_name(name)
@@ -1,4 +1,4 @@
1
- require 'puppet/util/windows'
1
+ require_relative '../../../puppet/util/windows'
2
2
 
3
3
  require 'facter'
4
4
  require 'ffi'
data/lib/puppet/vendor.rb CHANGED
@@ -37,7 +37,7 @@ module Puppet
37
37
 
38
38
  # @api private
39
39
  def require_libs
40
- require 'puppet/vendor/require_vendored'
40
+ require_relative 'vendor/require_vendored'
41
41
  end
42
42
 
43
43
  # Configures the path for all vendored libraries and loads required libraries.
@@ -6,7 +6,7 @@
6
6
  # Raketasks and such to set the version based on the output of `git describe`
7
7
 
8
8
  module Puppet
9
- PUPPETVERSION = '7.5.0'
9
+ PUPPETVERSION = '7.9.0'
10
10
 
11
11
  ##
12
12
  # version is a public API method intended to always provide a fast and
data/lib/puppet/x509.rb CHANGED
@@ -1,11 +1,11 @@
1
- require 'puppet'
2
- require 'puppet/ssl/openssl_loader'
1
+ require_relative '../puppet'
2
+ require_relative '../puppet/ssl/openssl_loader'
3
3
 
4
4
  # Responsible for loading and saving certificates and private keys.
5
5
  #
6
6
  # @see Puppet::X509::CertProvider
7
7
  # @api private
8
8
  module Puppet::X509
9
- require 'puppet/x509/pem_store'
10
- require 'puppet/x509/cert_provider'
9
+ require_relative 'x509/pem_store'
10
+ require_relative 'x509/cert_provider'
11
11
  end
@@ -1,4 +1,4 @@
1
- require 'puppet/x509'
1
+ require_relative '../../puppet/x509'
2
2
 
3
3
  # Class for loading and saving cert related objects. By default the provider
4
4
  # loads and saves based on puppet's default settings, such as `Puppet[:localcacert]`.
@@ -15,7 +15,6 @@ class Puppet::X509::CertProvider
15
15
  VALID_CERTNAME = /\A[ -.0-~]+\Z/
16
16
  CERT_DELIMITERS = /-----BEGIN CERTIFICATE-----.*?-----END CERTIFICATE-----/m
17
17
  CRL_DELIMITERS = /-----BEGIN X509 CRL-----.*?-----END X509 CRL-----/m
18
- EC_HEADER = /-----BEGIN EC PRIVATE KEY-----/
19
18
 
20
19
  def initialize(capath: Puppet[:localcacert],
21
20
  crlpath: Puppet[:hostcrl],
@@ -207,26 +206,9 @@ class Puppet::X509::CertProvider
207
206
  # @api private
208
207
  def load_private_key_from_pem(pem, password: nil)
209
208
  # set a non-nil password to ensure openssl doesn't prompt
210
- # but ruby 2.4.0 & 2.4.1 require at least 4 bytes due to
211
- # https://github.com/ruby/openssl/commit/f38501249f33bff7ca9d208670b8cde695ea8b7b
212
- # and corrected in https://github.com/ruby/openssl/commit/a896c3d1dfa090e92dec1abf8ac12843af6af721
213
- password ||= ' '
214
-
215
- # Can't use OpenSSL::PKey.read, because it's broken in MRI 2.3, doesn't exist
216
- # in JRuby 9.1, and is broken in JRuby 9.2
217
- begin
218
- if pem =~ EC_HEADER
219
- OpenSSL::PKey::EC.new(pem, password)
220
- else
221
- OpenSSL::PKey::RSA.new(pem, password)
222
- end
223
- rescue OpenSSL::PKey::PKeyError => e
224
- if e.message =~ /Neither PUB key nor PRIV key/
225
- raise OpenSSL::PKey::PKeyError, "Could not parse PKey: no start line"
226
- else
227
- raise e
228
- end
229
- end
209
+ password ||= ''
210
+
211
+ OpenSSL::PKey.read(pem, password)
230
212
  end
231
213
 
232
214
  # Load the private key password.
@@ -1,4 +1,4 @@
1
- require 'puppet/x509'
1
+ require_relative '../../puppet/x509'
2
2
 
3
3
  # Methods for managing PEM encoded files. While PEM encoded strings are
4
4
  # always ASCII, the files may contain user specified comments, so they are
data/lib/puppet_pal.rb CHANGED
@@ -4,5 +4,5 @@
4
4
  # This requires all of puppet because 'settings' and many other things are still required in PAL.
5
5
  # Eventually that will not be the case.
6
6
  #
7
- require 'puppet'
8
- require 'puppet/pal/pal_api'
7
+ require_relative 'puppet'
8
+ require_relative 'puppet/pal/pal_api'
data/locales/puppet.pot CHANGED
@@ -6,11 +6,11 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: Puppet automation framework 7.3.0-6-g7c55ccd544\n"
9
+ "Project-Id-Version: Puppet automation framework 7.8.0-115-g2e290b736f\n"
10
10
  "\n"
11
11
  "Report-Msgid-Bugs-To: https://tickets.puppetlabs.com\n"
12
- "POT-Creation-Date: 2021-01-21 13:07+0000\n"
13
- "PO-Revision-Date: 2021-01-21 13:07+0000\n"
12
+ "POT-Creation-Date: 2021-07-06 12:22+0000\n"
13
+ "PO-Revision-Date: 2021-07-06 12:22+0000\n"
14
14
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15
15
  "Language-Team: LANGUAGE <LL@li.org>\n"
16
16
  "Language: \n"
@@ -184,19 +184,19 @@ msgstr ""
184
184
  msgid "The puppet agent daemon"
185
185
  msgstr ""
186
186
 
187
- #: ../lib/puppet/application/agent.rb:415
187
+ #: ../lib/puppet/application/agent.rb:422
188
188
  msgid "Fingerprint asked but neither the certificate, nor the certificate request have been issued"
189
189
  msgstr ""
190
190
 
191
- #: ../lib/puppet/application/agent.rb:420
191
+ #: ../lib/puppet/application/agent.rb:427
192
192
  msgid "Failed to generate fingerprint: %{message}"
193
193
  msgstr ""
194
194
 
195
- #: ../lib/puppet/application/agent.rb:443
195
+ #: ../lib/puppet/application/agent.rb:450
196
196
  msgid "Starting Puppet client version %{version}"
197
197
  msgstr ""
198
198
 
199
- #: ../lib/puppet/application/agent.rb:459
199
+ #: ../lib/puppet/application/agent.rb:466
200
200
  msgid "The puppet agent command does not take parameters"
201
201
  msgstr ""
202
202
 
@@ -206,35 +206,35 @@ msgstr ""
206
206
 
207
207
  #. TRANSLATORS "puppet apply" is a program command and should not be translated
208
208
  #. TRANSLATORS "puppet apply" is a program command and should not be translated
209
- #: ../lib/puppet/application/apply.rb:208 ../lib/puppet/application/apply.rb:321
209
+ #: ../lib/puppet/application/apply.rb:209 ../lib/puppet/application/apply.rb:322
210
210
  msgid "For puppet apply"
211
211
  msgstr ""
212
212
 
213
- #: ../lib/puppet/application/apply.rb:216
213
+ #: ../lib/puppet/application/apply.rb:217
214
214
  msgid "%{file} is not readable"
215
215
  msgstr ""
216
216
 
217
- #: ../lib/puppet/application/apply.rb:287 ../lib/puppet/application/script.rb:240
217
+ #: ../lib/puppet/application/apply.rb:288 ../lib/puppet/application/script.rb:241
218
218
  msgid "Exiting"
219
219
  msgstr ""
220
220
 
221
- #: ../lib/puppet/application/apply.rb:331
221
+ #: ../lib/puppet/application/apply.rb:332
222
222
  msgid "Could not deserialize catalog from %{format}: %{detail}"
223
223
  msgstr ""
224
224
 
225
- #: ../lib/puppet/application/apply.rb:352 ../lib/puppet/application/script.rb:145
225
+ #: ../lib/puppet/application/apply.rb:353 ../lib/puppet/application/script.rb:146
226
226
  msgid "Could not find facts for %{node}"
227
227
  msgstr ""
228
228
 
229
- #: ../lib/puppet/application/apply.rb:364 ../lib/puppet/application/script.rb:153
229
+ #: ../lib/puppet/application/apply.rb:365 ../lib/puppet/application/script.rb:154
230
230
  msgid "Could not find node %{node}"
231
231
  msgstr ""
232
232
 
233
- #: ../lib/puppet/application/apply.rb:377 ../lib/puppet/application/script.rb:138
233
+ #: ../lib/puppet/application/apply.rb:378 ../lib/puppet/application/script.rb:139
234
234
  msgid "Could not find file %{manifest}"
235
235
  msgstr ""
236
236
 
237
- #: ../lib/puppet/application/apply.rb:378
237
+ #: ../lib/puppet/application/apply.rb:379
238
238
  msgid "Only one file can be applied per run. Skipping %{files}"
239
239
  msgstr ""
240
240
 
@@ -246,47 +246,47 @@ msgstr ""
246
246
  msgid "Manage remote network devices"
247
247
  msgstr ""
248
248
 
249
- #: ../lib/puppet/application/device.rb:231
249
+ #: ../lib/puppet/application/device.rb:232
250
250
  msgid "resource command requires target"
251
251
  msgstr ""
252
252
 
253
- #: ../lib/puppet/application/device.rb:234
253
+ #: ../lib/puppet/application/device.rb:235
254
254
  msgid "facts command requires target"
255
255
  msgstr ""
256
256
 
257
- #: ../lib/puppet/application/device.rb:237
257
+ #: ../lib/puppet/application/device.rb:238
258
258
  msgid "missing argument: --target is required when using --apply"
259
259
  msgstr ""
260
260
 
261
- #: ../lib/puppet/application/device.rb:238
261
+ #: ../lib/puppet/application/device.rb:239
262
262
  msgid "%{file} does not exist, cannot apply"
263
263
  msgstr ""
264
264
 
265
- #: ../lib/puppet/application/device.rb:256
265
+ #: ../lib/puppet/application/device.rb:257
266
266
  msgid "Target device / certificate '%{target}' not found in %{config}"
267
267
  msgstr ""
268
268
 
269
- #: ../lib/puppet/application/device.rb:258
269
+ #: ../lib/puppet/application/device.rb:259
270
270
  msgid "No device found in %{config}"
271
271
  msgstr ""
272
272
 
273
- #: ../lib/puppet/application/device.rb:315
273
+ #: ../lib/puppet/application/device.rb:316
274
274
  msgid "retrieving resource: %{resource} from %{target} at %{scheme}%{url_host}%{port}%{url_path}"
275
275
  msgstr ""
276
276
 
277
- #: ../lib/puppet/application/device.rb:330
277
+ #: ../lib/puppet/application/device.rb:331
278
278
  msgid "retrieving facts from %{target} at %{scheme}%{url_host}%{port}%{url_path}"
279
279
  msgstr ""
280
280
 
281
- #: ../lib/puppet/application/device.rb:353
281
+ #: ../lib/puppet/application/device.rb:354
282
282
  msgid "starting applying configuration to %{target} at %{scheme}%{url_host}%{port}%{url_path}"
283
283
  msgstr ""
284
284
 
285
- #: ../lib/puppet/application/device.rb:389 ../lib/puppet/application/resource.rb:196
285
+ #: ../lib/puppet/application/device.rb:390 ../lib/puppet/application/resource.rb:201
286
286
  msgid "You must specify the type to display"
287
287
  msgstr ""
288
288
 
289
- #: ../lib/puppet/application/device.rb:390 ../lib/puppet/application/resource.rb:197
289
+ #: ../lib/puppet/application/device.rb:391 ../lib/puppet/application/resource.rb:202
290
290
  msgid "Could not find type %{type}"
291
291
  msgstr ""
292
292
 
@@ -348,31 +348,31 @@ msgstr ""
348
348
  msgid "Try 'puppet help %{face} %{action}' for usage"
349
349
  msgstr ""
350
350
 
351
- #: ../lib/puppet/application/filebucket.rb:16
351
+ #: ../lib/puppet/application/filebucket.rb:17
352
352
  msgid "Store and retrieve files in a filebucket"
353
353
  msgstr ""
354
354
 
355
- #: ../lib/puppet/application/filebucket.rb:225
355
+ #: ../lib/puppet/application/filebucket.rb:226
356
356
  msgid "You must specify a file to back up"
357
357
  msgstr ""
358
358
 
359
- #: ../lib/puppet/application/filebucket.rb:229
359
+ #: ../lib/puppet/application/filebucket.rb:230
360
360
  msgid "%{file}: no such file"
361
361
  msgstr ""
362
362
 
363
- #: ../lib/puppet/application/filebucket.rb:233
363
+ #: ../lib/puppet/application/filebucket.rb:234
364
364
  msgid "%{file}: cannot read file"
365
365
  msgstr ""
366
366
 
367
- #: ../lib/puppet/application/filebucket.rb:255 ../lib/puppet/application/filebucket.rb:278
367
+ #: ../lib/puppet/application/filebucket.rb:256 ../lib/puppet/application/filebucket.rb:279
368
368
  msgid "Need exactly two arguments: filebucket diff <file_a> <file_b>"
369
369
  msgstr ""
370
370
 
371
- #: ../lib/puppet/application/filebucket.rb:275
371
+ #: ../lib/puppet/application/filebucket.rb:276
372
372
  msgid "Comparing %{checksum_a} %{checksum_b} %{file_a} %{file_b}"
373
373
  msgstr ""
374
374
 
375
- #: ../lib/puppet/application/filebucket.rb:289
375
+ #: ../lib/puppet/application/filebucket.rb:290
376
376
  msgid "Cancelling"
377
377
  msgstr ""
378
378
 
@@ -414,19 +414,19 @@ msgstr ""
414
414
  msgid "Incorrect formatted data in %{fact_file} given via the --facts flag"
415
415
  msgstr ""
416
416
 
417
- #: ../lib/puppet/application/resource.rb:32
417
+ #: ../lib/puppet/application/resource.rb:34
418
418
  msgid "The resource abstraction layer shell"
419
419
  msgstr ""
420
420
 
421
- #: ../lib/puppet/application/resource.rb:140
421
+ #: ../lib/puppet/application/resource.rb:145
422
422
  msgid "Editing with Yaml output is not supported"
423
423
  msgstr ""
424
424
 
425
- #: ../lib/puppet/application/resource.rb:204
425
+ #: ../lib/puppet/application/resource.rb:209
426
426
  msgid "Invalid parameter setting %{setting}"
427
427
  msgstr ""
428
428
 
429
- #: ../lib/puppet/application/resource.rb:226
429
+ #: ../lib/puppet/application/resource.rb:240
430
430
  msgid "Listing all file instances is not supported. Please specify a file or directory, e.g. puppet resource file /etc"
431
431
  msgstr ""
432
432
 
@@ -434,11 +434,11 @@ msgstr ""
434
434
  msgid "Run a puppet manifests as a script without compiling a catalog"
435
435
  msgstr ""
436
436
 
437
- #: ../lib/puppet/application/script.rb:125
437
+ #: ../lib/puppet/application/script.rb:126
438
438
  msgid "Bolt must be installed to use the script application"
439
439
  msgstr ""
440
440
 
441
- #: ../lib/puppet/application/script.rb:139
441
+ #: ../lib/puppet/application/script.rb:140
442
442
  msgid "Only one file can be used per run. Skipping %{files}"
443
443
  msgstr ""
444
444
 
@@ -446,59 +446,59 @@ msgstr ""
446
446
  msgid "Manage SSL keys and certificates for puppet SSL clients"
447
447
  msgstr ""
448
448
 
449
- #: ../lib/puppet/application/ssl.rb:103
449
+ #: ../lib/puppet/application/ssl.rb:106
450
450
  msgid "An action must be specified."
451
451
  msgstr ""
452
452
 
453
- #: ../lib/puppet/application/ssl.rb:126 ../lib/puppet/application/ssl.rb:133
453
+ #: ../lib/puppet/application/ssl.rb:130 ../lib/puppet/application/ssl.rb:137
454
454
  msgid "The certificate for '%{name}' has not yet been signed"
455
455
  msgstr ""
456
456
 
457
- #: ../lib/puppet/application/ssl.rb:144
457
+ #: ../lib/puppet/application/ssl.rb:148
458
458
  msgid "Completed SSL initialization"
459
459
  msgstr ""
460
460
 
461
- #: ../lib/puppet/application/ssl.rb:146
461
+ #: ../lib/puppet/application/ssl.rb:152
462
462
  msgid "Unknown action '%{action}'"
463
463
  msgstr ""
464
464
 
465
- #: ../lib/puppet/application/ssl.rb:154 ../lib/puppet/ssl/state_machine.rb:180
465
+ #: ../lib/puppet/application/ssl.rb:166 ../lib/puppet/ssl/state_machine.rb:180
466
466
  msgid "Creating a new EC SSL key for %{name} using curve %{curve}"
467
467
  msgstr ""
468
468
 
469
- #: ../lib/puppet/application/ssl.rb:157
469
+ #: ../lib/puppet/application/ssl.rb:169
470
470
  msgid "Creating a new SSL key for %{name}"
471
471
  msgstr ""
472
472
 
473
- #: ../lib/puppet/application/ssl.rb:167
473
+ #: ../lib/puppet/application/ssl.rb:179
474
474
  msgid "Submitted certificate request for '%{name}' to %{url}"
475
475
  msgstr ""
476
476
 
477
- #: ../lib/puppet/application/ssl.rb:170
477
+ #: ../lib/puppet/application/ssl.rb:182
478
478
  msgid "Could not submit certificate request for '%{name}' to %{url} due to a conflict on the server"
479
479
  msgstr ""
480
480
 
481
- #: ../lib/puppet/application/ssl.rb:172 ../lib/puppet/application/ssl.rb:175
481
+ #: ../lib/puppet/application/ssl.rb:184 ../lib/puppet/application/ssl.rb:187
482
482
  msgid "Failed to submit certificate request: %{message}"
483
483
  msgstr ""
484
484
 
485
- #: ../lib/puppet/application/ssl.rb:183
485
+ #: ../lib/puppet/application/ssl.rb:195
486
486
  msgid "Downloading certificate '%{name}' from %{url}"
487
487
  msgstr ""
488
488
 
489
- #: ../lib/puppet/application/ssl.rb:187
489
+ #: ../lib/puppet/application/ssl.rb:199
490
490
  msgid "Downloaded certificate '%{name}' with fingerprint %{fingerprint}"
491
491
  msgstr ""
492
492
 
493
- #: ../lib/puppet/application/ssl.rb:200 ../lib/puppet/application/ssl.rb:203
493
+ #: ../lib/puppet/application/ssl.rb:212 ../lib/puppet/application/ssl.rb:215
494
494
  msgid "Failed to download certificate: %{message}"
495
495
  msgstr ""
496
496
 
497
- #: ../lib/puppet/application/ssl.rb:232 ../lib/puppet/application/ssl.rb:235
497
+ #: ../lib/puppet/application/ssl.rb:244 ../lib/puppet/application/ssl.rb:247
498
498
  msgid "Failed to connect to the CA to determine if certificate %{certname} has been cleaned"
499
499
  msgstr ""
500
500
 
501
- #: ../lib/puppet/application/ssl.rb:239
501
+ #: ../lib/puppet/application/ssl.rb:251
502
502
  msgid ""
503
503
  "The certificate %{certname} must be cleaned from the CA first. To fix this,\n"
504
504
  "run the following commands on the CA:\n"
@@ -506,7 +506,7 @@ msgid ""
506
506
  " puppet ssl clean\n"
507
507
  msgstr ""
508
508
 
509
- #: ../lib/puppet/application/ssl.rb:262
509
+ #: ../lib/puppet/application/ssl.rb:274
510
510
  msgid "Removed %{label} %{path}"
511
511
  msgstr ""
512
512
 
@@ -587,12 +587,12 @@ msgstr ""
587
587
  msgid "Failed to apply catalog: %{detail}"
588
588
  msgstr ""
589
589
 
590
- #: ../lib/puppet/configurer.rb:463 ../lib/puppet/http/resolver/server_list.rb:63
590
+ #: ../lib/puppet/configurer.rb:463 ../lib/puppet/http/resolver/server_list.rb:64 ../lib/puppet/http/resolver/server_list.rb:68
591
591
  msgid "Puppet server %{host}:%{port} is unavailable: %{code} %{reason}"
592
592
  msgstr ""
593
593
 
594
594
  #. TRANSLATORS 'server_list' is the name of a setting and should not be translated
595
- #: ../lib/puppet/configurer.rb:467 ../lib/puppet/http/resolver/server_list.rb:66
595
+ #: ../lib/puppet/configurer.rb:467 ../lib/puppet/http/resolver/server_list.rb:73 ../lib/puppet/http/resolver/server_list.rb:76
596
596
  msgid "Unable to connect to server from server_list setting: %{detail}"
597
597
  msgstr ""
598
598
 
@@ -697,30 +697,30 @@ msgid "Valid values are '%{values}'."
697
697
  msgstr ""
698
698
 
699
699
  #. TRANSLATORS 'data_binding_terminus' is a setting and should not be translated
700
- #: ../lib/puppet/defaults.rb:538
700
+ #: ../lib/puppet/defaults.rb:539
701
701
  msgid "Setting 'data_binding_terminus' is deprecated."
702
702
  msgstr ""
703
703
 
704
704
  #. TRANSLATORS 'hiera' should not be translated
705
- #: ../lib/puppet/defaults.rb:540
705
+ #: ../lib/puppet/defaults.rb:541
706
706
  msgid "Convert custom terminus to hiera 5 API."
707
707
  msgstr ""
708
708
 
709
709
  #. TRANSLATORS 'environment_data_provider' is a setting and should not be translated
710
- #: ../lib/puppet/defaults.rb:733
710
+ #: ../lib/puppet/defaults.rb:735
711
711
  msgid "Setting 'environment_data_provider' is deprecated."
712
712
  msgstr ""
713
713
 
714
- #: ../lib/puppet/defaults.rb:818
714
+ #: ../lib/puppet/defaults.rb:820
715
715
  msgid "Certificate names must be lower case"
716
716
  msgstr ""
717
717
 
718
- #: ../lib/puppet/defaults.rb:1069 ../lib/puppet/settings/enum_setting.rb:13 ../lib/puppet/settings/symbolic_enum_setting.rb:14
718
+ #: ../lib/puppet/defaults.rb:1079 ../lib/puppet/settings/enum_setting.rb:13 ../lib/puppet/settings/symbolic_enum_setting.rb:14
719
719
  msgid "Invalid value '%{value}' for parameter %{name}. Allowed values are '%{allowed_values}'"
720
720
  msgstr ""
721
721
 
722
722
  #. TRANSLATORS 'pluginsync' is a setting and should not be translated
723
- #: ../lib/puppet/defaults.rb:1906
723
+ #: ../lib/puppet/defaults.rb:1919
724
724
  msgid "Setting 'pluginsync' is deprecated."
725
725
  msgstr ""
726
726
 
@@ -1641,21 +1641,29 @@ msgstr ""
1641
1641
  msgid "Fileset paths must be fully qualified: %{path}"
1642
1642
  msgstr ""
1643
1643
 
1644
- #: ../lib/puppet/file_serving/fileset.rb:50
1644
+ #: ../lib/puppet/file_serving/fileset.rb:51
1645
1645
  msgid "Fileset paths must exist"
1646
1646
  msgstr ""
1647
1647
 
1648
1648
  #. TRANSLATORS "recurse" and "recurselimit" are parameter names and should not be translated
1649
- #: ../lib/puppet/file_serving/fileset.rb:52
1649
+ #: ../lib/puppet/file_serving/fileset.rb:53
1650
1650
  msgid "Fileset recurse parameter must not be a number anymore, please use recurselimit"
1651
1651
  msgstr ""
1652
1652
 
1653
+ #: ../lib/puppet/file_serving/fileset.rb:69
1654
+ msgid "The directory '%{path}' contains %{entries} entries, which exceeds the limit of %{munged_max_files} specified by the max_files parameter for this resource. The limit may be increased, but be aware that large number of file resources can result in excessive resource consumption and degraded performance. Consider using an alternate method to manage large directory trees"
1655
+ msgstr ""
1656
+
1657
+ #: ../lib/puppet/file_serving/fileset.rb:71
1658
+ msgid "The directory '%{path}' contains %{entries} entries, which exceeds the default soft limit %{soft_max_files} and may cause excessive resource consumption and degraded performance. To remove this warning set a value for `max_files` parameter or consider using an alternate method to manage large directory trees"
1659
+ msgstr ""
1660
+
1653
1661
  #. TRANSLATORS ":links" is a parameter name and should not be translated
1654
- #: ../lib/puppet/file_serving/fileset.rb:80
1662
+ #: ../lib/puppet/file_serving/fileset.rb:92
1655
1663
  msgid "Invalid :links value '%{links}'"
1656
1664
  msgstr ""
1657
1665
 
1658
- #: ../lib/puppet/file_serving/fileset.rb:93
1666
+ #: ../lib/puppet/file_serving/fileset.rb:105
1659
1667
  msgid "Invalid option '%{option}'"
1660
1668
  msgstr ""
1661
1669
 
@@ -1739,7 +1747,7 @@ msgstr ""
1739
1747
  msgid "Timeout waiting for exclusive lock on %{path}"
1740
1748
  msgstr ""
1741
1749
 
1742
- #: ../lib/puppet/file_system/jruby.rb:18 ../lib/puppet/file_system/windows.rb:127 ../lib/puppet/util.rb:706
1750
+ #: ../lib/puppet/file_system/jruby.rb:18 ../lib/puppet/file_system/windows.rb:127 ../lib/puppet/util.rb:715
1743
1751
  msgid "Is a directory: %{directory}"
1744
1752
  msgstr ""
1745
1753
 
@@ -1783,11 +1791,11 @@ msgstr ""
1783
1791
  msgid "%{dest} already exists and the :force option was not specified"
1784
1792
  msgstr ""
1785
1793
 
1786
- #: ../lib/puppet/file_system/windows.rb:202
1794
+ #: ../lib/puppet/file_system/windows.rb:204
1787
1795
  msgid "This version of Windows does not support symlinks. Windows Vista / 2008 or higher is required."
1788
1796
  msgstr ""
1789
1797
 
1790
- #: ../lib/puppet/file_system/windows.rb:207
1798
+ #: ../lib/puppet/file_system/windows.rb:209
1791
1799
  msgid "The current user does not have the necessary permission to manage symlinks."
1792
1800
  msgstr ""
1793
1801
 
@@ -2019,7 +2027,7 @@ msgstr ""
2019
2027
  msgid "The given data requires an Integer index at %{walked_path}, got '%{type}'"
2020
2028
  msgstr ""
2021
2029
 
2022
- #: ../lib/puppet/functions/empty.rb:74
2030
+ #: ../lib/puppet/functions/empty.rb:82
2023
2031
  msgid "Calling function empty() with %{arg_type} value is deprecated."
2024
2032
  msgstr ""
2025
2033
 
@@ -2109,7 +2117,7 @@ msgstr ""
2109
2117
  msgid "slice(): block must define one parameter, or the same number of parameters as the given size of the slice (%{slice_size}). Block has %{serving_size}; %{parameter_names}"
2110
2118
  msgstr ""
2111
2119
 
2112
- #: ../lib/puppet/functions/strftime.rb:207
2120
+ #: ../lib/puppet/functions/strftime.rb:208
2113
2121
  msgid "The argument signature (String format, [String timezone]) is deprecated for #strftime. See #strftime documentation and Timespan type for more info"
2114
2122
  msgstr ""
2115
2123
 
@@ -2231,6 +2239,10 @@ msgstr ""
2231
2239
  msgid "Location URI is invalid: %{detail}"
2232
2240
  msgstr ""
2233
2241
 
2242
+ #: ../lib/puppet/http/resolver/server_list.rb:66 ../lib/puppet/http/resolver/server_list.rb:74
2243
+ msgid "Trying with next server from server_list."
2244
+ msgstr ""
2245
+
2234
2246
  #: ../lib/puppet/http/retry_after_handler.rb:74
2235
2247
  msgid "Failed to parse Retry-After header '%{retry_after}' as an integer or RFC 2822 date"
2236
2248
  msgstr ""
@@ -2305,87 +2317,87 @@ msgstr ""
2305
2317
  msgid "Inlining file metadata"
2306
2318
  msgstr ""
2307
2319
 
2308
- #: ../lib/puppet/indirector/catalog/compiler.rb:259
2320
+ #: ../lib/puppet/indirector/catalog/compiler.rb:260
2309
2321
  msgid "Could not get metadata for %{resource}"
2310
2322
  msgstr ""
2311
2323
 
2312
- #: ../lib/puppet/indirector/catalog/compiler.rb:280
2324
+ #: ../lib/puppet/indirector/catalog/compiler.rb:281
2313
2325
  msgid "Unable to find a common checksum type between agent '%{agent_type}' and master '%{master_type}'."
2314
2326
  msgstr ""
2315
2327
 
2316
- #: ../lib/puppet/indirector/catalog/compiler.rb:287
2328
+ #: ../lib/puppet/indirector/catalog/compiler.rb:288
2317
2329
  msgid "Compiled static catalog for %{node} in environment %{environment} in %%{seconds} seconds"
2318
2330
  msgstr ""
2319
2331
 
2320
- #: ../lib/puppet/indirector/catalog/compiler.rb:288
2332
+ #: ../lib/puppet/indirector/catalog/compiler.rb:289
2321
2333
  msgid "Compiled static catalog for %{node} in environment %{environment}"
2322
2334
  msgstr ""
2323
2335
 
2324
- #: ../lib/puppet/indirector/catalog/compiler.rb:290
2336
+ #: ../lib/puppet/indirector/catalog/compiler.rb:291
2325
2337
  msgid "Compiled static catalog for %{node} in %%{seconds} seconds"
2326
2338
  msgstr ""
2327
2339
 
2328
- #: ../lib/puppet/indirector/catalog/compiler.rb:291
2340
+ #: ../lib/puppet/indirector/catalog/compiler.rb:292
2329
2341
  msgid "Compiled static catalog for %{node}"
2330
2342
  msgstr ""
2331
2343
 
2332
- #: ../lib/puppet/indirector/catalog/compiler.rb:296
2344
+ #: ../lib/puppet/indirector/catalog/compiler.rb:297
2333
2345
  msgid "Compiled catalog for %{node} in environment %{environment} in %%{seconds} seconds"
2334
2346
  msgstr ""
2335
2347
 
2336
- #: ../lib/puppet/indirector/catalog/compiler.rb:297
2348
+ #: ../lib/puppet/indirector/catalog/compiler.rb:298
2337
2349
  msgid "Compiled catalog for %{node} in environment %{environment}"
2338
2350
  msgstr ""
2339
2351
 
2340
- #: ../lib/puppet/indirector/catalog/compiler.rb:299
2352
+ #: ../lib/puppet/indirector/catalog/compiler.rb:300
2341
2353
  msgid "Compiled catalog for %{node} in %%{seconds} seconds"
2342
2354
  msgstr ""
2343
2355
 
2344
- #: ../lib/puppet/indirector/catalog/compiler.rb:300
2356
+ #: ../lib/puppet/indirector/catalog/compiler.rb:301
2345
2357
  msgid "Compiled catalog for %{node}"
2346
2358
  msgstr ""
2347
2359
 
2348
2360
  #. TRANSLATORS Inlined refers to adding additional metadata
2349
- #: ../lib/puppet/indirector/catalog/compiler.rb:322
2361
+ #: ../lib/puppet/indirector/catalog/compiler.rb:323
2350
2362
  msgid "Inlined resource metadata into static catalog for %{node} in environment %{environment} in %%{seconds} seconds"
2351
2363
  msgstr ""
2352
2364
 
2353
2365
  #. TRANSLATORS Inlined refers to adding additional metadata
2354
- #: ../lib/puppet/indirector/catalog/compiler.rb:324
2366
+ #: ../lib/puppet/indirector/catalog/compiler.rb:325
2355
2367
  msgid "Inlined resource metadata into static catalog for %{node} in environment %{environment}"
2356
2368
  msgstr ""
2357
2369
 
2358
2370
  #. TRANSLATORS Inlined refers to adding additional metadata
2359
- #: ../lib/puppet/indirector/catalog/compiler.rb:327
2371
+ #: ../lib/puppet/indirector/catalog/compiler.rb:328
2360
2372
  msgid "Inlined resource metadata into static catalog for %{node} in %%{seconds} seconds"
2361
2373
  msgstr ""
2362
2374
 
2363
2375
  #. TRANSLATORS Inlined refers to adding additional metadata
2364
- #: ../lib/puppet/indirector/catalog/compiler.rb:329
2376
+ #: ../lib/puppet/indirector/catalog/compiler.rb:330
2365
2377
  msgid "Inlined resource metadata into static catalog for %{node}"
2366
2378
  msgstr ""
2367
2379
 
2368
- #: ../lib/puppet/indirector/catalog/compiler.rb:346
2380
+ #: ../lib/puppet/indirector/catalog/compiler.rb:347
2369
2381
  msgid "Found node information"
2370
2382
  msgstr ""
2371
2383
 
2372
- #: ../lib/puppet/indirector/catalog/compiler.rb:354
2384
+ #: ../lib/puppet/indirector/catalog/compiler.rb:355
2373
2385
  msgid "Failed when searching for node %{name}: %{detail}"
2374
2386
  msgstr ""
2375
2387
 
2376
- #: ../lib/puppet/indirector/catalog/compiler.rb:374
2388
+ #: ../lib/puppet/indirector/catalog/compiler.rb:375
2377
2389
  msgid "Invalid option use_node for a remote request"
2378
2390
  msgstr ""
2379
2391
 
2380
- #: ../lib/puppet/indirector/catalog/compiler.rb:393
2392
+ #: ../lib/puppet/indirector/catalog/compiler.rb:394
2381
2393
  msgid "Could not find node '%{name}'; cannot compile"
2382
2394
  msgstr ""
2383
2395
 
2384
- #: ../lib/puppet/indirector/catalog/compiler.rb:426
2396
+ #: ../lib/puppet/indirector/catalog/compiler.rb:427
2385
2397
  msgid "Could not retrieve fact servername"
2386
2398
  msgstr ""
2387
2399
 
2388
- #: ../lib/puppet/indirector/catalog/compiler.rb:435
2400
+ #: ../lib/puppet/indirector/catalog/compiler.rb:436
2389
2401
  msgid "Could not retrieve either serverip or serverip6 fact"
2390
2402
  msgstr ""
2391
2403
 
@@ -2740,7 +2752,7 @@ msgstr ""
2740
2752
  msgid "Could not understand URL %{key}: %{detail}"
2741
2753
  msgstr ""
2742
2754
 
2743
- #: ../lib/puppet/indirector/resource/ral.rb:59
2755
+ #: ../lib/puppet/indirector/resource/ral.rb:64
2744
2756
  msgid "Could not find type %{request_type}"
2745
2757
  msgstr ""
2746
2758
 
@@ -2893,43 +2905,43 @@ msgid "Face summary should be a single line; put the long text in 'description'
2893
2905
  msgstr ""
2894
2906
 
2895
2907
  #. TRANSLATORS 'author' is an attribute name and should not be translated
2896
- #: ../lib/puppet/interface/documentation.rb:205
2908
+ #: ../lib/puppet/interface/documentation.rb:206
2897
2909
  msgid "author must be a string; use multiple statements for multiple authors"
2898
2910
  msgstr ""
2899
2911
 
2900
2912
  #. TRANSLATORS 'author' is an attribute name and should not be translated
2901
- #: ../lib/puppet/interface/documentation.rb:210
2913
+ #: ../lib/puppet/interface/documentation.rb:211
2902
2914
  msgid "author should be a single line; use multiple statements for multiple authors"
2903
2915
  msgstr ""
2904
2916
 
2905
2917
  #. TRANSLATORS 'author' is an attribute name and should not be translated
2906
- #: ../lib/puppet/interface/documentation.rb:230
2918
+ #: ../lib/puppet/interface/documentation.rb:231
2907
2919
  msgid "author should be a single line; use multiple statements"
2908
2920
  msgstr ""
2909
2921
 
2910
2922
  #. TRANSLATORS 'copyright' is an attribute name and should not be translated
2911
- #: ../lib/puppet/interface/documentation.rb:251
2923
+ #: ../lib/puppet/interface/documentation.rb:252
2912
2924
  msgid "copyright takes the owners names, then the years covered"
2913
2925
  msgstr ""
2914
2926
 
2915
2927
  #. TRANSLATORS 'copyright' is an attribute name and should not be translated
2916
- #: ../lib/puppet/interface/documentation.rb:275
2928
+ #: ../lib/puppet/interface/documentation.rb:276
2917
2929
  msgid "copyright owner must be a string or an array of strings"
2918
2930
  msgstr ""
2919
2931
 
2920
2932
  #. TRANSLATORS 'copyright' is an attribute name and should not be translated
2921
- #: ../lib/puppet/interface/documentation.rb:312
2933
+ #: ../lib/puppet/interface/documentation.rb:313
2922
2934
  msgid "copyright with a year %{value} is very strange; did you accidentally add or subtract two years?"
2923
2935
  msgstr ""
2924
2936
 
2925
2937
  #. TRANSLATORS 'copyright' is an attribute name and should not be translated
2926
2938
  #. TRANSLATORS 'copyright' is an attribute name and should not be translated
2927
- #: ../lib/puppet/interface/documentation.rb:328 ../lib/puppet/interface/documentation.rb:333
2939
+ #: ../lib/puppet/interface/documentation.rb:329 ../lib/puppet/interface/documentation.rb:334
2928
2940
  msgid "%{value} is not a good copyright year or range"
2929
2941
  msgstr ""
2930
2942
 
2931
2943
  #. TRANSLATORS 'copyright' is an attribute name and should not be translated
2932
- #: ../lib/puppet/interface/documentation.rb:352
2944
+ #: ../lib/puppet/interface/documentation.rb:353
2933
2945
  msgid "%{value} is not a good copyright year, set, or range"
2934
2946
  msgstr ""
2935
2947
 
@@ -3067,11 +3079,11 @@ msgid "Loaded puppet/type/%{name} but no class was created"
3067
3079
  msgstr ""
3068
3080
 
3069
3081
  #. TRANSLATORS 'metadata.json' is a specific file name and should not be translated.
3070
- #: ../lib/puppet/module.rb:221
3082
+ #: ../lib/puppet/module.rb:222
3071
3083
  msgid "%{name} has an invalid and unparsable metadata.json file. The parse error: %{error}"
3072
3084
  msgstr ""
3073
3085
 
3074
- #: ../lib/puppet/module.rb:467
3086
+ #: ../lib/puppet/module.rb:468
3075
3087
  msgid ""
3076
3088
  " Invalid module name '%{name}'; module names must match either:\n"
3077
3089
  " An installed module name (ex. modulename) matching the expression /^[a-z][a-z0-9_]*$/ -or-\n"
@@ -3190,19 +3202,19 @@ msgstr ""
3190
3202
  msgid "No file containing checksums found."
3191
3203
  msgstr ""
3192
3204
 
3193
- #: ../lib/puppet/module_tool/applications/installer.rb:84 ../lib/puppet/module_tool/applications/upgrader.rb:102
3205
+ #: ../lib/puppet/module_tool/applications/installer.rb:88 ../lib/puppet/module_tool/applications/upgrader.rb:102
3194
3206
  msgid "Downloading from %{host} ..."
3195
3207
  msgstr ""
3196
3208
 
3197
- #: ../lib/puppet/module_tool/applications/installer.rb:132 ../lib/puppet/module_tool/applications/upgrader.rb:140
3209
+ #: ../lib/puppet/module_tool/applications/installer.rb:136 ../lib/puppet/module_tool/applications/upgrader.rb:140
3198
3210
  msgid "Resolving dependencies ..."
3199
3211
  msgstr ""
3200
3212
 
3201
- #: ../lib/puppet/module_tool/applications/installer.rb:208
3213
+ #: ../lib/puppet/module_tool/applications/installer.rb:212
3202
3214
  msgid "Preparing to install ..."
3203
3215
  msgstr ""
3204
3216
 
3205
- #: ../lib/puppet/module_tool/applications/installer.rb:211
3217
+ #: ../lib/puppet/module_tool/applications/installer.rb:215
3206
3218
  msgid "Installing -- do not interrupt ..."
3207
3219
  msgstr ""
3208
3220
 
@@ -3321,7 +3333,7 @@ msgstr ""
3321
3333
  msgid "Could not %{action} '%{module_name}' (%{version}); no version satisfies all dependencies"
3322
3334
  msgstr ""
3323
3335
 
3324
- #: ../lib/puppet/module_tool/errors/shared.rb:17 ../lib/puppet/module_tool/errors/shared.rb:186 ../lib/puppet/module_tool/errors/upgrader.rb:58
3336
+ #: ../lib/puppet/module_tool/errors/shared.rb:17 ../lib/puppet/module_tool/errors/shared.rb:203 ../lib/puppet/module_tool/errors/upgrader.rb:58
3325
3337
  msgid "Could not %{action} module '%{module_name}' (%{version})"
3326
3338
  msgstr ""
3327
3339
 
@@ -3411,68 +3423,80 @@ msgid " No version of '%{module_name}' will satisfy dependencies"
3411
3423
  msgstr ""
3412
3424
 
3413
3425
  #: ../lib/puppet/module_tool/errors/shared.rb:135
3414
- msgid "Could not %{action} '%{module_name}'; module is not installed"
3426
+ msgid "Could not %{action} '%{module_name}', did you mean '%{suggestion}'?"
3415
3427
  msgstr ""
3416
3428
 
3417
- #: ../lib/puppet/module_tool/errors/shared.rb:140 ../lib/puppet/module_tool/errors/shared.rb:163 ../lib/puppet/module_tool/errors/shared.rb:204
3429
+ #: ../lib/puppet/module_tool/errors/shared.rb:140 ../lib/puppet/module_tool/errors/shared.rb:157 ../lib/puppet/module_tool/errors/shared.rb:180 ../lib/puppet/module_tool/errors/shared.rb:221
3418
3430
  msgid "Could not %{action} module '%{module_name}'"
3419
3431
  msgstr ""
3420
3432
 
3421
3433
  #: ../lib/puppet/module_tool/errors/shared.rb:141
3434
+ msgid " The name '%{module_name}' is invalid"
3435
+ msgstr ""
3436
+
3437
+ #: ../lib/puppet/module_tool/errors/shared.rb:142
3438
+ msgid " Did you mean `puppet module %{action} %{suggestion}`?"
3439
+ msgstr ""
3440
+
3441
+ #: ../lib/puppet/module_tool/errors/shared.rb:152
3442
+ msgid "Could not %{action} '%{module_name}'; module is not installed"
3443
+ msgstr ""
3444
+
3445
+ #: ../lib/puppet/module_tool/errors/shared.rb:158
3422
3446
  msgid " Module '%{module_name}' is not installed"
3423
3447
  msgstr ""
3424
3448
 
3425
3449
  #. TRANSLATORS `puppet module %{action} %{suggestion}` is a command line and should not be translated
3426
- #: ../lib/puppet/module_tool/errors/shared.rb:144
3450
+ #: ../lib/puppet/module_tool/errors/shared.rb:161
3427
3451
  msgid " You may have meant `puppet module %{action} %{suggestion}`"
3428
3452
  msgstr ""
3429
3453
 
3430
3454
  #. TRANSLATORS `puppet module install` is a command line and should not be translated
3431
- #: ../lib/puppet/module_tool/errors/shared.rb:147
3455
+ #: ../lib/puppet/module_tool/errors/shared.rb:164
3432
3456
  msgid " Use `puppet module install` to install this module"
3433
3457
  msgstr ""
3434
3458
 
3435
3459
  #. TRANSLATORS "module path" refers to a set of directories where modules may be installed
3436
- #: ../lib/puppet/module_tool/errors/shared.rb:158
3460
+ #: ../lib/puppet/module_tool/errors/shared.rb:175
3437
3461
  msgid "Could not %{action} '%{module_name}'; module appears in multiple places in the module path"
3438
3462
  msgstr ""
3439
3463
 
3440
- #: ../lib/puppet/module_tool/errors/shared.rb:164
3464
+ #: ../lib/puppet/module_tool/errors/shared.rb:181
3441
3465
  msgid " Module '%{module_name}' appears multiple places in the module path"
3442
3466
  msgstr ""
3443
3467
 
3444
3468
  #. TRANSLATORS This is repeats as separate lines as a list under "Module '%{module_name}' appears multiple places in the module path"
3445
- #: ../lib/puppet/module_tool/errors/shared.rb:167
3469
+ #: ../lib/puppet/module_tool/errors/shared.rb:184
3446
3470
  msgid " '%{module_name}' (%{version}) was found in %{path}"
3447
3471
  msgstr ""
3448
3472
 
3449
3473
  #. TRANSLATORS `--modulepath` is command line option and should not be translated
3450
- #: ../lib/puppet/module_tool/errors/shared.rb:170
3474
+ #: ../lib/puppet/module_tool/errors/shared.rb:187
3451
3475
  msgid " Use the `--modulepath` option to limit the search to specific directories"
3452
3476
  msgstr ""
3453
3477
 
3454
- #: ../lib/puppet/module_tool/errors/shared.rb:181
3478
+ #: ../lib/puppet/module_tool/errors/shared.rb:198
3455
3479
  msgid "Could not %{action} '%{module_name}'; module has had changes made locally"
3456
3480
  msgstr ""
3457
3481
 
3458
- #: ../lib/puppet/module_tool/errors/shared.rb:187
3482
+ #: ../lib/puppet/module_tool/errors/shared.rb:204
3459
3483
  msgid " Installed module has had changes made locally"
3460
3484
  msgstr ""
3461
3485
 
3462
3486
  #. TRANSLATORS `puppet module %{action} --ignore-changes` is a command line and should not be translated
3463
- #: ../lib/puppet/module_tool/errors/shared.rb:189
3487
+ #: ../lib/puppet/module_tool/errors/shared.rb:206
3464
3488
  msgid " Use `puppet module %{action} --ignore-changes` to %{action} this module anyway"
3465
3489
  msgstr ""
3466
3490
 
3467
- #: ../lib/puppet/module_tool/errors/shared.rb:199
3491
+ #: ../lib/puppet/module_tool/errors/shared.rb:216
3468
3492
  msgid "Could not %{action} '%{module_name}'; %{error}"
3469
3493
  msgstr ""
3470
3494
 
3471
- #: ../lib/puppet/module_tool/errors/shared.rb:205
3495
+ #: ../lib/puppet/module_tool/errors/shared.rb:222
3472
3496
  msgid " Failure trying to parse metadata"
3473
3497
  msgstr ""
3474
3498
 
3475
- #: ../lib/puppet/module_tool/errors/shared.rb:206
3499
+ #: ../lib/puppet/module_tool/errors/shared.rb:223
3476
3500
  msgid " Original message was: %{message}"
3477
3501
  msgstr ""
3478
3502
 
@@ -3860,7 +3884,7 @@ msgstr ""
3860
3884
  msgid "The 'disable_per_environment_manifest' setting is true, and the '%{env_name}' environment has an environment.conf manifest that conflicts with the 'default_manifest' setting."
3861
3885
  msgstr ""
3862
3886
 
3863
- #: ../lib/puppet/node/environment.rb:568 ../lib/puppet/pops/loaders.rb:301
3887
+ #: ../lib/puppet/node/environment.rb:575 ../lib/puppet/pops/loaders.rb:301
3864
3888
  msgid "Could not parse for environment %{env}: %{detail}"
3865
3889
  msgstr ""
3866
3890
 
@@ -5315,15 +5339,15 @@ msgstr ""
5315
5339
  msgid "<%{string}> does not appear to contain a word"
5316
5340
  msgstr ""
5317
5341
 
5318
- #: ../lib/puppet/pops/loader/base_loader.rb:124
5342
+ #: ../lib/puppet/pops/loader/base_loader.rb:134
5319
5343
  msgid "Originally set %{original}."
5320
5344
  msgstr ""
5321
5345
 
5322
- #: ../lib/puppet/pops/loader/base_loader.rb:124
5346
+ #: ../lib/puppet/pops/loader/base_loader.rb:134
5323
5347
  msgid "Set at unknown location"
5324
5348
  msgstr ""
5325
5349
 
5326
- #: ../lib/puppet/pops/loader/base_loader.rb:125
5350
+ #: ../lib/puppet/pops/loader/base_loader.rb:135
5327
5351
  msgid "Attempt to redefine entity '%{name}'. %{origin_info}"
5328
5352
  msgstr ""
5329
5353
 
@@ -6178,15 +6202,15 @@ msgstr ""
6178
6202
  msgid "'%{exe}' is not qualified and no path was specified. Please qualify the command or specify a path."
6179
6203
  msgstr ""
6180
6204
 
6181
- #: ../lib/puppet/provider/exec/posix.rb:21 ../lib/puppet/provider/exec/posix.rb:38 ../lib/puppet/provider/exec/windows.rb:40 ../lib/puppet/provider/exec/windows.rb:53
6205
+ #: ../lib/puppet/provider/exec/posix.rb:33 ../lib/puppet/provider/exec/posix.rb:50 ../lib/puppet/provider/exec/windows.rb:40 ../lib/puppet/provider/exec/windows.rb:53
6182
6206
  msgid "Could not find command '%{exe}'"
6183
6207
  msgstr ""
6184
6208
 
6185
- #: ../lib/puppet/provider/exec/posix.rb:23 ../lib/puppet/provider/exec/windows.rb:42
6209
+ #: ../lib/puppet/provider/exec/posix.rb:35 ../lib/puppet/provider/exec/windows.rb:42
6186
6210
  msgid "'%{exe}' is a %{klass}, not a file"
6187
6211
  msgstr ""
6188
6212
 
6189
- #: ../lib/puppet/provider/exec/posix.rb:25
6213
+ #: ../lib/puppet/provider/exec/posix.rb:37
6190
6214
  msgid "'%{exe}' is not executable"
6191
6215
  msgstr ""
6192
6216
 
@@ -6346,26 +6370,30 @@ msgstr ""
6346
6370
  msgid "Mac OS X packages must specify a package source"
6347
6371
  msgstr ""
6348
6372
 
6349
- #: ../lib/puppet/provider/package/apt.rb:85
6373
+ #: ../lib/puppet/provider/package/apt.rb:89
6350
6374
  msgid "/etc/apt/sources.list contains a cdrom source; not installing. Use 'allowcdrom' to override this failure."
6351
6375
  msgstr ""
6352
6376
 
6353
- #: ../lib/puppet/provider/package/apt.rb:167 ../lib/puppet/provider/package/fink.rb:55
6377
+ #: ../lib/puppet/provider/package/apt.rb:172 ../lib/puppet/provider/package/aptitude.rb:21 ../lib/puppet/provider/package/ports.rb:20 ../lib/puppet/provider/package/portupgrade.rb:94 ../lib/puppet/provider/package/portupgrade.rb:152 ../lib/puppet/provider/package/rug.rb:28 ../lib/puppet/provider/package/up2date.rb:17 ../lib/puppet/provider/package/yum.rb:312 ../lib/puppet/provider/package/zypper.rb:146
6378
+ msgid "Could not find package %{name}"
6379
+ msgstr ""
6380
+
6381
+ #: ../lib/puppet/provider/package/apt.rb:176 ../lib/puppet/provider/package/yum.rb:317
6382
+ msgid "Failed to update to version %{should}, got version %{version} instead"
6383
+ msgstr ""
6384
+
6385
+ #: ../lib/puppet/provider/package/apt.rb:189 ../lib/puppet/provider/package/fink.rb:55
6354
6386
  msgid "Could not find latest version"
6355
6387
  msgstr ""
6356
6388
 
6357
- #: ../lib/puppet/provider/package/apt.rb:178 ../lib/puppet/provider/package/fink.rb:66
6389
+ #: ../lib/puppet/provider/package/apt.rb:200 ../lib/puppet/provider/package/fink.rb:66
6358
6390
  msgid "Preseeding %{response} to debconf-set-selections"
6359
6391
  msgstr ""
6360
6392
 
6361
- #: ../lib/puppet/provider/package/apt.rb:182 ../lib/puppet/provider/package/fink.rb:70
6393
+ #: ../lib/puppet/provider/package/apt.rb:204 ../lib/puppet/provider/package/fink.rb:70
6362
6394
  msgid "No responsefile specified or non existent, not preseeding anything"
6363
6395
  msgstr ""
6364
6396
 
6365
- #: ../lib/puppet/provider/package/aptitude.rb:21 ../lib/puppet/provider/package/ports.rb:20 ../lib/puppet/provider/package/portupgrade.rb:94 ../lib/puppet/provider/package/portupgrade.rb:152 ../lib/puppet/provider/package/rug.rb:28 ../lib/puppet/provider/package/up2date.rb:17 ../lib/puppet/provider/package/yum.rb:312 ../lib/puppet/provider/package/zypper.rb:146
6366
- msgid "Could not find package %{name}"
6367
- msgstr ""
6368
-
6369
6397
  #: ../lib/puppet/provider/package/aptrpm.rb:53
6370
6398
  msgid "Could not match version '%{version}'"
6371
6399
  msgstr ""
@@ -6458,31 +6486,31 @@ msgstr ""
6458
6486
  msgid "NIM package provider is unable to downgrade packages"
6459
6487
  msgstr ""
6460
6488
 
6461
- #: ../lib/puppet/provider/package/nim.rb:212
6489
+ #: ../lib/puppet/provider/package/nim.rb:217
6462
6490
  msgid ""
6463
6491
  "Unable to parse output from nimclient showres: line does not match expected package header format:\n"
6464
6492
  "'%{line}'"
6465
6493
  msgstr ""
6466
6494
 
6467
- #: ../lib/puppet/provider/package/nim.rb:219
6495
+ #: ../lib/puppet/provider/package/nim.rb:224
6468
6496
  msgid ""
6469
6497
  "Unable to parse output from nimclient showres: package string does not match expected installp package string format:\n"
6470
6498
  "'%{package_string}'"
6471
6499
  msgstr ""
6472
6500
 
6473
- #: ../lib/puppet/provider/package/nim.rb:229
6501
+ #: ../lib/puppet/provider/package/nim.rb:234
6474
6502
  msgid ""
6475
6503
  "Unable to parse output from nimclient showres: package string does not match expected rpm package string format:\n"
6476
6504
  "'%{package_string}'"
6477
6505
  msgstr ""
6478
6506
 
6479
- #: ../lib/puppet/provider/package/nim.rb:239
6507
+ #: ../lib/puppet/provider/package/nim.rb:244
6480
6508
  msgid ""
6481
6509
  "Unable to parse output from nimclient showres: line does not match expected package line format:\n"
6482
6510
  "'%{line}'"
6483
6511
  msgstr ""
6484
6512
 
6485
- #: ../lib/puppet/provider/package/nim.rb:251
6513
+ #: ../lib/puppet/provider/package/nim.rb:256
6486
6514
  msgid ""
6487
6515
  "Unrecognized package type specifier: '%{package_type_flag}' in package line:\n"
6488
6516
  "'%{line}'"
@@ -6657,22 +6685,30 @@ msgstr ""
6657
6685
  msgid "Package %{name} was not present after trying to install it"
6658
6686
  msgstr ""
6659
6687
 
6660
- #: ../lib/puppet/provider/package/windows.rb:97
6688
+ #: ../lib/puppet/provider/package/windows.rb:42
6689
+ msgid "Error when unlinking %{path}: %{detail}"
6690
+ msgstr ""
6691
+
6692
+ #: ../lib/puppet/provider/package/windows.rb:110
6661
6693
  msgid "The package %{operation}ed successfully and the system is rebooting now."
6662
6694
  msgstr ""
6663
6695
 
6664
- #: ../lib/puppet/provider/package/windows.rb:99
6696
+ #: ../lib/puppet/provider/package/windows.rb:112
6665
6697
  msgid "The package %{operation}ed successfully, but the system must be rebooted."
6666
6698
  msgstr ""
6667
6699
 
6668
- #: ../lib/puppet/provider/package/windows.rb:101
6700
+ #: ../lib/puppet/provider/package/windows.rb:114
6669
6701
  msgid "Failed to %{operation}"
6670
6702
  msgstr ""
6671
6703
 
6672
- #: ../lib/puppet/provider/package/windows.rb:107
6704
+ #: ../lib/puppet/provider/package/windows.rb:120
6673
6705
  msgid "The source parameter cannot be empty when using the Windows provider."
6674
6706
  msgstr ""
6675
6707
 
6708
+ #: ../lib/puppet/provider/package/windows/exe_package.rb:79
6709
+ msgid "Error when installing %{package}: %{detail}"
6710
+ msgstr ""
6711
+
6676
6712
  #: ../lib/puppet/provider/package/windows/package.rb:62
6677
6713
  msgid "The source parameter is required when using the Windows provider."
6678
6714
  msgstr ""
@@ -6681,7 +6717,7 @@ msgstr ""
6681
6717
  msgid "The source does not exist: '%{source}'"
6682
6718
  msgstr ""
6683
6719
 
6684
- #: ../lib/puppet/provider/package/windows/package.rb:73
6720
+ #: ../lib/puppet/provider/package/windows/package.rb:74
6685
6721
  msgid "Don't know how to install '%{source}'"
6686
6722
  msgstr ""
6687
6723
 
@@ -6701,10 +6737,6 @@ msgstr ""
6701
6737
  msgid "Could not find package %{wanted}"
6702
6738
  msgstr ""
6703
6739
 
6704
- #: ../lib/puppet/provider/package/yum.rb:317
6705
- msgid "Failed to update to version %{should}, got version %{version} instead"
6706
- msgstr ""
6707
-
6708
6740
  #: ../lib/puppet/provider/package_targetable.rb:56
6709
6741
  msgid "Provider %{name} package command is not functional on this host"
6710
6742
  msgstr ""
@@ -6721,23 +6753,23 @@ msgstr ""
6721
6753
  msgid "Failed to read %{target}'s records when prefetching them. Reason: %{detail}"
6722
6754
  msgstr ""
6723
6755
 
6724
- #: ../lib/puppet/provider/parsedfile.rb:291
6725
- msgid "Could not prefetch %{resource} provider '%{name}' target '%{target}': %{detail}. Treating as empty"
6756
+ #: ../lib/puppet/provider/parsedfile.rb:284 ../lib/puppet/provider/parsedfile.rb:308
6757
+ msgid "Prefetching %{target} for provider %{name} returned nil"
6726
6758
  msgstr ""
6727
6759
 
6728
- #: ../lib/puppet/provider/parsedfile.rb:305
6729
- msgid "Prefetching %{target} for provider %{name} returned nil"
6760
+ #: ../lib/puppet/provider/parsedfile.rb:294
6761
+ msgid "Could not prefetch %{resource} provider '%{name}' target '%{target}': %{detail}. Treating as empty"
6730
6762
  msgstr ""
6731
6763
 
6732
- #: ../lib/puppet/provider/parsedfile.rb:378
6764
+ #: ../lib/puppet/provider/parsedfile.rb:381
6733
6765
  msgid "Parsed Providers must define a default target"
6734
6766
  msgstr ""
6735
6767
 
6736
- #: ../lib/puppet/provider/parsedfile.rb:469
6768
+ #: ../lib/puppet/provider/parsedfile.rb:472
6737
6769
  msgid "Somehow got told to prefetch with no resource set"
6738
6770
  msgstr ""
6739
6771
 
6740
- #: ../lib/puppet/provider/service/base.rb:121
6772
+ #: ../lib/puppet/provider/service/base.rb:123
6741
6773
  msgid "%{name} is not running"
6742
6774
  msgstr ""
6743
6775
 
@@ -6763,15 +6795,15 @@ msgstr ""
6763
6795
  msgid "Waiting 5 seconds for runsvdir to discover service %{service}"
6764
6796
  msgstr ""
6765
6797
 
6766
- #: ../lib/puppet/provider/service/smf.rb:120
6798
+ #: ../lib/puppet/provider/service/smf.rb:96
6767
6799
  msgid "Failed to get the FMRI of the %{service} service: The pattern '%{service}' matches multiple FMRIs! These are the FMRIs it matches: %{all_fmris}"
6768
6800
  msgstr ""
6769
6801
 
6770
- #: ../lib/puppet/provider/service/smf.rb:135
6802
+ #: ../lib/puppet/provider/service/smf.rb:111
6771
6803
  msgid "Cannot query if the %{service} service is complete: The concept of complete/incomplete services was introduced in Solaris 11.1. You are on a Solaris %{release} machine."
6772
6804
  msgstr ""
6773
6805
 
6774
- #: ../lib/puppet/provider/service/smf.rb:221
6806
+ #: ../lib/puppet/provider/service/smf.rb:197
6775
6807
  msgid "The %{service} service is incomplete so its status will be reported as :stopped. See `svcs -xv %{fmri}` for more details."
6776
6808
  msgstr ""
6777
6809
 
@@ -7040,92 +7072,108 @@ msgid "Class '%{klass}' is already defined%{error}; cannot redefine"
7040
7072
  msgstr ""
7041
7073
 
7042
7074
  #: ../lib/puppet/resource/type_collection.rb:64
7075
+ msgid "Node '%{klass}' is already defined%{error}; cannot be redefined as a class"
7076
+ msgstr ""
7077
+
7078
+ #: ../lib/puppet/resource/type_collection.rb:65
7043
7079
  msgid "Definition '%{klass}' is already defined%{error}; cannot be redefined as a class"
7044
7080
  msgstr ""
7045
7081
 
7046
- #: ../lib/puppet/resource/type_collection.rb:95
7082
+ #: ../lib/puppet/resource/type_collection.rb:96
7047
7083
  msgid "Node '%{name}' is already defined%{error}; cannot redefine"
7048
7084
  msgstr ""
7049
7085
 
7050
- #: ../lib/puppet/resource/type_collection.rb:130
7086
+ #: ../lib/puppet/resource/type_collection.rb:97
7087
+ msgid "Class '%{klass}' is already defined%{error}; cannot be redefined as a node"
7088
+ msgstr ""
7089
+
7090
+ #: ../lib/puppet/resource/type_collection.rb:132
7051
7091
  msgid "'%{name}' is already defined%{error} as a class; cannot redefine as a definition"
7052
7092
  msgstr ""
7053
7093
 
7054
- #: ../lib/puppet/resource/type_collection.rb:131
7094
+ #: ../lib/puppet/resource/type_collection.rb:133
7055
7095
  msgid "Definition '%{name}' is already defined%{error}; cannot be redefined"
7056
7096
  msgstr ""
7057
7097
 
7058
- #: ../lib/puppet/resource/type_collection.rb:175
7098
+ #: ../lib/puppet/resource/type_collection.rb:177
7059
7099
  msgid "Execution of config_version command `%{cmd}` failed: %{message}"
7060
7100
  msgstr ""
7061
7101
 
7062
- #: ../lib/puppet/resource/type_collection.rb:196
7102
+ #: ../lib/puppet/resource/type_collection.rb:198
7063
7103
  msgid "Not attempting to load %{type} %{fqname} as this object was missing during a prior compilation"
7064
7104
  msgstr ""
7065
7105
 
7066
- #: ../lib/puppet/settings.rb:102
7106
+ #: ../lib/puppet/settings.rb:103
7067
7107
  msgid "New environment loaders generated from the requested section."
7068
7108
  msgstr ""
7069
7109
 
7070
- #: ../lib/puppet/settings.rb:304
7110
+ #: ../lib/puppet/settings.rb:305
7071
7111
  msgid "Attempting to initialize global default settings more than once!"
7072
7112
  msgstr ""
7073
7113
 
7074
- #: ../lib/puppet/settings.rb:504
7114
+ #: ../lib/puppet/settings.rb:505
7075
7115
  msgid "Using --configprint is deprecated. Use 'puppet config <subcommand>' instead."
7076
7116
  msgstr ""
7077
7117
 
7078
- #: ../lib/puppet/settings.rb:646
7118
+ #: ../lib/puppet/settings.rb:647
7079
7119
  msgid "Could not load %{file}: %{detail}"
7080
7120
  msgstr ""
7081
7121
 
7082
- #: ../lib/puppet/settings.rb:755
7122
+ #: ../lib/puppet/settings.rb:756
7083
7123
  msgid "Invalid setting type '%{type}'"
7084
7124
  msgstr ""
7085
7125
 
7086
- #: ../lib/puppet/settings.rb:910
7126
+ #: ../lib/puppet/settings.rb:874
7127
+ msgid "Cannot manage owner permissions, because the provider for '%{name}' is not functional"
7128
+ msgstr ""
7129
+
7130
+ #: ../lib/puppet/settings.rb:890
7131
+ msgid "Cannot manage group permissions, because the provider for '%{name}' is not functional"
7132
+ msgstr ""
7133
+
7134
+ #: ../lib/puppet/settings.rb:926
7087
7135
  msgid "Unknown searchpath case: %{source_type} for the %{source} settings path element."
7088
7136
  msgstr ""
7089
7137
 
7090
- #: ../lib/puppet/settings.rb:983
7138
+ #: ../lib/puppet/settings.rb:1007
7091
7139
  msgid "setting definition for '%{name}' is not a hash!"
7092
7140
  msgstr ""
7093
7141
 
7094
- #: ../lib/puppet/settings.rb:988
7142
+ #: ../lib/puppet/settings.rb:1012
7095
7143
  msgid "Setting %{name} is already defined"
7096
7144
  msgstr ""
7097
7145
 
7098
- #: ../lib/puppet/settings.rb:994
7146
+ #: ../lib/puppet/settings.rb:1018
7099
7147
  msgid "Setting %{name} is already using short name '%{short}'"
7100
7148
  msgstr ""
7101
7149
 
7102
- #: ../lib/puppet/settings.rb:1265
7150
+ #: ../lib/puppet/settings.rb:1289
7103
7151
  msgid "Setting %{name} is deprecated."
7104
7152
  msgstr ""
7105
7153
 
7106
7154
  #. TRANSLATORS 'puppet.conf' is a file name and should not be translated
7107
- #: ../lib/puppet/settings.rb:1270
7155
+ #: ../lib/puppet/settings.rb:1294
7108
7156
  msgid "Setting %{name} is deprecated in puppet.conf."
7109
7157
  msgstr ""
7110
7158
 
7111
- #: ../lib/puppet/settings.rb:1457
7159
+ #: ../lib/puppet/settings.rb:1481
7112
7160
  msgid "Error converting value for param '%{name}': %{detail}"
7113
7161
  msgstr ""
7114
7162
 
7115
- #: ../lib/puppet/settings.rb:1481
7163
+ #: ../lib/puppet/settings.rb:1505
7116
7164
  msgid "Could not find value for %{expression}"
7117
7165
  msgstr ""
7118
7166
 
7119
7167
  #. TRANSLATORS '$environment' is a Puppet specific variable and should not be translated
7120
- #: ../lib/puppet/settings.rb:1491
7168
+ #: ../lib/puppet/settings.rb:1515
7121
7169
  msgid "You cannot interpolate $environment within '%{setting_name}' when using directory environments."
7122
7170
  msgstr ""
7123
7171
 
7124
- #: ../lib/puppet/settings.rb:1492
7172
+ #: ../lib/puppet/settings.rb:1516
7125
7173
  msgid "Its value will remain %{value}."
7126
7174
  msgstr ""
7127
7175
 
7128
- #: ../lib/puppet/settings.rb:1523
7176
+ #: ../lib/puppet/settings.rb:1547
7129
7177
  msgid "Attempt to assign a value to unknown setting %{name}"
7130
7178
  msgstr ""
7131
7179
 
@@ -7202,15 +7250,15 @@ msgstr ""
7202
7250
  msgid "(See https://puppet.com/docs/puppet/latest/environments_about.html)"
7203
7251
  msgstr ""
7204
7252
 
7205
- #: ../lib/puppet/settings/config_file.rb:138
7253
+ #: ../lib/puppet/settings/config_file.rb:131
7206
7254
  msgid "Invalid file option '%{parameter}'"
7207
7255
  msgstr ""
7208
7256
 
7209
- #: ../lib/puppet/settings/config_file.rb:142
7257
+ #: ../lib/puppet/settings/config_file.rb:135
7210
7258
  msgid "File modes must be numbers"
7211
7259
  msgstr ""
7212
7260
 
7213
- #: ../lib/puppet/settings/config_file.rb:145
7261
+ #: ../lib/puppet/settings/config_file.rb:138
7214
7262
  msgid "Could not parse '%{string}'"
7215
7263
  msgstr ""
7216
7264
 
@@ -7219,19 +7267,19 @@ msgid "Invalid duration format '%{value}' for parameter: %{name}"
7219
7267
  msgstr ""
7220
7268
 
7221
7269
  #. TRANSLATORS 'disable_per_environment_manifest' is a setting and 'environment.conf' is a file name and should not be translated
7222
- #: ../lib/puppet/settings/environment_conf.rb:69
7270
+ #: ../lib/puppet/settings/environment_conf.rb:70
7223
7271
  msgid "The 'disable_per_environment_manifest' setting is true, but the environment located at %{path_to_env} has a manifest setting in its environment.conf of '%{environment_conf}' which does not match the default_manifest setting '%{puppet_conf}'."
7224
7272
  msgstr ""
7225
7273
 
7226
- #: ../lib/puppet/settings/environment_conf.rb:71
7274
+ #: ../lib/puppet/settings/environment_conf.rb:72
7227
7275
  msgid "If this environment is expecting to find modules in '%{environment_conf}', they will not be available!"
7228
7276
  msgstr ""
7229
7277
 
7230
- #: ../lib/puppet/settings/environment_conf.rb:141
7278
+ #: ../lib/puppet/settings/environment_conf.rb:142
7231
7279
  msgid "Invalid sections in environment.conf at '%{path_to_conf_file}'. Environment conf may not have sections. The following sections are being ignored: '%{sections}'"
7232
7280
  msgstr ""
7233
7281
 
7234
- #: ../lib/puppet/settings/environment_conf.rb:153
7282
+ #: ../lib/puppet/settings/environment_conf.rb:154
7235
7283
  msgid "Invalid settings in environment.conf at '%{path_to_conf_file}'. The following unknown setting(s) are being ignored: %{ignored_settings}"
7236
7284
  msgstr ""
7237
7285
 
@@ -7279,7 +7327,7 @@ msgstr ""
7279
7327
  msgid "%{name} has not declared what class it wraps"
7280
7328
  msgstr ""
7281
7329
 
7282
- #: ../lib/puppet/ssl/base.rb:31 ../lib/puppet/x509/cert_provider.rb:370
7330
+ #: ../lib/puppet/ssl/base.rb:31 ../lib/puppet/x509/cert_provider.rb:352
7283
7331
  msgid "Certname %{name} must not contain unprintable or non-ASCII characters"
7284
7332
  msgstr ""
7285
7333
 
@@ -7588,7 +7636,7 @@ msgid "Verified CA certificate '%{subject}' fingerprint %{digest}"
7588
7636
  msgstr ""
7589
7637
 
7590
7638
  #. TRANSLATORS: `error` is an untranslated message from openssl describing why a certificate in the server's chain is invalid, and `subject` is the identity/name of the failed certificate
7591
- #: ../lib/puppet/ssl/verifier.rb:130
7639
+ #: ../lib/puppet/ssl/verifier.rb:134
7592
7640
  msgid "certificate verify failed [%{error} for %{subject}]"
7593
7641
  msgstr ""
7594
7642
 
@@ -7936,56 +7984,56 @@ msgstr ""
7936
7984
  msgid "'%{cmd}' returned %{status} instead of one of [%{expected}]"
7937
7985
  msgstr ""
7938
7986
 
7939
- #: ../lib/puppet/type/exec.rb:204
7940
- msgid "Command must be a String, got value of class %{klass}"
7987
+ #: ../lib/puppet/type/exec.rb:205
7988
+ msgid "Command must be a String or Array<String>, got value of class %{klass}"
7941
7989
  msgstr ""
7942
7990
 
7943
- #: ../lib/puppet/type/exec.rb:236
7991
+ #: ../lib/puppet/type/exec.rb:238
7944
7992
  msgid "Unable to execute commands as other users on Windows"
7945
7993
  msgstr ""
7946
7994
 
7947
- #: ../lib/puppet/type/exec.rb:238
7995
+ #: ../lib/puppet/type/exec.rb:240
7948
7996
  msgid "Only root can execute commands as other users"
7949
7997
  msgstr ""
7950
7998
 
7951
- #: ../lib/puppet/type/exec.rb:294
7999
+ #: ../lib/puppet/type/exec.rb:296
7952
8000
  msgid "Invalid environment setting '%{value}'"
7953
8001
  msgstr ""
7954
8002
 
7955
- #: ../lib/puppet/type/exec.rb:307
8003
+ #: ../lib/puppet/type/exec.rb:309
7956
8004
  msgid "The umask specification is invalid: %{value}"
7957
8005
  msgstr ""
7958
8006
 
7959
- #: ../lib/puppet/type/exec.rb:323
8007
+ #: ../lib/puppet/type/exec.rb:325
7960
8008
  msgid "The timeout must be a number."
7961
8009
  msgstr ""
7962
8010
 
7963
- #: ../lib/puppet/type/exec.rb:340
8011
+ #: ../lib/puppet/type/exec.rb:342
7964
8012
  msgid "Tries must be an integer"
7965
8013
  msgstr ""
7966
8014
 
7967
- #: ../lib/puppet/type/exec.rb:344
8015
+ #: ../lib/puppet/type/exec.rb:346
7968
8016
  msgid "Tries must be an integer >= 1"
7969
8017
  msgstr ""
7970
8018
 
7971
- #: ../lib/puppet/type/exec.rb:357
8019
+ #: ../lib/puppet/type/exec.rb:359
7972
8020
  msgid "try_sleep must be a number"
7973
8021
  msgstr ""
7974
8022
 
7975
- #: ../lib/puppet/type/exec.rb:361
8023
+ #: ../lib/puppet/type/exec.rb:363
7976
8024
  msgid "try_sleep cannot be a negative number"
7977
8025
  msgstr ""
7978
8026
 
7979
8027
  #. TRANSLATORS 'creates' is a parameter name and should not be translated
7980
- #: ../lib/puppet/type/exec.rb:433
8028
+ #: ../lib/puppet/type/exec.rb:435
7981
8029
  msgid "Checking that 'creates' path '%{creates_path}' exists"
7982
8030
  msgstr ""
7983
8031
 
7984
- #: ../lib/puppet/type/exec.rb:478 ../lib/puppet/type/exec.rb:534
8032
+ #: ../lib/puppet/type/exec.rb:484 ../lib/puppet/type/exec.rb:544
7985
8033
  msgid "Check %{value} exceeded timeout"
7986
8034
  msgstr ""
7987
8035
 
7988
- #: ../lib/puppet/type/exec.rb:623
8036
+ #: ../lib/puppet/type/exec.rb:636
7989
8037
  msgid "'%{cmd}' won't be executed because of failed check '%{check}'"
7990
8038
  msgstr ""
7991
8039
 
@@ -8005,74 +8053,74 @@ msgstr ""
8005
8053
  msgid "Invalid recurselimit value %{value}"
8006
8054
  msgstr ""
8007
8055
 
8008
- #: ../lib/puppet/type/file.rb:416
8056
+ #: ../lib/puppet/type/file.rb:433
8009
8057
  msgid "You cannot specify more than one of %{creators}"
8010
8058
  msgstr ""
8011
8059
 
8012
- #: ../lib/puppet/type/file.rb:418
8060
+ #: ../lib/puppet/type/file.rb:435
8013
8061
  msgid "You cannot specify a remote recursion without a source"
8014
8062
  msgstr ""
8015
8063
 
8016
- #: ../lib/puppet/type/file.rb:420
8064
+ #: ../lib/puppet/type/file.rb:437
8017
8065
  msgid "You cannot specify source when using checksum 'none'"
8018
8066
  msgstr ""
8019
8067
 
8020
- #: ../lib/puppet/type/file.rb:423
8068
+ #: ../lib/puppet/type/file.rb:440
8021
8069
  msgid "You cannot specify content when using checksum '%{checksum_type}'"
8022
8070
  msgstr ""
8023
8071
 
8024
- #: ../lib/puppet/type/file.rb:426
8072
+ #: ../lib/puppet/type/file.rb:443
8025
8073
  msgid "Possible error: recurselimit is set but not recurse, no recursion will happen"
8026
8074
  msgstr ""
8027
8075
 
8028
- #: ../lib/puppet/type/file.rb:434
8076
+ #: ../lib/puppet/type/file.rb:451
8029
8077
  msgid "Checksum value '%{value}' is not a valid checksum type %{checksum}"
8030
8078
  msgstr ""
8031
8079
 
8032
- #: ../lib/puppet/type/file.rb:437
8080
+ #: ../lib/puppet/type/file.rb:454
8033
8081
  msgid "Checksum value is ignored unless content or source are specified"
8034
8082
  msgstr ""
8035
8083
 
8036
- #: ../lib/puppet/type/file.rb:475
8084
+ #: ../lib/puppet/type/file.rb:492
8037
8085
  msgid "Can not find filebucket for backups without a catalog"
8038
8086
  msgstr ""
8039
8087
 
8040
- #: ../lib/puppet/type/file.rb:480
8088
+ #: ../lib/puppet/type/file.rb:497
8041
8089
  msgid "Could not find filebucket %{backup} specified in backup"
8042
8090
  msgstr ""
8043
8091
 
8044
- #: ../lib/puppet/type/file.rb:778
8092
+ #: ../lib/puppet/type/file.rb:796
8045
8093
  msgid "Could not back up file of type %{current_type}"
8046
8094
  msgstr ""
8047
8095
 
8048
- #: ../lib/puppet/type/file.rb:793
8096
+ #: ../lib/puppet/type/file.rb:811
8049
8097
  msgid "Could not remove files of type %{current_type}"
8050
8098
  msgstr ""
8051
8099
 
8052
8100
  #. TRANSLATORS "source_permissions => ignore" should not be translated
8053
- #: ../lib/puppet/type/file.rb:804
8101
+ #: ../lib/puppet/type/file.rb:822
8054
8102
  msgid "Copying owner/mode/group from the source file on Windows is not supported; use source_permissions => ignore."
8055
8103
  msgstr ""
8056
8104
 
8057
8105
  #. TRANSLATORS "stat" is a program name and should not be translated
8058
- #: ../lib/puppet/type/file.rb:885 ../lib/puppet/type/tidy.rb:352
8106
+ #: ../lib/puppet/type/file.rb:903 ../lib/puppet/type/tidy.rb:371
8059
8107
  msgid "Could not stat; permission denied"
8060
8108
  msgstr ""
8061
8109
 
8062
- #: ../lib/puppet/type/file.rb:888
8110
+ #: ../lib/puppet/type/file.rb:906
8063
8111
  msgid "Could not stat; invalid pathname"
8064
8112
  msgstr ""
8065
8113
 
8066
- #: ../lib/puppet/type/file.rb:1016
8114
+ #: ../lib/puppet/type/file.rb:1034
8067
8115
  msgid "Not removing directory; use 'force' to override"
8068
8116
  msgstr ""
8069
8117
 
8070
8118
  #. TRANSLATORS refers to a file which could not be backed up
8071
- #: ../lib/puppet/type/file.rb:1041
8119
+ #: ../lib/puppet/type/file.rb:1059
8072
8120
  msgid "Could not back up; will not remove"
8073
8121
  msgstr ""
8074
8122
 
8075
- #: ../lib/puppet/type/file.rb:1056
8123
+ #: ../lib/puppet/type/file.rb:1074
8076
8124
  msgid "File written to disk did not match desired checksum; discarding changes (%{content_checksum} vs %{desired_checksum})"
8077
8125
  msgstr ""
8078
8126
 
@@ -8109,7 +8157,7 @@ msgstr ""
8109
8157
  msgid "Ensure set to :present but file type is %{file_type} so no content will be synced"
8110
8158
  msgstr ""
8111
8159
 
8112
- #: ../lib/puppet/type/file/mode.rb:126
8160
+ #: ../lib/puppet/type/file/mode.rb:132
8113
8161
  msgid "Not managing symlink mode"
8114
8162
  msgstr ""
8115
8163
 
@@ -8222,128 +8270,124 @@ msgstr ""
8222
8270
  msgid "%{value} is not a valid day of the week"
8223
8271
  msgstr ""
8224
8272
 
8225
- #: ../lib/puppet/type/service.rb:96
8226
- msgid "Setting enable to %{value} is only supported on Microsoft Windows."
8227
- msgstr ""
8228
-
8229
- #: ../lib/puppet/type/service.rb:166
8230
- msgid "The 'logonaccount' parameter is mandatory when setting 'logonpassword'."
8231
- msgstr ""
8232
-
8233
- #: ../lib/puppet/type/service.rb:167 ../lib/puppet/type/user.rb:271
8273
+ #: ../lib/puppet/type/service.rb:151 ../lib/puppet/type/user.rb:272
8234
8274
  msgid "Passwords cannot include ':'"
8235
8275
  msgstr ""
8236
8276
 
8237
- #: ../lib/puppet/type/service.rb:304
8277
+ #: ../lib/puppet/type/service.rb:278
8238
8278
  msgid "\"%{value}\" is not a positive integer: the timeout parameter must be specified as a positive integer"
8239
8279
  msgstr ""
8240
8280
 
8241
- #: ../lib/puppet/type/tidy.rb:85
8281
+ #: ../lib/puppet/type/service.rb:300
8282
+ msgid "The 'logonaccount' parameter is mandatory when setting 'logonpassword'."
8283
+ msgstr ""
8284
+
8285
+ #: ../lib/puppet/type/tidy.rb:101
8242
8286
  msgid "Tidy can't use matches with recurse 0, false, or undef"
8243
8287
  msgstr ""
8244
8288
 
8245
- #: ../lib/puppet/type/tidy.rb:125
8289
+ #: ../lib/puppet/type/tidy.rb:141
8246
8290
  msgid "Invalid age unit '%{unit}'"
8247
8291
  msgstr ""
8248
8292
 
8249
8293
  #. TRANSLATORS tidy is the name of a program and should not be translated
8250
- #: ../lib/puppet/type/tidy.rb:145
8294
+ #: ../lib/puppet/type/tidy.rb:161
8251
8295
  msgid "Invalid tidy age %{age}"
8252
8296
  msgstr ""
8253
8297
 
8254
- #: ../lib/puppet/type/tidy.rb:167
8298
+ #: ../lib/puppet/type/tidy.rb:183
8255
8299
  msgid "Invalid size unit '%{unit}'"
8256
8300
  msgstr ""
8257
8301
 
8258
8302
  #. TRANSLATORS tidy is the name of a program and should not be translated
8259
- #: ../lib/puppet/type/tidy.rb:185
8303
+ #: ../lib/puppet/type/tidy.rb:201
8260
8304
  msgid "Invalid tidy size %{age}"
8261
8305
  msgstr ""
8262
8306
 
8263
8307
  #. TRANSLATORS "Tidy" is a program name and should not be translated
8264
- #: ../lib/puppet/type/tidy.rb:275
8308
+ #: ../lib/puppet/type/tidy.rb:294
8265
8309
  msgid "Tidying %{count} files"
8266
8310
  msgstr ""
8267
8311
 
8268
- #: ../lib/puppet/type/tidy.rb:348
8312
+ #: ../lib/puppet/type/tidy.rb:367
8269
8313
  msgid "File does not exist"
8270
8314
  msgstr ""
8271
8315
 
8272
- #: ../lib/puppet/type/user.rb:182
8316
+ #: ../lib/puppet/type/user.rb:183
8273
8317
  msgid "Could not find group(s) %{groups}"
8274
8318
  msgstr ""
8275
8319
 
8276
- #: ../lib/puppet/type/user.rb:291
8320
+ #: ../lib/puppet/type/user.rb:292
8277
8321
  msgid "Password minimum age must be provided as a number."
8278
8322
  msgstr ""
8279
8323
 
8280
- #: ../lib/puppet/type/user.rb:310
8324
+ #: ../lib/puppet/type/user.rb:311
8281
8325
  msgid "Password maximum age must be provided as a number."
8282
8326
  msgstr ""
8283
8327
 
8284
- #: ../lib/puppet/type/user.rb:341
8328
+ #: ../lib/puppet/type/user.rb:342
8285
8329
  msgid "Group names must be provided, not GID numbers."
8286
8330
  msgstr ""
8287
8331
 
8288
- #: ../lib/puppet/type/user.rb:343
8332
+ #: ../lib/puppet/type/user.rb:344
8289
8333
  msgid "Group names must be provided as an array, not a comma-separated list."
8290
8334
  msgstr ""
8291
8335
 
8292
- #: ../lib/puppet/type/user.rb:344
8336
+ #: ../lib/puppet/type/user.rb:345
8293
8337
  msgid "Group names must not be empty. If you want to specify \"no groups\" pass an empty array"
8294
8338
  msgstr ""
8295
8339
 
8296
- #: ../lib/puppet/type/user.rb:437
8340
+ #: ../lib/puppet/type/user.rb:438
8297
8341
  msgid "User provider %{name} can not manage home directories"
8298
8342
  msgstr ""
8299
8343
 
8300
8344
  #. TRANSLATORS YYYY-MM-DD represents a date with a four-digit year, a two-digit month, and a two-digit day,
8301
8345
  #. TRANSLATORS separated by dashes.
8302
- #: ../lib/puppet/type/user.rb:454
8346
+ #: ../lib/puppet/type/user.rb:455
8303
8347
  msgid "Expiry dates must be YYYY-MM-DD or the string \"absent\""
8304
8348
  msgstr ""
8305
8349
 
8306
- #: ../lib/puppet/type/user.rb:521
8350
+ #: ../lib/puppet/type/user.rb:522
8307
8351
  msgid "Role names must be provided, not numbers"
8308
8352
  msgstr ""
8309
8353
 
8310
- #: ../lib/puppet/type/user.rb:523
8354
+ #: ../lib/puppet/type/user.rb:524
8311
8355
  msgid "Role names must be provided as an array, not a comma-separated list"
8312
8356
  msgstr ""
8313
8357
 
8314
- #: ../lib/puppet/type/user.rb:560
8358
+ #: ../lib/puppet/type/user.rb:561
8315
8359
  msgid "Auth names must be provided, not numbers"
8316
8360
  msgstr ""
8317
8361
 
8318
- #: ../lib/puppet/type/user.rb:562
8362
+ #: ../lib/puppet/type/user.rb:563
8319
8363
  msgid "Auth names must be provided as an array, not a comma-separated list"
8320
8364
  msgstr ""
8321
8365
 
8322
- #: ../lib/puppet/type/user.rb:586
8366
+ #: ../lib/puppet/type/user.rb:587
8323
8367
  msgid "Profile names must be provided, not numbers"
8324
8368
  msgstr ""
8325
8369
 
8326
- #: ../lib/puppet/type/user.rb:588
8370
+ #: ../lib/puppet/type/user.rb:589
8327
8371
  msgid "Profile names must be provided as an array, not a comma-separated list"
8328
8372
  msgstr ""
8329
8373
 
8330
- #: ../lib/puppet/type/user.rb:699
8374
+ #: ../lib/puppet/type/user.rb:701
8331
8375
  msgid "Ssh_authorized_key type is not available. Cannot purge SSH keys."
8332
8376
  msgstr ""
8333
8377
 
8334
- #: ../lib/puppet/type/user.rb:737
8378
+ #: ../lib/puppet/type/user.rb:739
8335
8379
  msgid "Each entry for purge_ssh_keys must be a string, not a %{klass}"
8336
8380
  msgstr ""
8337
8381
 
8338
- #: ../lib/puppet/type/user.rb:740
8382
+ #: ../lib/puppet/type/user.rb:742
8339
8383
  msgid "Paths to keyfiles must be absolute, not %{entry}"
8340
8384
  msgstr ""
8341
8385
 
8342
- #: ../lib/puppet/type/user.rb:744
8386
+ #: ../lib/puppet/type/user.rb:746
8343
8387
  msgid "purge_ssh_keys must be true, false, or an array of file names, not %{value}"
8344
8388
  msgstr ""
8345
8389
 
8346
- #: ../lib/puppet/type/user.rb:772
8390
+ #: ../lib/puppet/type/user.rb:755
8347
8391
  msgid "Class name must be provided."
8348
8392
  msgstr ""
8349
8393
 
@@ -8406,11 +8450,11 @@ msgstr ""
8406
8450
  msgid "path may not be nil"
8407
8451
  msgstr ""
8408
8452
 
8409
- #: ../lib/puppet/util.rb:621
8453
+ #: ../lib/puppet/util.rb:630
8410
8454
  msgid "replace_file requires a block"
8411
8455
  msgstr ""
8412
8456
 
8413
- #: ../lib/puppet/util.rb:625
8457
+ #: ../lib/puppet/util.rb:634
8414
8458
  msgid "replace_file default_mode: %{default_mode} is invalid"
8415
8459
  msgstr ""
8416
8460
 
@@ -9071,31 +9115,31 @@ msgstr ""
9071
9115
  msgid "Caught exception %{klass}:%{error} retrying"
9072
9116
  msgstr ""
9073
9117
 
9074
- #: ../lib/puppet/util/selinux.rb:71
9118
+ #: ../lib/puppet/util/selinux.rb:81
9075
9119
  msgid "Invalid context to parse: %{context}"
9076
9120
  msgstr ""
9077
9121
 
9078
- #: ../lib/puppet/util/selinux.rb:83
9122
+ #: ../lib/puppet/util/selinux.rb:93
9079
9123
  msgid "Invalid SELinux parameter type"
9080
9124
  msgstr ""
9081
9125
 
9082
- #: ../lib/puppet/util/selinux.rb:104
9126
+ #: ../lib/puppet/util/selinux.rb:114
9083
9127
  msgid "Can't set SELinux context on file unless the file already has some kind of context"
9084
9128
  msgstr ""
9085
9129
 
9086
- #: ../lib/puppet/util/selinux.rb:118
9130
+ #: ../lib/puppet/util/selinux.rb:128
9087
9131
  msgid "set_selinux_context component must be one of :seluser, :selrole, :seltype, or :selrange"
9088
9132
  msgstr ""
9089
9133
 
9090
- #: ../lib/puppet/util/selinux.rb:129
9134
+ #: ../lib/puppet/util/selinux.rb:139
9091
9135
  msgid "Failed to set SELinux context %{context} on %{file}"
9092
9136
  msgstr ""
9093
9137
 
9094
- #: ../lib/puppet/util/selinux.rb:180
9138
+ #: ../lib/puppet/util/selinux.rb:190
9095
9139
  msgid "Could not open SELinux category translation file %{path}."
9096
9140
  msgstr ""
9097
9141
 
9098
- #: ../lib/puppet/util/selinux.rb:250
9142
+ #: ../lib/puppet/util/selinux.rb:276
9099
9143
  msgid "got a relative path in SELinux find_fs: %{path}"
9100
9144
  msgstr ""
9101
9145
 
@@ -9139,39 +9183,39 @@ msgstr ""
9139
9183
  msgid "Invalid %{klass}: %{id}"
9140
9184
  msgstr ""
9141
9185
 
9142
- #: ../lib/puppet/util/symbolic_file_mode.rb:37
9186
+ #: ../lib/puppet/util/symbolic_file_mode.rb:49
9143
9187
  msgid "An empty mode string is illegal"
9144
9188
  msgstr ""
9145
9189
 
9146
- #: ../lib/puppet/util/symbolic_file_mode.rb:41
9190
+ #: ../lib/puppet/util/symbolic_file_mode.rb:53
9147
9191
  msgid "Numeric modes must be in octal, not decimal!"
9148
9192
  msgstr ""
9149
9193
 
9150
- #: ../lib/puppet/util/symbolic_file_mode.rb:44
9194
+ #: ../lib/puppet/util/symbolic_file_mode.rb:56
9151
9195
  msgid "non-numeric current mode (%{mode})"
9152
9196
  msgstr ""
9153
9197
 
9154
- #: ../lib/puppet/util/symbolic_file_mode.rb:64
9198
+ #: ../lib/puppet/util/symbolic_file_mode.rb:76
9155
9199
  msgid "Missing action"
9156
9200
  msgstr ""
9157
9201
 
9158
- #: ../lib/puppet/util/symbolic_file_mode.rb:79
9202
+ #: ../lib/puppet/util/symbolic_file_mode.rb:91
9159
9203
  msgid "Missing operation (-, =, or +)"
9160
9204
  msgstr ""
9161
9205
 
9162
- #: ../lib/puppet/util/symbolic_file_mode.rb:101
9206
+ #: ../lib/puppet/util/symbolic_file_mode.rb:113
9163
9207
  msgid "X only works with the '+' operator"
9164
9208
  msgstr ""
9165
9209
 
9166
- #: ../lib/puppet/util/symbolic_file_mode.rb:112
9210
+ #: ../lib/puppet/util/symbolic_file_mode.rb:124
9167
9211
  msgid "internal error"
9168
9212
  msgstr ""
9169
9213
 
9170
- #: ../lib/puppet/util/symbolic_file_mode.rb:116
9214
+ #: ../lib/puppet/util/symbolic_file_mode.rb:128
9171
9215
  msgid "Unknown operation"
9172
9216
  msgstr ""
9173
9217
 
9174
- #: ../lib/puppet/util/symbolic_file_mode.rb:131
9218
+ #: ../lib/puppet/util/symbolic_file_mode.rb:143
9175
9219
  msgid "%{error}%{rest} in symbolic mode %{modification}"
9176
9220
  msgstr ""
9177
9221
 
@@ -9219,15 +9263,15 @@ msgstr ""
9219
9263
  msgid "Unrecognized ADS UserFlags: %{unrecognized_flags}"
9220
9264
  msgstr ""
9221
9265
 
9222
- #: ../lib/puppet/util/windows/adsi.rb:497
9266
+ #: ../lib/puppet/util/windows/adsi.rb:497 ../lib/puppet/util/windows/adsi.rb:530
9223
9267
  msgid "Failed to get user name"
9224
9268
  msgstr ""
9225
9269
 
9226
- #: ../lib/puppet/util/windows/adsi.rb:534
9270
+ #: ../lib/puppet/util/windows/adsi.rb:580
9227
9271
  msgid "Cannot delete user profile for '%{sid}' prior to Vista SP1"
9228
9272
  msgstr ""
9229
9273
 
9230
- #: ../lib/puppet/util/windows/adsi.rb:552
9274
+ #: ../lib/puppet/util/windows/adsi.rb:598
9231
9275
  msgid "Cannot create group if user '%{name}' exists."
9232
9276
  msgstr ""
9233
9277
 
@@ -9282,20 +9326,20 @@ msgstr ""
9282
9326
  msgid "Failed to call GetLongPathName"
9283
9327
  msgstr ""
9284
9328
 
9285
- #: ../lib/puppet/util/windows/principal.rb:67 ../lib/puppet/util/windows/principal.rb:74
9329
+ #: ../lib/puppet/util/windows/principal.rb:68 ../lib/puppet/util/windows/principal.rb:75
9286
9330
  msgid "Failed to call LookupAccountNameW with account: %{account_name}"
9287
9331
  msgstr ""
9288
9332
 
9289
9333
  #. TRANSLATORS `lookup_account_sid` is a variable name and should not be translated
9290
- #: ../lib/puppet/util/windows/principal.rb:97
9334
+ #: ../lib/puppet/util/windows/principal.rb:98
9291
9335
  msgid "Byte array for lookup_account_sid must not be nil and must be at least 1 byte long"
9292
9336
  msgstr ""
9293
9337
 
9294
- #: ../lib/puppet/util/windows/principal.rb:114
9338
+ #: ../lib/puppet/util/windows/principal.rb:115
9295
9339
  msgid "Byte array for lookup_account_sid is invalid: %{sid_bytes}"
9296
9340
  msgstr ""
9297
9341
 
9298
- #: ../lib/puppet/util/windows/principal.rb:122 ../lib/puppet/util/windows/principal.rb:129
9342
+ #: ../lib/puppet/util/windows/principal.rb:123 ../lib/puppet/util/windows/principal.rb:130
9299
9343
  msgid "Failed to call LookupAccountSidW with bytes: %{sid_bytes}"
9300
9344
  msgstr ""
9301
9345
 
@@ -9405,7 +9449,7 @@ msgstr ""
9405
9449
  msgid "An attempt to set mode %{mode} on item %{path} would result in the group, SYSTEM, to have less than Full Control rights. This attempt has been corrected to Full Control"
9406
9450
  msgstr ""
9407
9451
 
9408
- #: ../lib/puppet/util/windows/security.rb:433 ../lib/puppet/util/windows/security.rb:450 ../lib/puppet/util/windows/sid.rb:155 ../lib/puppet/util/windows/sid.rb:217 ../lib/puppet/util/windows/user.rb:59
9452
+ #: ../lib/puppet/util/windows/security.rb:433 ../lib/puppet/util/windows/security.rb:450 ../lib/puppet/util/windows/sid.rb:159 ../lib/puppet/util/windows/sid.rb:221 ../lib/puppet/util/windows/user.rb:59
9409
9453
  msgid "Invalid SID"
9410
9454
  msgstr ""
9411
9455
 
@@ -9561,19 +9605,19 @@ msgstr ""
9561
9605
  msgid "Timed out while waiting for the pending transition from %{pending_state} to %{final_state} to finish. The current state is %{current_state}."
9562
9606
  msgstr ""
9563
9607
 
9564
- #: ../lib/puppet/util/windows/sid.rb:94
9608
+ #: ../lib/puppet/util/windows/sid.rb:98
9565
9609
  msgid "Octet string must be an array of bytes"
9566
9610
  msgstr ""
9567
9611
 
9568
- #: ../lib/puppet/util/windows/sid.rb:161
9612
+ #: ../lib/puppet/util/windows/sid.rb:165
9569
9613
  msgid "Failed to convert binary SID"
9570
9614
  msgstr ""
9571
9615
 
9572
- #: ../lib/puppet/util/windows/sid.rb:166
9616
+ #: ../lib/puppet/util/windows/sid.rb:170
9573
9617
  msgid "ConvertSidToStringSidW failed to allocate buffer for sid"
9574
9618
  msgstr ""
9575
9619
 
9576
- #: ../lib/puppet/util/windows/sid.rb:186
9620
+ #: ../lib/puppet/util/windows/sid.rb:190
9577
9621
  msgid "Failed to convert string SID: %{string_sid}"
9578
9622
  msgstr ""
9579
9623
 
@@ -9597,72 +9641,72 @@ msgstr ""
9597
9641
  msgid "Failed to unload user profile %{user}"
9598
9642
  msgstr ""
9599
9643
 
9600
- #: ../lib/puppet/x509/cert_provider.rb:45
9644
+ #: ../lib/puppet/x509/cert_provider.rb:44
9601
9645
  msgid "Failed to save CA certificates to '%{capath}'"
9602
9646
  msgstr ""
9603
9647
 
9604
- #: ../lib/puppet/x509/cert_provider.rb:59
9648
+ #: ../lib/puppet/x509/cert_provider.rb:58
9605
9649
  msgid "The CA certificates are missing from '%{path}'"
9606
9650
  msgstr ""
9607
9651
 
9608
- #: ../lib/puppet/x509/cert_provider.rb:63
9652
+ #: ../lib/puppet/x509/cert_provider.rb:62
9609
9653
  msgid "Failed to load CA certificates from '%{capath}'"
9610
9654
  msgstr ""
9611
9655
 
9612
9656
  #. TRANSLATORS 'PEM' is an acronym and shouldn't be translated
9613
- #: ../lib/puppet/x509/cert_provider.rb:75
9657
+ #: ../lib/puppet/x509/cert_provider.rb:74
9614
9658
  msgid "Failed to parse CA certificates as PEM"
9615
9659
  msgstr ""
9616
9660
 
9617
- #: ../lib/puppet/x509/cert_provider.rb:91
9661
+ #: ../lib/puppet/x509/cert_provider.rb:90
9618
9662
  msgid "Failed to save CRLs to '%{crlpath}'"
9619
9663
  msgstr ""
9620
9664
 
9621
- #: ../lib/puppet/x509/cert_provider.rb:105
9665
+ #: ../lib/puppet/x509/cert_provider.rb:104
9622
9666
  msgid "The CRL is missing from '%{path}'"
9623
9667
  msgstr ""
9624
9668
 
9625
- #: ../lib/puppet/x509/cert_provider.rb:109
9669
+ #: ../lib/puppet/x509/cert_provider.rb:108
9626
9670
  msgid "Failed to load CRLs from '%{crlpath}'"
9627
9671
  msgstr ""
9628
9672
 
9629
9673
  #. TRANSLATORS 'PEM' is an acronym and shouldn't be translated
9630
- #: ../lib/puppet/x509/cert_provider.rb:121
9674
+ #: ../lib/puppet/x509/cert_provider.rb:120
9631
9675
  msgid "Failed to parse CRLs as PEM"
9632
9676
  msgstr ""
9633
9677
 
9634
- #: ../lib/puppet/x509/cert_provider.rb:171
9678
+ #: ../lib/puppet/x509/cert_provider.rb:170
9635
9679
  msgid "Failed to save private key for '%{name}'"
9636
9680
  msgstr ""
9637
9681
 
9638
- #: ../lib/puppet/x509/cert_provider.rb:191
9682
+ #: ../lib/puppet/x509/cert_provider.rb:190
9639
9683
  msgid "The private key is missing from '%{path}'"
9640
9684
  msgstr ""
9641
9685
 
9642
- #: ../lib/puppet/x509/cert_provider.rb:195
9686
+ #: ../lib/puppet/x509/cert_provider.rb:194
9643
9687
  msgid "Failed to load private key for '%{name}'"
9644
9688
  msgstr ""
9645
9689
 
9646
- #: ../lib/puppet/x509/cert_provider.rb:255
9690
+ #: ../lib/puppet/x509/cert_provider.rb:237
9647
9691
  msgid "Failed to save client certificate for '%{name}'"
9648
9692
  msgstr ""
9649
9693
 
9650
- #: ../lib/puppet/x509/cert_provider.rb:271
9694
+ #: ../lib/puppet/x509/cert_provider.rb:253
9651
9695
  msgid "The client certificate is missing from '%{path}'"
9652
9696
  msgstr ""
9653
9697
 
9654
- #: ../lib/puppet/x509/cert_provider.rb:275
9698
+ #: ../lib/puppet/x509/cert_provider.rb:257
9655
9699
  msgid "Failed to load client certificate for '%{name}'"
9656
9700
  msgstr ""
9657
9701
 
9658
- #: ../lib/puppet/x509/cert_provider.rb:324
9702
+ #: ../lib/puppet/x509/cert_provider.rb:306
9659
9703
  msgid "Failed to save certificate request for '%{name}'"
9660
9704
  msgstr ""
9661
9705
 
9662
- #: ../lib/puppet/x509/cert_provider.rb:340
9706
+ #: ../lib/puppet/x509/cert_provider.rb:322
9663
9707
  msgid "Failed to load certificate request for '%{name}'"
9664
9708
  msgstr ""
9665
9709
 
9666
- #: ../lib/puppet/x509/cert_provider.rb:353
9710
+ #: ../lib/puppet/x509/cert_provider.rb:335
9667
9711
  msgid "Failed to delete certificate request for '%{name}'"
9668
9712
  msgstr ""