puppet 7.6.1-universal-darwin → 7.10.0-universal-darwin

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 (816) hide show
  1. checksums.yaml +4 -4
  2. data/CONTRIBUTING.md +7 -7
  3. data/Gemfile +2 -1
  4. data/Gemfile.lock +18 -18
  5. data/README.md +4 -4
  6. data/{ext → examples/enc}/regexp_nodes/classes/databases +0 -0
  7. data/{ext → examples/enc}/regexp_nodes/classes/webservers +0 -0
  8. data/{ext → examples/enc}/regexp_nodes/environment/development +0 -0
  9. data/{ext → examples/enc}/regexp_nodes/parameters/service/prod +0 -0
  10. data/{ext → examples/enc}/regexp_nodes/parameters/service/qa +0 -0
  11. data/{ext → examples/enc}/regexp_nodes/parameters/service/sandbox +0 -0
  12. data/{ext → examples/enc}/regexp_nodes/regexp_nodes.rb +0 -0
  13. data/{ext → examples}/nagios/check_puppet.rb +2 -2
  14. data/ext/README.md +13 -0
  15. data/ext/osx/puppet.plist +2 -0
  16. data/ext/project_data.yaml +1 -0
  17. data/install.rb +11 -15
  18. data/lib/hiera_puppet.rb +1 -1
  19. data/lib/puppet.rb +40 -40
  20. data/lib/puppet/agent.rb +6 -6
  21. data/lib/puppet/agent/disabler.rb +1 -1
  22. data/lib/puppet/agent/locker.rb +2 -2
  23. data/lib/puppet/application.rb +6 -6
  24. data/lib/puppet/application/agent.rb +18 -11
  25. data/lib/puppet/application/apply.rb +6 -5
  26. data/lib/puppet/application/catalog.rb +1 -1
  27. data/lib/puppet/application/config.rb +1 -1
  28. data/lib/puppet/application/describe.rb +1 -1
  29. data/lib/puppet/application/device.rb +8 -7
  30. data/lib/puppet/application/doc.rb +7 -7
  31. data/lib/puppet/application/epp.rb +2 -2
  32. data/lib/puppet/application/face_base.rb +2 -2
  33. data/lib/puppet/application/facts.rb +1 -1
  34. data/lib/puppet/application/filebucket.rb +3 -2
  35. data/lib/puppet/application/generate.rb +1 -1
  36. data/lib/puppet/application/help.rb +1 -1
  37. data/lib/puppet/application/indirection_base.rb +1 -1
  38. data/lib/puppet/application/lookup.rb +6 -6
  39. data/lib/puppet/application/module.rb +1 -1
  40. data/lib/puppet/application/node.rb +1 -1
  41. data/lib/puppet/application/parser.rb +2 -2
  42. data/lib/puppet/application/plugin.rb +1 -1
  43. data/lib/puppet/application/report.rb +1 -1
  44. data/lib/puppet/application/resource.rb +18 -4
  45. data/lib/puppet/application/script.rb +6 -5
  46. data/lib/puppet/application/ssl.rb +3 -2
  47. data/lib/puppet/application_support.rb +4 -4
  48. data/lib/puppet/compilable_resource_type.rb +1 -1
  49. data/lib/puppet/concurrent/lock.rb +1 -1
  50. data/lib/puppet/configurer.rb +159 -50
  51. data/lib/puppet/configurer/downloader.rb +4 -3
  52. data/lib/puppet/configurer/fact_handler.rb +3 -3
  53. data/lib/puppet/configurer/plugin_handler.rb +1 -1
  54. data/lib/puppet/confine.rb +1 -1
  55. data/lib/puppet/confine/boolean.rb +1 -1
  56. data/lib/puppet/confine/exists.rb +1 -1
  57. data/lib/puppet/confine/false.rb +1 -1
  58. data/lib/puppet/confine/feature.rb +1 -1
  59. data/lib/puppet/confine/true.rb +1 -1
  60. data/lib/puppet/confine/variable.rb +1 -1
  61. data/lib/puppet/confine_collection.rb +1 -1
  62. data/lib/puppet/confiner.rb +1 -1
  63. data/lib/puppet/context.rb +2 -2
  64. data/lib/puppet/context/trusted_information.rb +1 -1
  65. data/lib/puppet/daemon.rb +2 -2
  66. data/lib/puppet/data_binding.rb +1 -1
  67. data/lib/puppet/datatypes/error.rb +1 -1
  68. data/lib/puppet/defaults.rb +67 -33
  69. data/lib/puppet/environments.rb +76 -26
  70. data/lib/puppet/etc.rb +1 -1
  71. data/lib/puppet/external/pson/common.rb +1 -1
  72. data/lib/puppet/external/pson/pure.rb +3 -3
  73. data/lib/puppet/face.rb +1 -1
  74. data/lib/puppet/face/catalog.rb +1 -1
  75. data/lib/puppet/face/config.rb +2 -2
  76. data/lib/puppet/face/epp.rb +6 -6
  77. data/lib/puppet/face/facts.rb +2 -2
  78. data/lib/puppet/face/generate.rb +2 -2
  79. data/lib/puppet/face/help.rb +3 -3
  80. data/lib/puppet/face/help/action.erb +1 -0
  81. data/lib/puppet/face/help/face.erb +1 -0
  82. data/lib/puppet/face/module.rb +3 -3
  83. data/lib/puppet/face/module/install.rb +2 -2
  84. data/lib/puppet/face/node.rb +1 -1
  85. data/lib/puppet/face/node/clean.rb +1 -1
  86. data/lib/puppet/face/parser.rb +4 -4
  87. data/lib/puppet/face/plugin.rb +2 -2
  88. data/lib/puppet/face/report.rb +1 -1
  89. data/lib/puppet/face/resource.rb +1 -1
  90. data/lib/puppet/feature/base.rb +2 -2
  91. data/lib/puppet/feature/bolt.rb +1 -1
  92. data/lib/puppet/feature/cfpropertylist.rb +1 -1
  93. data/lib/puppet/feature/eventlog.rb +1 -1
  94. data/lib/puppet/feature/hiera_eyaml.rb +1 -1
  95. data/lib/puppet/feature/hocon.rb +1 -1
  96. data/lib/puppet/feature/libuser.rb +2 -2
  97. data/lib/puppet/feature/msgpack.rb +1 -1
  98. data/lib/puppet/feature/pe_license.rb +1 -1
  99. data/lib/puppet/feature/selinux.rb +1 -1
  100. data/lib/puppet/feature/ssh.rb +1 -1
  101. data/lib/puppet/feature/telnet.rb +1 -1
  102. data/lib/puppet/feature/zlib.rb +1 -1
  103. data/lib/puppet/ffi/posix.rb +2 -2
  104. data/lib/puppet/ffi/posix/constants.rb +1 -1
  105. data/lib/puppet/ffi/posix/functions.rb +1 -1
  106. data/lib/puppet/ffi/windows.rb +4 -4
  107. data/lib/puppet/ffi/windows/api_types.rb +2 -2
  108. data/lib/puppet/ffi/windows/constants.rb +1 -1
  109. data/lib/puppet/ffi/windows/functions.rb +1 -1
  110. data/lib/puppet/ffi/windows/structs.rb +1 -1
  111. data/lib/puppet/file_bucket/dipper.rb +4 -4
  112. data/lib/puppet/file_bucket/file.rb +3 -3
  113. data/lib/puppet/file_serving/base.rb +2 -2
  114. data/lib/puppet/file_serving/configuration.rb +12 -10
  115. data/lib/puppet/file_serving/configuration/parser.rb +4 -2
  116. data/lib/puppet/file_serving/content.rb +3 -3
  117. data/lib/puppet/file_serving/fileset.rb +16 -4
  118. data/lib/puppet/file_serving/http_metadata.rb +1 -1
  119. data/lib/puppet/file_serving/metadata.rb +6 -6
  120. data/lib/puppet/file_serving/mount.rb +4 -4
  121. data/lib/puppet/file_serving/mount/file.rb +1 -1
  122. data/lib/puppet/file_serving/mount/locales.rb +1 -1
  123. data/lib/puppet/file_serving/mount/modules.rb +1 -1
  124. data/lib/puppet/file_serving/mount/pluginfacts.rb +1 -1
  125. data/lib/puppet/file_serving/mount/plugins.rb +1 -1
  126. data/lib/puppet/file_serving/mount/scripts.rb +24 -0
  127. data/lib/puppet/file_serving/mount/tasks.rb +1 -1
  128. data/lib/puppet/file_serving/terminus_helper.rb +2 -2
  129. data/lib/puppet/file_serving/terminus_selector.rb +1 -1
  130. data/lib/puppet/file_system.rb +9 -9
  131. data/lib/puppet/file_system/file_impl.rb +1 -1
  132. data/lib/puppet/file_system/jruby.rb +1 -1
  133. data/lib/puppet/file_system/path_pattern.rb +1 -1
  134. data/lib/puppet/file_system/uniquefile.rb +1 -1
  135. data/lib/puppet/file_system/windows.rb +4 -4
  136. data/lib/puppet/forge.rb +8 -8
  137. data/lib/puppet/forge/cache.rb +2 -2
  138. data/lib/puppet/forge/errors.rb +3 -3
  139. data/lib/puppet/forge/repository.rb +4 -4
  140. data/lib/puppet/functions/all.rb +1 -1
  141. data/lib/puppet/functions/camelcase.rb +1 -1
  142. data/lib/puppet/functions/capitalize.rb +2 -2
  143. data/lib/puppet/functions/downcase.rb +2 -2
  144. data/lib/puppet/functions/empty.rb +8 -0
  145. data/lib/puppet/functions/find_template.rb +2 -2
  146. data/lib/puppet/functions/get.rb +5 -5
  147. data/lib/puppet/functions/group_by.rb +13 -5
  148. data/lib/puppet/functions/lest.rb +1 -1
  149. data/lib/puppet/functions/new.rb +100 -100
  150. data/lib/puppet/functions/partition.rb +4 -4
  151. data/lib/puppet/functions/require.rb +5 -5
  152. data/lib/puppet/functions/sort.rb +3 -3
  153. data/lib/puppet/functions/strftime.rb +1 -0
  154. data/lib/puppet/functions/tree_each.rb +7 -9
  155. data/lib/puppet/functions/type.rb +4 -4
  156. data/lib/puppet/functions/unwrap.rb +17 -2
  157. data/lib/puppet/functions/upcase.rb +2 -2
  158. data/lib/puppet/functions/versioncmp.rb +1 -1
  159. data/lib/puppet/generate/models/type/type.rb +1 -1
  160. data/lib/puppet/generate/type.rb +2 -2
  161. data/lib/puppet/gettext/config.rb +3 -3
  162. data/lib/puppet/gettext/module_translations.rb +1 -1
  163. data/lib/puppet/graph.rb +6 -6
  164. data/lib/puppet/graph/simple_graph.rb +2 -2
  165. data/lib/puppet/http.rb +26 -26
  166. data/lib/puppet/http/factory.rb +2 -2
  167. data/lib/puppet/http/proxy.rb +1 -1
  168. data/lib/puppet/http/resolver/server_list.rb +15 -4
  169. data/lib/puppet/http/service/compiler.rb +79 -2
  170. data/lib/puppet/http/service/file_server.rb +3 -2
  171. data/lib/puppet/indirector.rb +5 -5
  172. data/lib/puppet/indirector/catalog/compiler.rb +28 -9
  173. data/lib/puppet/indirector/catalog/json.rb +2 -2
  174. data/lib/puppet/indirector/catalog/msgpack.rb +2 -2
  175. data/lib/puppet/indirector/catalog/rest.rb +3 -2
  176. data/lib/puppet/indirector/catalog/store_configs.rb +2 -2
  177. data/lib/puppet/indirector/catalog/yaml.rb +2 -2
  178. data/lib/puppet/indirector/code.rb +1 -1
  179. data/lib/puppet/indirector/data_binding/hiera.rb +1 -1
  180. data/lib/puppet/indirector/data_binding/none.rb +1 -1
  181. data/lib/puppet/indirector/direct_file_server.rb +2 -2
  182. data/lib/puppet/indirector/envelope.rb +1 -1
  183. data/lib/puppet/indirector/errors.rb +1 -1
  184. data/lib/puppet/indirector/exec.rb +2 -2
  185. data/lib/puppet/indirector/face.rb +1 -1
  186. data/lib/puppet/indirector/facts/facter.rb +2 -2
  187. data/lib/puppet/indirector/facts/json.rb +3 -3
  188. data/lib/puppet/indirector/facts/memory.rb +2 -2
  189. data/lib/puppet/indirector/facts/network_device.rb +2 -2
  190. data/lib/puppet/indirector/facts/rest.rb +2 -2
  191. data/lib/puppet/indirector/facts/store_configs.rb +2 -2
  192. data/lib/puppet/indirector/facts/yaml.rb +3 -3
  193. data/lib/puppet/indirector/file_bucket_file/file.rb +4 -4
  194. data/lib/puppet/indirector/file_bucket_file/rest.rb +2 -2
  195. data/lib/puppet/indirector/file_bucket_file/selector.rb +1 -1
  196. data/lib/puppet/indirector/file_content.rb +1 -1
  197. data/lib/puppet/indirector/file_content/file.rb +3 -3
  198. data/lib/puppet/indirector/file_content/file_server.rb +3 -3
  199. data/lib/puppet/indirector/file_content/rest.rb +3 -3
  200. data/lib/puppet/indirector/file_content/selector.rb +4 -4
  201. data/lib/puppet/indirector/file_metadata.rb +1 -1
  202. data/lib/puppet/indirector/file_metadata/file.rb +3 -3
  203. data/lib/puppet/indirector/file_metadata/file_server.rb +3 -3
  204. data/lib/puppet/indirector/file_metadata/http.rb +3 -3
  205. data/lib/puppet/indirector/file_metadata/rest.rb +4 -3
  206. data/lib/puppet/indirector/file_metadata/selector.rb +4 -4
  207. data/lib/puppet/indirector/file_server.rb +4 -4
  208. data/lib/puppet/indirector/generic_http.rb +1 -1
  209. data/lib/puppet/indirector/hiera.rb +1 -1
  210. data/lib/puppet/indirector/indirection.rb +5 -5
  211. data/lib/puppet/indirector/json.rb +2 -2
  212. data/lib/puppet/indirector/memory.rb +1 -1
  213. data/lib/puppet/indirector/msgpack.rb +2 -2
  214. data/lib/puppet/indirector/node/exec.rb +2 -2
  215. data/lib/puppet/indirector/node/json.rb +2 -2
  216. data/lib/puppet/indirector/node/memory.rb +2 -2
  217. data/lib/puppet/indirector/node/msgpack.rb +2 -2
  218. data/lib/puppet/indirector/node/plain.rb +2 -2
  219. data/lib/puppet/indirector/node/rest.rb +2 -2
  220. data/lib/puppet/indirector/node/store_configs.rb +2 -2
  221. data/lib/puppet/indirector/node/yaml.rb +2 -2
  222. data/lib/puppet/indirector/none.rb +1 -1
  223. data/lib/puppet/indirector/plain.rb +1 -1
  224. data/lib/puppet/indirector/report/json.rb +2 -2
  225. data/lib/puppet/indirector/report/msgpack.rb +2 -2
  226. data/lib/puppet/indirector/report/processor.rb +3 -3
  227. data/lib/puppet/indirector/report/rest.rb +1 -1
  228. data/lib/puppet/indirector/report/yaml.rb +2 -2
  229. data/lib/puppet/indirector/request.rb +3 -3
  230. data/lib/puppet/indirector/resource/ral.rb +7 -2
  231. data/lib/puppet/indirector/resource/store_configs.rb +2 -2
  232. data/lib/puppet/indirector/terminus.rb +9 -5
  233. data/lib/puppet/indirector/yaml.rb +2 -2
  234. data/lib/puppet/info_service.rb +3 -3
  235. data/lib/puppet/info_service/class_information_service.rb +3 -3
  236. data/lib/puppet/info_service/plan_information_service.rb +1 -1
  237. data/lib/puppet/info_service/task_information_service.rb +1 -1
  238. data/lib/puppet/interface.rb +10 -10
  239. data/lib/puppet/interface/documentation.rb +2 -1
  240. data/lib/puppet/loaders.rb +21 -21
  241. data/lib/puppet/metatype/manager.rb +3 -3
  242. data/lib/puppet/module.rb +4 -4
  243. data/lib/puppet/module/plan.rb +1 -2
  244. data/lib/puppet/module/task.rb +2 -2
  245. data/lib/puppet/module_tool.rb +10 -10
  246. data/lib/puppet/module_tool/applications.rb +7 -7
  247. data/lib/puppet/module_tool/applications/application.rb +2 -2
  248. data/lib/puppet/module_tool/applications/checksummer.rb +2 -2
  249. data/lib/puppet/module_tool/applications/installer.rb +19 -11
  250. data/lib/puppet/module_tool/applications/unpacker.rb +2 -2
  251. data/lib/puppet/module_tool/applications/upgrader.rb +5 -5
  252. data/lib/puppet/module_tool/checksums.rb +1 -1
  253. data/lib/puppet/module_tool/contents_description.rb +1 -1
  254. data/lib/puppet/module_tool/dependency.rb +2 -2
  255. data/lib/puppet/module_tool/errors.rb +6 -6
  256. data/lib/puppet/module_tool/errors/shared.rb +17 -0
  257. data/lib/puppet/module_tool/install_directory.rb +2 -2
  258. data/lib/puppet/module_tool/installed_modules.rb +2 -2
  259. data/lib/puppet/module_tool/local_tarball.rb +2 -2
  260. data/lib/puppet/module_tool/metadata.rb +3 -3
  261. data/lib/puppet/module_tool/tar.rb +4 -4
  262. data/lib/puppet/module_tool/tar/mini.rb +1 -1
  263. data/lib/puppet/network/format.rb +1 -1
  264. data/lib/puppet/network/format_handler.rb +3 -3
  265. data/lib/puppet/network/format_support.rb +1 -1
  266. data/lib/puppet/network/formats.rb +2 -2
  267. data/lib/puppet/network/http.rb +12 -12
  268. data/lib/puppet/network/http/api.rb +1 -1
  269. data/lib/puppet/network/http/api/indirected_routes.rb +2 -2
  270. data/lib/puppet/network/http/api/master.rb +1 -1
  271. data/lib/puppet/network/http/api/master/v3.rb +2 -2
  272. data/lib/puppet/network/http/api/master/v3/environments.rb +2 -2
  273. data/lib/puppet/network/http/api/server/v3.rb +2 -2
  274. data/lib/puppet/network/http/api/server/v3/environments.rb +1 -1
  275. data/lib/puppet/network/http/connection.rb +1 -1
  276. data/lib/puppet/network/http/error.rb +1 -1
  277. data/lib/puppet/network/http/handler.rb +3 -3
  278. data/lib/puppet/network/http_pool.rb +1 -1
  279. data/lib/puppet/node.rb +3 -3
  280. data/lib/puppet/node/environment.rb +13 -14
  281. data/lib/puppet/node/facts.rb +3 -3
  282. data/lib/puppet/pal/pal_api.rb +10 -10
  283. data/lib/puppet/pal/pal_impl.rb +3 -3
  284. data/lib/puppet/parameter.rb +4 -4
  285. data/lib/puppet/parameter/boolean.rb +1 -1
  286. data/lib/puppet/parameter/package_options.rb +1 -1
  287. data/lib/puppet/parameter/path.rb +1 -1
  288. data/lib/puppet/parameter/value.rb +1 -1
  289. data/lib/puppet/parameter/value_collection.rb +1 -1
  290. data/lib/puppet/parser.rb +10 -10
  291. data/lib/puppet/parser/ast.rb +8 -8
  292. data/lib/puppet/parser/ast/hostclass.rb +1 -1
  293. data/lib/puppet/parser/ast/pops_bridge.rb +2 -2
  294. data/lib/puppet/parser/catalog_compiler.rb +2 -2
  295. data/lib/puppet/parser/compiler.rb +5 -5
  296. data/lib/puppet/parser/e4_parser_adapter.rb +1 -1
  297. data/lib/puppet/parser/functions.rb +4 -4
  298. data/lib/puppet/parser/functions/digest.rb +1 -1
  299. data/lib/puppet/parser/functions/file.rb +1 -1
  300. data/lib/puppet/parser/functions/fqdn_rand.rb +14 -6
  301. data/lib/puppet/parser/functions/versioncmp.rb +1 -1
  302. data/lib/puppet/parser/parser_factory.rb +2 -2
  303. data/lib/puppet/parser/resource.rb +3 -3
  304. data/lib/puppet/parser/scope.rb +3 -3
  305. data/lib/puppet/parser/script_compiler.rb +2 -2
  306. data/lib/puppet/parser/templatewrapper.rb +2 -2
  307. data/lib/puppet/parser/type_loader.rb +1 -1
  308. data/lib/puppet/plugins/configuration.rb +5 -5
  309. data/lib/puppet/pops.rb +57 -57
  310. data/lib/puppet/pops/evaluator/deferred_resolver.rb +1 -1
  311. data/lib/puppet/pops/evaluator/evaluator_impl.rb +7 -7
  312. data/lib/puppet/pops/evaluator/external_syntax_support.rb +1 -1
  313. data/lib/puppet/pops/loader/task_instantiator.rb +1 -1
  314. data/lib/puppet/pops/lookup/invocation.rb +1 -1
  315. data/lib/puppet/pops/model/ast_transformer.rb +1 -1
  316. data/lib/puppet/pops/model/pn_transformer.rb +1 -1
  317. data/lib/puppet/pops/parser/eparser.rb +2 -2
  318. data/lib/puppet/pops/parser/evaluating_parser.rb +1 -1
  319. data/lib/puppet/pops/parser/lexer2.rb +5 -5
  320. data/lib/puppet/pops/parser/lexer_support.rb +1 -1
  321. data/lib/puppet/pops/parser/parser_support.rb +4 -4
  322. data/lib/puppet/pops/puppet_stack.rb +1 -1
  323. data/lib/puppet/pops/serialization/json.rb +1 -1
  324. data/lib/puppet/pops/serialization/json_path.rb +1 -1
  325. data/lib/puppet/pops/serialization/to_data_converter.rb +18 -6
  326. data/lib/puppet/pops/time/timespan.rb +1 -1
  327. data/lib/puppet/pops/types/p_sem_ver_type.rb +8 -2
  328. data/lib/puppet/pops/types/p_sensitive_type.rb +10 -0
  329. data/lib/puppet/pops/types/string_converter.rb +1 -1
  330. data/lib/puppet/pops/types/type_calculator.rb +1 -1
  331. data/lib/puppet/pops/types/type_formatter.rb +1 -1
  332. data/lib/puppet/pops/types/type_mismatch_describer.rb +1 -1
  333. data/lib/puppet/pops/types/type_parser.rb +1 -1
  334. data/lib/puppet/pops/types/types.rb +1 -1
  335. data/lib/puppet/pops/validation/checker4_0.rb +1 -1
  336. data/lib/puppet/property.rb +3 -3
  337. data/lib/puppet/property/boolean.rb +1 -1
  338. data/lib/puppet/property/ensure.rb +1 -1
  339. data/lib/puppet/property/keyvalue.rb +1 -1
  340. data/lib/puppet/property/list.rb +1 -1
  341. data/lib/puppet/property/ordered_list.rb +1 -1
  342. data/lib/puppet/provider.rb +2 -2
  343. data/lib/puppet/provider/confine.rb +2 -2
  344. data/lib/puppet/provider/exec.rb +2 -2
  345. data/lib/puppet/provider/exec/posix.rb +17 -5
  346. data/lib/puppet/provider/exec/windows.rb +1 -1
  347. data/lib/puppet/provider/file/posix.rb +1 -1
  348. data/lib/puppet/provider/file/windows.rb +1 -1
  349. data/lib/puppet/provider/group/aix.rb +1 -1
  350. data/lib/puppet/provider/group/directoryservice.rb +1 -1
  351. data/lib/puppet/provider/group/groupadd.rb +2 -2
  352. data/lib/puppet/provider/group/ldap.rb +1 -1
  353. data/lib/puppet/provider/group/pw.rb +1 -1
  354. data/lib/puppet/provider/group/windows_adsi.rb +1 -1
  355. data/lib/puppet/provider/ldap.rb +2 -2
  356. data/lib/puppet/provider/nameservice.rb +1 -1
  357. data/lib/puppet/provider/nameservice/directoryservice.rb +3 -3
  358. data/lib/puppet/provider/nameservice/objectadd.rb +1 -1
  359. data/lib/puppet/provider/nameservice/pw.rb +1 -1
  360. data/lib/puppet/provider/package.rb +1 -1
  361. data/lib/puppet/provider/package/aix.rb +2 -2
  362. data/lib/puppet/provider/package/appdmg.rb +2 -2
  363. data/lib/puppet/provider/package/apple.rb +1 -1
  364. data/lib/puppet/provider/package/apt.rb +5 -5
  365. data/lib/puppet/provider/package/dnfmodule.rb +1 -1
  366. data/lib/puppet/provider/package/dpkg.rb +1 -1
  367. data/lib/puppet/provider/package/gem.rb +3 -3
  368. data/lib/puppet/provider/package/hpux.rb +1 -1
  369. data/lib/puppet/provider/package/macports.rb +2 -2
  370. data/lib/puppet/provider/package/nim.rb +13 -8
  371. data/lib/puppet/provider/package/openbsd.rb +1 -1
  372. data/lib/puppet/provider/package/opkg.rb +1 -1
  373. data/lib/puppet/provider/package/pacman.rb +1 -1
  374. data/lib/puppet/provider/package/pip.rb +18 -6
  375. data/lib/puppet/provider/package/pkg.rb +10 -3
  376. data/lib/puppet/provider/package/pkgdmg.rb +3 -3
  377. data/lib/puppet/provider/package/pkgin.rb +1 -1
  378. data/lib/puppet/provider/package/pkgng.rb +1 -1
  379. data/lib/puppet/provider/package/portage.rb +1 -1
  380. data/lib/puppet/provider/package/portupgrade.rb +1 -1
  381. data/lib/puppet/provider/package/puppetserver_gem.rb +0 -0
  382. data/lib/puppet/provider/package/rpm.rb +2 -2
  383. data/lib/puppet/provider/package/sun.rb +1 -1
  384. data/lib/puppet/provider/package/windows.rb +17 -4
  385. data/lib/puppet/provider/package/windows/exe_package.rb +31 -2
  386. data/lib/puppet/provider/package/windows/msi_package.rb +1 -1
  387. data/lib/puppet/provider/package/windows/package.rb +6 -5
  388. data/lib/puppet/provider/package/yum.rb +6 -6
  389. data/lib/puppet/provider/package/zypper.rb +3 -3
  390. data/lib/puppet/provider/package_targetable.rb +1 -1
  391. data/lib/puppet/provider/parsedfile.rb +6 -3
  392. data/lib/puppet/provider/service/base.rb +6 -4
  393. data/lib/puppet/provider/service/daemontools.rb +0 -1
  394. data/lib/puppet/provider/service/debian.rb +3 -5
  395. data/lib/puppet/provider/service/freebsd.rb +1 -1
  396. data/lib/puppet/provider/service/init.rb +1 -1
  397. data/lib/puppet/provider/service/launchd.rb +10 -4
  398. data/lib/puppet/provider/service/service.rb +28 -3
  399. data/lib/puppet/provider/service/smf.rb +0 -24
  400. data/lib/puppet/provider/service/src.rb +2 -2
  401. data/lib/puppet/provider/service/systemd.rb +18 -8
  402. data/lib/puppet/provider/service/windows.rb +38 -0
  403. data/lib/puppet/provider/user/aix.rb +2 -2
  404. data/lib/puppet/provider/user/directoryservice.rb +26 -13
  405. data/lib/puppet/provider/user/ldap.rb +1 -1
  406. data/lib/puppet/provider/user/openbsd.rb +1 -1
  407. data/lib/puppet/provider/user/pw.rb +1 -1
  408. data/lib/puppet/provider/user/user_role_add.rb +2 -2
  409. data/lib/puppet/provider/user/useradd.rb +45 -12
  410. data/lib/puppet/provider/user/windows_adsi.rb +1 -1
  411. data/lib/puppet/reference/configuration.rb +1 -1
  412. data/lib/puppet/reference/indirection.rb +4 -4
  413. data/lib/puppet/reference/report.rb +1 -1
  414. data/lib/puppet/reports.rb +1 -1
  415. data/lib/puppet/reports/http.rb +2 -2
  416. data/lib/puppet/reports/log.rb +1 -1
  417. data/lib/puppet/reports/store.rb +2 -2
  418. data/lib/puppet/resource.rb +4 -4
  419. data/lib/puppet/resource/catalog.rb +5 -5
  420. data/lib/puppet/resource/status.rb +2 -2
  421. data/lib/puppet/resource/type.rb +4 -4
  422. data/lib/puppet/resource/type_collection.rb +6 -4
  423. data/lib/puppet/runtime.rb +1 -1
  424. data/lib/puppet/scheduler.rb +4 -4
  425. data/lib/puppet/settings.rb +58 -35
  426. data/lib/puppet/settings/autosign_setting.rb +1 -1
  427. data/lib/puppet/settings/base_setting.rb +2 -2
  428. data/lib/puppet/settings/certificate_revocation_setting.rb +1 -1
  429. data/lib/puppet/settings/config_file.rb +2 -9
  430. data/lib/puppet/settings/errors.rb +1 -1
  431. data/lib/puppet/settings/priority_setting.rb +3 -3
  432. data/lib/puppet/settings/value_translator.rb +0 -1
  433. data/lib/puppet/ssl.rb +11 -11
  434. data/lib/puppet/ssl/base.rb +3 -3
  435. data/lib/puppet/ssl/certificate.rb +1 -1
  436. data/lib/puppet/ssl/certificate_request.rb +2 -2
  437. data/lib/puppet/ssl/certificate_request_attributes.rb +2 -2
  438. data/lib/puppet/ssl/oids.rb +1 -1
  439. data/lib/puppet/ssl/openssl_loader.rb +1 -1
  440. data/lib/puppet/ssl/ssl_context.rb +1 -1
  441. data/lib/puppet/ssl/ssl_provider.rb +1 -1
  442. data/lib/puppet/ssl/state_machine.rb +2 -2
  443. data/lib/puppet/ssl/verifier.rb +5 -1
  444. data/lib/puppet/syntax_checkers/base64.rb +1 -1
  445. data/lib/puppet/syntax_checkers/epp.rb +1 -1
  446. data/lib/puppet/syntax_checkers/json.rb +1 -1
  447. data/lib/puppet/syntax_checkers/pp.rb +1 -1
  448. data/lib/puppet/transaction.rb +11 -11
  449. data/lib/puppet/transaction/additional_resource_generator.rb +1 -1
  450. data/lib/puppet/transaction/event.rb +4 -4
  451. data/lib/puppet/transaction/event_manager.rb +1 -1
  452. data/lib/puppet/transaction/persistence.rb +12 -2
  453. data/lib/puppet/transaction/report.rb +17 -3
  454. data/lib/puppet/transaction/resource_harness.rb +1 -1
  455. data/lib/puppet/type.rb +15 -15
  456. data/lib/puppet/type/component.rb +3 -3
  457. data/lib/puppet/type/exec.rb +26 -4
  458. data/lib/puppet/type/file.rb +43 -25
  459. data/lib/puppet/type/file/checksum.rb +1 -1
  460. data/lib/puppet/type/file/checksum_value.rb +2 -2
  461. data/lib/puppet/type/file/content.rb +2 -2
  462. data/lib/puppet/type/file/data_sync.rb +2 -2
  463. data/lib/puppet/type/file/ensure.rb +1 -1
  464. data/lib/puppet/type/file/group.rb +1 -1
  465. data/lib/puppet/type/file/mode.rb +7 -1
  466. data/lib/puppet/type/file/selcontext.rb +2 -2
  467. data/lib/puppet/type/file/source.rb +4 -4
  468. data/lib/puppet/type/filebucket.rb +3 -3
  469. data/lib/puppet/type/group.rb +2 -2
  470. data/lib/puppet/type/package.rb +2 -2
  471. data/lib/puppet/type/resources.rb +2 -2
  472. data/lib/puppet/type/service.rb +18 -38
  473. data/lib/puppet/type/tidy.rb +25 -6
  474. data/lib/puppet/type/user.rb +43 -25
  475. data/lib/puppet/util.rb +43 -34
  476. data/lib/puppet/util/at_fork.rb +3 -3
  477. data/lib/puppet/util/at_fork/solaris.rb +1 -1
  478. data/lib/puppet/util/autoload.rb +4 -4
  479. data/lib/puppet/util/checksums.rb +3 -3
  480. data/lib/puppet/util/colors.rb +1 -1
  481. data/lib/puppet/util/command_line.rb +6 -6
  482. data/lib/puppet/util/command_line/puppet_option_parser.rb +2 -2
  483. data/lib/puppet/util/execution.rb +2 -2
  484. data/lib/puppet/util/feature.rb +2 -2
  485. data/lib/puppet/util/filetype.rb +1 -1
  486. data/lib/puppet/util/http_proxy.rb +1 -1
  487. data/lib/puppet/util/inifile.rb +2 -2
  488. data/lib/puppet/util/instance_loader.rb +3 -3
  489. data/lib/puppet/util/json_lockfile.rb +1 -1
  490. data/lib/puppet/util/ldap/connection.rb +1 -1
  491. data/lib/puppet/util/ldap/generator.rb +1 -1
  492. data/lib/puppet/util/ldap/manager.rb +3 -3
  493. data/lib/puppet/util/limits.rb +1 -1
  494. data/lib/puppet/util/log.rb +6 -6
  495. data/lib/puppet/util/log/destinations.rb +1 -1
  496. data/lib/puppet/util/logging.rb +2 -2
  497. data/lib/puppet/util/metric.rb +2 -2
  498. data/lib/puppet/util/monkey_patches.rb +9 -20
  499. data/lib/puppet/util/network_device/base.rb +3 -3
  500. data/lib/puppet/util/network_device/config.rb +2 -2
  501. data/lib/puppet/util/network_device/transport.rb +1 -1
  502. data/lib/puppet/util/network_device/transport/base.rb +2 -2
  503. data/lib/puppet/util/package/version/range.rb +6 -6
  504. data/lib/puppet/util/package/version/range/eq.rb +1 -1
  505. data/lib/puppet/util/package/version/range/gt.rb +1 -1
  506. data/lib/puppet/util/package/version/range/gt_eq.rb +1 -1
  507. data/lib/puppet/util/package/version/range/lt.rb +1 -1
  508. data/lib/puppet/util/package/version/range/lt_eq.rb +1 -1
  509. data/lib/puppet/util/package/version/range/min_max.rb +1 -1
  510. data/lib/puppet/util/package/version/range/simple.rb +1 -1
  511. data/lib/puppet/util/package/version/rpm.rb +1 -1
  512. data/lib/puppet/util/pidlock.rb +1 -1
  513. data/lib/puppet/util/plist.rb +1 -1
  514. data/lib/puppet/util/posix.rb +1 -1
  515. data/lib/puppet/util/profiler.rb +3 -3
  516. data/lib/puppet/util/profiler/aggregate.rb +2 -2
  517. data/lib/puppet/util/profiler/object_counts.rb +1 -1
  518. data/lib/puppet/util/profiler/wall_clock.rb +1 -1
  519. data/lib/puppet/util/provider_features.rb +2 -2
  520. data/lib/puppet/util/rdoc.rb +2 -2
  521. data/lib/puppet/util/rdoc/generators/puppet_generator.rb +2 -2
  522. data/lib/puppet/util/rdoc/parser.rb +6 -6
  523. data/lib/puppet/util/rdoc/parser/puppet_parser_rdoc2.rb +1 -1
  524. data/lib/puppet/util/reference.rb +1 -1
  525. data/lib/puppet/util/resource_template.rb +2 -2
  526. data/lib/puppet/util/rubygems.rb +1 -1
  527. data/lib/puppet/util/selinux.rb +30 -4
  528. data/lib/puppet/util/skip_tags.rb +1 -1
  529. data/lib/puppet/util/storage.rb +1 -1
  530. data/lib/puppet/util/suidmanager.rb +2 -2
  531. data/lib/puppet/util/symbolic_file_mode.rb +30 -18
  532. data/lib/puppet/util/tag_set.rb +1 -1
  533. data/lib/puppet/util/tagging.rb +1 -1
  534. data/lib/puppet/util/watched_file.rb +1 -1
  535. data/lib/puppet/util/watcher.rb +3 -3
  536. data/lib/puppet/util/windows.rb +20 -20
  537. data/lib/puppet/util/windows/access_control_entry.rb +1 -1
  538. data/lib/puppet/util/windows/adsi.rb +1 -1
  539. data/lib/puppet/util/windows/daemon.rb +1 -1
  540. data/lib/puppet/util/windows/error.rb +2 -2
  541. data/lib/puppet/util/windows/file.rb +1 -1
  542. data/lib/puppet/util/windows/monkey_patches/process.rb +2 -2
  543. data/lib/puppet/util/windows/principal.rb +1 -1
  544. data/lib/puppet/util/windows/process.rb +2 -2
  545. data/lib/puppet/util/windows/registry.rb +1 -1
  546. data/lib/puppet/util/windows/root_certs.rb +2 -2
  547. data/lib/puppet/util/windows/security.rb +1 -1
  548. data/lib/puppet/util/windows/security_descriptor.rb +1 -1
  549. data/lib/puppet/util/windows/service.rb +1 -1
  550. data/lib/puppet/util/windows/sid.rb +4 -2
  551. data/lib/puppet/util/windows/user.rb +1 -1
  552. data/lib/puppet/vendor.rb +1 -1
  553. data/lib/puppet/version.rb +1 -1
  554. data/lib/puppet/x509.rb +4 -4
  555. data/lib/puppet/x509/cert_provider.rb +4 -22
  556. data/lib/puppet/x509/pem_store.rb +1 -1
  557. data/lib/puppet_pal.rb +2 -2
  558. data/locales/puppet.pot +441 -357
  559. data/man/man5/puppet.conf.5 +322 -264
  560. data/man/man8/puppet-agent.8 +1 -1
  561. data/man/man8/puppet-apply.8 +1 -1
  562. data/man/man8/puppet-catalog.8 +9 -9
  563. data/man/man8/puppet-config.8 +1 -1
  564. data/man/man8/puppet-describe.8 +1 -1
  565. data/man/man8/puppet-device.8 +1 -1
  566. data/man/man8/puppet-doc.8 +1 -1
  567. data/man/man8/puppet-epp.8 +1 -1
  568. data/man/man8/puppet-facts.8 +7 -7
  569. data/man/man8/puppet-filebucket.8 +1 -1
  570. data/man/man8/puppet-generate.8 +1 -1
  571. data/man/man8/puppet-help.8 +1 -1
  572. data/man/man8/puppet-lookup.8 +1 -1
  573. data/man/man8/puppet-module.8 +3 -3
  574. data/man/man8/puppet-node.8 +5 -5
  575. data/man/man8/puppet-parser.8 +1 -1
  576. data/man/man8/puppet-plugin.8 +1 -1
  577. data/man/man8/puppet-report.8 +5 -5
  578. data/man/man8/puppet-resource.8 +1 -1
  579. data/man/man8/puppet-script.8 +1 -1
  580. data/man/man8/puppet-ssl.8 +1 -1
  581. data/man/man8/puppet.8 +2 -2
  582. data/spec/fixtures/integration/application/agent/lib/facter/agent_spec_role.rb +3 -0
  583. data/spec/fixtures/integration/l10n/envs/prod/modules/demo/Gemfile +4 -0
  584. data/spec/fixtures/integration/l10n/envs/prod/modules/demo/Rakefile +3 -0
  585. data/spec/fixtures/integration/l10n/envs/prod/modules/demo/lib/puppet/functions/l10n.rb +8 -0
  586. data/spec/fixtures/integration/l10n/envs/prod/modules/demo/locales/config.yaml +25 -0
  587. data/spec/fixtures/integration/l10n/envs/prod/modules/demo/locales/ja/puppet-l10n.po +19 -0
  588. data/spec/fixtures/integration/l10n/envs/prod/modules/demo/locales/puppet-l10n.pot +20 -0
  589. data/spec/fixtures/integration/l10n/envs/prod/modules/demo/metadata.json +8 -0
  590. data/spec/fixtures/ssl/127.0.0.1-key.pem +107 -57
  591. data/spec/fixtures/ssl/127.0.0.1.pem +52 -31
  592. data/spec/fixtures/ssl/bad-basic-constraints.pem +57 -35
  593. data/spec/fixtures/ssl/bad-int-basic-constraints.pem +57 -35
  594. data/spec/fixtures/ssl/ca.pem +57 -35
  595. data/spec/fixtures/ssl/crl.pem +28 -18
  596. data/spec/fixtures/ssl/ec-key-openssl.pem +8 -0
  597. data/spec/fixtures/ssl/ec-key-pk8.pem +5 -0
  598. data/spec/fixtures/ssl/ec-key.pem +11 -11
  599. data/spec/fixtures/ssl/ec.pem +33 -24
  600. data/spec/fixtures/ssl/encrypted-ec-key.pem +12 -12
  601. data/spec/fixtures/ssl/encrypted-key.pem +108 -58
  602. data/spec/fixtures/ssl/intermediate-agent-crl.pem +28 -19
  603. data/spec/fixtures/ssl/intermediate-agent.pem +57 -36
  604. data/spec/fixtures/ssl/intermediate-crl.pem +31 -21
  605. data/spec/fixtures/ssl/intermediate.pem +57 -36
  606. data/spec/fixtures/ssl/oid-key.pem +117 -0
  607. data/spec/fixtures/ssl/oid.pem +69 -0
  608. data/spec/fixtures/ssl/pluto-key.pem +107 -57
  609. data/spec/fixtures/ssl/pluto.pem +52 -30
  610. data/spec/fixtures/ssl/request-key.pem +107 -57
  611. data/spec/fixtures/ssl/request.pem +47 -26
  612. data/spec/fixtures/ssl/revoked-key.pem +107 -57
  613. data/spec/fixtures/ssl/revoked.pem +52 -30
  614. data/spec/fixtures/ssl/signed-key.pem +107 -57
  615. data/spec/fixtures/ssl/signed.pem +52 -30
  616. data/spec/fixtures/ssl/tampered-cert.pem +52 -30
  617. data/spec/fixtures/ssl/tampered-csr.pem +47 -26
  618. data/spec/fixtures/ssl/trusted_oid_mapping.yaml +5 -0
  619. data/spec/fixtures/ssl/unknown-127.0.0.1-key.pem +107 -57
  620. data/spec/fixtures/ssl/unknown-127.0.0.1.pem +50 -29
  621. data/spec/fixtures/ssl/unknown-ca-key.pem +107 -57
  622. data/spec/fixtures/ssl/unknown-ca.pem +55 -33
  623. data/spec/integration/application/agent_spec.rb +102 -52
  624. data/spec/integration/application/filebucket_spec.rb +16 -0
  625. data/spec/integration/application/module_spec.rb +21 -0
  626. data/spec/integration/application/resource_spec.rb +64 -0
  627. data/spec/integration/application/ssl_spec.rb +20 -0
  628. data/spec/integration/configurer_spec.rb +17 -1
  629. data/spec/integration/defaults_spec.rb +5 -0
  630. data/spec/integration/environments/settings_interpolation_spec.rb +0 -4
  631. data/spec/integration/indirector/facts/facter_spec.rb +90 -36
  632. data/spec/integration/l10n/compiler_spec.rb +37 -0
  633. data/spec/integration/type/exec_spec.rb +70 -45
  634. data/spec/integration/type/file_spec.rb +5 -5
  635. data/spec/lib/puppet/test_ca.rb +7 -2
  636. data/spec/lib/puppet_spec/files.rb +1 -1
  637. data/spec/lib/puppet_spec/modules.rb +13 -2
  638. data/spec/lib/puppet_spec/puppetserver.rb +15 -0
  639. data/spec/lib/puppet_spec/settings.rb +1 -0
  640. data/spec/shared_behaviours/documentation_on_faces.rb +0 -2
  641. data/spec/shared_contexts/l10n.rb +27 -0
  642. data/spec/shared_contexts/provider.rb +16 -0
  643. data/spec/spec_helper.rb +1 -10
  644. data/spec/unit/application/agent_spec.rb +7 -2
  645. data/spec/unit/configurer/downloader_spec.rb +6 -0
  646. data/spec/unit/configurer_spec.rb +288 -54
  647. data/spec/unit/environments_spec.rb +184 -0
  648. data/spec/unit/file_bucket/dipper_spec.rb +1 -1
  649. data/spec/unit/file_serving/configuration/parser_spec.rb +23 -0
  650. data/spec/unit/file_serving/configuration_spec.rb +12 -4
  651. data/spec/unit/file_serving/fileset_spec.rb +60 -0
  652. data/spec/unit/file_serving/mount/scripts_spec.rb +69 -0
  653. data/spec/unit/file_system_spec.rb +6 -0
  654. data/spec/unit/functions/assert_type_spec.rb +1 -1
  655. data/spec/unit/functions/empty_spec.rb +10 -0
  656. data/spec/unit/functions/logging_spec.rb +1 -0
  657. data/spec/unit/functions/lookup_spec.rb +23 -0
  658. data/spec/unit/functions/unwrap_spec.rb +8 -0
  659. data/spec/unit/functions4_spec.rb +19 -10
  660. data/spec/unit/gettext/config_spec.rb +12 -0
  661. data/spec/unit/http/service/compiler_spec.rb +131 -0
  662. data/spec/unit/indirector/catalog/compiler_spec.rb +101 -10
  663. data/spec/unit/indirector/catalog/rest_spec.rb +8 -0
  664. data/spec/unit/indirector/resource/ral_spec.rb +40 -75
  665. data/spec/unit/interface/action_spec.rb +0 -9
  666. data/spec/unit/module_spec.rb +14 -0
  667. data/spec/unit/module_tool/applications/installer_spec.rb +52 -14
  668. data/spec/unit/parser/compiler_spec.rb +29 -0
  669. data/spec/unit/parser/functions/fqdn_rand_spec.rb +15 -1
  670. data/spec/unit/parser/templatewrapper_spec.rb +12 -2
  671. data/spec/unit/pops/loaders/dependency_loader_spec.rb +0 -9
  672. data/spec/unit/pops/lookup/context_spec.rb +1 -1
  673. data/spec/unit/pops/parser/lexer2_spec.rb +0 -4
  674. data/spec/unit/pops/parser/parse_containers_spec.rb +0 -11
  675. data/spec/unit/pops/serialization/to_from_hr_spec.rb +58 -0
  676. data/spec/unit/pops/types/p_sem_ver_type_spec.rb +18 -0
  677. data/spec/unit/pops/types/p_sensitive_type_spec.rb +18 -0
  678. data/spec/unit/provider/package/dnfmodule_spec.rb +3 -3
  679. data/spec/unit/provider/package/gem_spec.rb +3 -1
  680. data/spec/unit/provider/package/nim_spec.rb +42 -0
  681. data/spec/unit/provider/package/pip2_spec.rb +3 -1
  682. data/spec/unit/provider/package/pip3_spec.rb +3 -1
  683. data/spec/unit/provider/package/pip_spec.rb +40 -1
  684. data/spec/unit/provider/package/pkg_spec.rb +63 -49
  685. data/spec/unit/provider/package/puppet_gem_spec.rb +3 -1
  686. data/spec/unit/provider/package/puppetserver_gem_spec.rb +2 -0
  687. data/spec/unit/provider/package/windows/exe_package_spec.rb +17 -0
  688. data/spec/unit/provider/parsedfile_spec.rb +10 -0
  689. data/spec/unit/provider/service/base_spec.rb +8 -8
  690. data/spec/unit/provider/service/bsd_spec.rb +0 -4
  691. data/spec/unit/provider/service/daemontools_spec.rb +1 -1
  692. data/spec/unit/provider/service/debian_spec.rb +15 -17
  693. data/spec/unit/provider/service/freebsd_spec.rb +1 -1
  694. data/spec/unit/provider/service/gentoo_spec.rb +19 -14
  695. data/spec/unit/provider/service/init_spec.rb +29 -20
  696. data/spec/unit/provider/service/launchd_spec.rb +21 -12
  697. data/spec/unit/provider/service/openbsd_spec.rb +21 -35
  698. data/spec/unit/provider/service/openrc_spec.rb +15 -14
  699. data/spec/unit/provider/service/openwrt_spec.rb +3 -1
  700. data/spec/unit/provider/service/redhat_spec.rb +20 -19
  701. data/spec/unit/provider/service/smf_spec.rb +6 -5
  702. data/spec/unit/provider/service/src_spec.rb +5 -10
  703. data/spec/unit/provider/service/systemd_spec.rb +70 -30
  704. data/spec/unit/provider/service/upstart_spec.rb +25 -20
  705. data/spec/unit/provider/service/windows_spec.rb +202 -0
  706. data/spec/unit/provider/user/directoryservice_spec.rb +67 -35
  707. data/spec/unit/provider/user/useradd_spec.rb +3 -2
  708. data/spec/unit/resource/catalog_spec.rb +1 -1
  709. data/spec/unit/resource/type_collection_spec.rb +16 -0
  710. data/spec/unit/resource/type_spec.rb +2 -2
  711. data/spec/unit/settings/config_file_spec.rb +1 -11
  712. data/spec/unit/settings/value_translator_spec.rb +4 -5
  713. data/spec/unit/settings_spec.rb +120 -79
  714. data/spec/unit/ssl/ssl_provider_spec.rb +18 -16
  715. data/spec/unit/ssl/state_machine_spec.rb +19 -5
  716. data/spec/unit/transaction/additional_resource_generator_spec.rb +0 -2
  717. data/spec/unit/transaction_spec.rb +18 -20
  718. data/spec/unit/type/exec_spec.rb +76 -29
  719. data/spec/unit/type/file/selinux_spec.rb +3 -3
  720. data/spec/unit/type/file/source_spec.rb +4 -4
  721. data/spec/unit/type/service_spec.rb +59 -188
  722. data/spec/unit/type/tidy_spec.rb +24 -7
  723. data/spec/unit/type/user_spec.rb +45 -0
  724. data/spec/unit/util/at_fork_spec.rb +9 -9
  725. data/spec/unit/util/ldap/connection_spec.rb +10 -10
  726. data/spec/unit/util/ldap/manager_spec.rb +2 -2
  727. data/spec/unit/util/posix_spec.rb +1 -1
  728. data/spec/unit/util/selinux_spec.rb +87 -16
  729. data/spec/unit/util/windows/sid_spec.rb +39 -4
  730. data/spec/unit/util_spec.rb +1 -3
  731. data/spec/unit/x509/cert_provider_spec.rb +9 -1
  732. data/tasks/generate_cert_fixtures.rake +12 -3
  733. metadata +52 -95
  734. data/ext/README.environment +0 -8
  735. data/ext/dbfix.sql +0 -132
  736. data/ext/debian/README.Debian +0 -8
  737. data/ext/debian/README.source +0 -2
  738. data/ext/debian/TODO.Debian +0 -1
  739. data/ext/debian/changelog.erb +0 -1122
  740. data/ext/debian/compat +0 -1
  741. data/ext/debian/control +0 -144
  742. data/ext/debian/copyright +0 -339
  743. data/ext/debian/docs +0 -1
  744. data/ext/debian/fileserver.conf +0 -41
  745. data/ext/debian/puppet-common.dirs +0 -13
  746. data/ext/debian/puppet-common.install +0 -3
  747. data/ext/debian/puppet-common.lintian-overrides +0 -5
  748. data/ext/debian/puppet-common.manpages +0 -28
  749. data/ext/debian/puppet-common.postinst +0 -35
  750. data/ext/debian/puppet-common.postrm +0 -33
  751. data/ext/debian/puppet-el.dirs +0 -1
  752. data/ext/debian/puppet-el.emacsen-install +0 -25
  753. data/ext/debian/puppet-el.emacsen-remove +0 -11
  754. data/ext/debian/puppet-el.emacsen-startup +0 -9
  755. data/ext/debian/puppet-el.install +0 -1
  756. data/ext/debian/puppet-testsuite.install +0 -2
  757. data/ext/debian/puppet-testsuite.lintian-overrides +0 -4
  758. data/ext/debian/puppet.lintian-overrides +0 -3
  759. data/ext/debian/puppet.logrotate +0 -20
  760. data/ext/debian/puppet.postinst +0 -20
  761. data/ext/debian/puppet.postrm +0 -20
  762. data/ext/debian/puppet.preinst +0 -20
  763. data/ext/debian/puppetmaster-common.install +0 -2
  764. data/ext/debian/puppetmaster-common.manpages +0 -2
  765. data/ext/debian/puppetmaster-common.postinst +0 -6
  766. data/ext/debian/puppetmaster-passenger.dirs +0 -4
  767. data/ext/debian/puppetmaster-passenger.postinst +0 -162
  768. data/ext/debian/puppetmaster-passenger.postrm +0 -61
  769. data/ext/debian/puppetmaster.README.debian +0 -17
  770. data/ext/debian/puppetmaster.default +0 -14
  771. data/ext/debian/puppetmaster.init +0 -137
  772. data/ext/debian/puppetmaster.lintian-overrides +0 -3
  773. data/ext/debian/puppetmaster.postinst +0 -20
  774. data/ext/debian/puppetmaster.postrm +0 -5
  775. data/ext/debian/puppetmaster.preinst +0 -22
  776. data/ext/debian/rules +0 -132
  777. data/ext/debian/source/format +0 -1
  778. data/ext/debian/source/options +0 -1
  779. data/ext/debian/vim-puppet.README.Debian +0 -13
  780. data/ext/debian/vim-puppet.dirs +0 -5
  781. data/ext/debian/vim-puppet.yaml +0 -7
  782. data/ext/debian/watch +0 -2
  783. data/ext/freebsd/puppetd +0 -26
  784. data/ext/freebsd/puppetmasterd +0 -26
  785. data/ext/gentoo/conf.d/puppet +0 -5
  786. data/ext/gentoo/conf.d/puppetmaster +0 -12
  787. data/ext/gentoo/init.d/puppet +0 -38
  788. data/ext/gentoo/init.d/puppetmaster +0 -51
  789. data/ext/gentoo/puppet/fileserver.conf +0 -41
  790. data/ext/ips/puppet-agent +0 -44
  791. data/ext/ips/puppet-master +0 -44
  792. data/ext/ips/puppet.p5m.erb +0 -12
  793. data/ext/ips/puppetagent.xml +0 -42
  794. data/ext/ips/puppetmaster.xml +0 -42
  795. data/ext/ips/rules +0 -19
  796. data/ext/ips/transforms +0 -34
  797. data/ext/ldap/puppet.schema +0 -24
  798. data/ext/logcheck/puppet +0 -23
  799. data/ext/osx/file_mapping.yaml +0 -28
  800. data/ext/osx/postflight.erb +0 -109
  801. data/ext/osx/preflight.erb +0 -52
  802. data/ext/osx/prototype.plist.erb +0 -38
  803. data/ext/redhat/fileserver.conf +0 -41
  804. data/ext/redhat/logrotate +0 -21
  805. data/ext/redhat/puppet.spec.erb +0 -841
  806. data/ext/redhat/server.init +0 -128
  807. data/ext/redhat/server.sysconfig +0 -13
  808. data/ext/solaris/pkginfo +0 -6
  809. data/ext/solaris/smf/puppetd.xml +0 -77
  810. data/ext/solaris/smf/puppetmasterd.xml +0 -77
  811. data/ext/solaris/smf/svc-puppetd +0 -71
  812. data/ext/solaris/smf/svc-puppetmasterd +0 -67
  813. data/ext/suse/puppet.spec +0 -310
  814. data/ext/suse/server.init +0 -173
  815. data/ext/yaml_nodes.rb +0 -105
  816. data/spec/unit/indirector/store_configs_spec.rb +0 -7
@@ -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.6.1'
9
+ PUPPETVERSION = '7.10.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.9.0-154-gc8aa8b2175\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-08-11 13:52+0000\n"
13
+ "PO-Revision-Date: 2021-08-11 13:52+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
 
@@ -534,93 +534,133 @@ msgstr ""
534
534
  msgid "Not using cached catalog because its environment '%{catalog_env}' does not match '%{local_env}'"
535
535
  msgstr ""
536
536
 
537
- #: ../lib/puppet/configurer.rb:100 ../lib/puppet/configurer.rb:182
537
+ #: ../lib/puppet/configurer.rb:100 ../lib/puppet/configurer.rb:272
538
538
  msgid "Using cached catalog from environment '%{catalog_env}'"
539
539
  msgstr ""
540
540
 
541
- #: ../lib/puppet/configurer.rb:175
541
+ #: ../lib/puppet/configurer.rb:130
542
+ msgid "The current total number of facts: %{size} exceeds the number of facts limit: %{max_size}"
543
+ msgstr ""
544
+
545
+ #: ../lib/puppet/configurer.rb:134
546
+ msgid "Fact %{name} with length: '%{length}' exceeds the length limit: %{limit}"
547
+ msgstr ""
548
+
549
+ #: ../lib/puppet/configurer.rb:138
550
+ msgid "The current number of top level facts: %{size} exceeds the top facts limit: %{max_size}"
551
+ msgstr ""
552
+
553
+ #: ../lib/puppet/configurer.rb:142
554
+ msgid "Fact value '%{value}' with the value length: '%{length}' exceeds the value length limit: %{max_length}"
555
+ msgstr ""
556
+
557
+ #: ../lib/puppet/configurer.rb:146
558
+ msgid "Payload with the current size of: '%{payload}' exceeds the payload size limit: %{max_size}"
559
+ msgstr ""
560
+
561
+ #: ../lib/puppet/configurer.rb:184
562
+ msgid "The size of the payload is %{payload}"
563
+ msgstr ""
564
+
565
+ #: ../lib/puppet/configurer.rb:214
566
+ msgid "The total number of facts registered is %{number_of_facts}"
567
+ msgstr ""
568
+
569
+ #: ../lib/puppet/configurer.rb:265
542
570
  msgid "Could not retrieve catalog; skipping run"
543
571
  msgstr ""
544
572
 
545
- #: ../lib/puppet/configurer.rb:191
573
+ #: ../lib/puppet/configurer.rb:281
546
574
  msgid "Applied catalog in %{seconds} seconds"
547
575
  msgstr ""
548
576
 
549
- #: ../lib/puppet/configurer.rb:225
577
+ #: ../lib/puppet/configurer.rb:315
550
578
  msgid "Could not select a functional puppet server from server_list: '%{server_list}'"
551
579
  msgstr ""
552
580
 
553
581
  #. TRANSLATORS 'server_list' is the name of a setting and should not be translated
554
- #: ../lib/puppet/configurer.rb:239
582
+ #: ../lib/puppet/configurer.rb:329
555
583
  msgid "Selected puppet server from the `server_list` setting: %{server}:%{port}"
556
584
  msgstr ""
557
585
 
558
- #: ../lib/puppet/configurer.rb:275
586
+ #: ../lib/puppet/configurer.rb:366
559
587
  msgid "Local environment: '%{local_env}' doesn't match the environment of the cached catalog '%{catalog_env}', switching agent to '%{catalog_env}'."
560
588
  msgstr ""
561
589
 
562
- #: ../lib/puppet/configurer.rb:320
563
- msgid "Local environment: '%{local_env}' doesn't match server specified node environment '%{node_env}', switching agent to '%{node_env}'."
590
+ #: ../lib/puppet/configurer.rb:389
591
+ msgid "Environment not passed via CLI and no catalog was given, attempting to find out the last server-specified environment"
564
592
  msgstr ""
565
593
 
566
- #: ../lib/puppet/configurer.rb:335
567
- msgid "Using configured environment '%{env}'"
594
+ #: ../lib/puppet/configurer.rb:394
595
+ msgid "Could not find a usable environment in the lastrunfile. Either the file does not exist, does not have the required keys, or the values of 'initial_environment' and 'converged_environment' are identical."
568
596
  msgstr ""
569
597
 
570
- #: ../lib/puppet/configurer.rb:339
571
- msgid "Unable to fetch my node definition, but the agent run will continue:"
598
+ #: ../lib/puppet/configurer.rb:398
599
+ msgid "Using environment '%{env}'"
572
600
  msgstr ""
573
601
 
574
- #: ../lib/puppet/configurer.rb:367
602
+ #: ../lib/puppet/configurer.rb:429
575
603
  msgid "Not using catalog because its environment '%{catalog_env}' does not match agent specified environment '%{local_env}' and strict_environment_mode is set"
576
604
  msgstr ""
577
605
 
578
- #: ../lib/puppet/configurer.rb:378
606
+ #: ../lib/puppet/configurer.rb:440
579
607
  msgid "Catalog environment didn't stabilize after %{tries} fetches, aborting run"
580
608
  msgstr ""
581
609
 
582
- #: ../lib/puppet/configurer.rb:380
610
+ #: ../lib/puppet/configurer.rb:442
583
611
  msgid "Local environment: '%{local_env}' doesn't match server specified environment '%{catalog_env}', restarting agent run with environment '%{catalog_env}'"
584
612
  msgstr ""
585
613
 
586
- #: ../lib/puppet/configurer.rb:434
614
+ #: ../lib/puppet/configurer.rb:505
587
615
  msgid "Failed to apply catalog: %{detail}"
588
616
  msgstr ""
589
617
 
590
- #: ../lib/puppet/configurer.rb:463 ../lib/puppet/http/resolver/server_list.rb:63
618
+ #: ../lib/puppet/configurer.rb:536
619
+ msgid "Environment '%{environment}' not found on server, skipping initial pluginsync."
620
+ msgstr ""
621
+
622
+ #: ../lib/puppet/configurer.rb:553 ../lib/puppet/http/resolver/server_list.rb:64 ../lib/puppet/http/resolver/server_list.rb:68
591
623
  msgid "Puppet server %{host}:%{port} is unavailable: %{code} %{reason}"
592
624
  msgstr ""
593
625
 
594
626
  #. 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
627
+ #: ../lib/puppet/configurer.rb:557 ../lib/puppet/http/resolver/server_list.rb:73 ../lib/puppet/http/resolver/server_list.rb:76
596
628
  msgid "Unable to connect to server from server_list setting: %{detail}"
597
629
  msgstr ""
598
630
 
599
- #: ../lib/puppet/configurer.rb:478 ../lib/puppet/face/report.rb:47
631
+ #: ../lib/puppet/configurer.rb:573
632
+ msgid "Found last server-specified environment: %{environment}"
633
+ msgstr ""
634
+
635
+ #: ../lib/puppet/configurer.rb:576
636
+ msgid "Could not find last server-specified environment: %{detail}"
637
+ msgstr ""
638
+
639
+ #: ../lib/puppet/configurer.rb:586 ../lib/puppet/face/report.rb:47
600
640
  msgid "Could not send report: %{detail}"
601
641
  msgstr ""
602
642
 
603
- #: ../lib/puppet/configurer.rb:487
643
+ #: ../lib/puppet/configurer.rb:595
604
644
  msgid "Could not save last run local report: %{detail}"
605
645
  msgstr ""
606
646
 
607
- #: ../lib/puppet/configurer.rb:506
647
+ #: ../lib/puppet/configurer.rb:614
608
648
  msgid "Uploading facts for %{node} to %{server}"
609
649
  msgstr ""
610
650
 
611
- #: ../lib/puppet/configurer.rb:514
651
+ #: ../lib/puppet/configurer.rb:622
612
652
  msgid "Failed to submit facts: %{detail}"
613
653
  msgstr ""
614
654
 
615
- #: ../lib/puppet/configurer.rb:529
655
+ #: ../lib/puppet/configurer.rb:637
616
656
  msgid "Could not run command from %{setting}: %{detail}"
617
657
  msgstr ""
618
658
 
619
- #: ../lib/puppet/configurer.rb:547
659
+ #: ../lib/puppet/configurer.rb:655
620
660
  msgid "Could not retrieve catalog from cache: %{detail}"
621
661
  msgstr ""
622
662
 
623
- #: ../lib/puppet/configurer.rb:568
663
+ #: ../lib/puppet/configurer.rb:677
624
664
  msgid "Could not retrieve catalog from remote server: %{detail}"
625
665
  msgstr ""
626
666
 
@@ -697,30 +737,30 @@ msgid "Valid values are '%{values}'."
697
737
  msgstr ""
698
738
 
699
739
  #. TRANSLATORS 'data_binding_terminus' is a setting and should not be translated
700
- #: ../lib/puppet/defaults.rb:538
740
+ #: ../lib/puppet/defaults.rb:539
701
741
  msgid "Setting 'data_binding_terminus' is deprecated."
702
742
  msgstr ""
703
743
 
704
744
  #. TRANSLATORS 'hiera' should not be translated
705
- #: ../lib/puppet/defaults.rb:540
745
+ #: ../lib/puppet/defaults.rb:541
706
746
  msgid "Convert custom terminus to hiera 5 API."
707
747
  msgstr ""
708
748
 
709
749
  #. TRANSLATORS 'environment_data_provider' is a setting and should not be translated
710
- #: ../lib/puppet/defaults.rb:733
750
+ #: ../lib/puppet/defaults.rb:735
711
751
  msgid "Setting 'environment_data_provider' is deprecated."
712
752
  msgstr ""
713
753
 
714
- #: ../lib/puppet/defaults.rb:818
754
+ #: ../lib/puppet/defaults.rb:820
715
755
  msgid "Certificate names must be lower case"
716
756
  msgstr ""
717
757
 
718
- #: ../lib/puppet/defaults.rb:1069 ../lib/puppet/settings/enum_setting.rb:13 ../lib/puppet/settings/symbolic_enum_setting.rb:14
758
+ #: ../lib/puppet/defaults.rb:1079 ../lib/puppet/settings/enum_setting.rb:13 ../lib/puppet/settings/symbolic_enum_setting.rb:14
719
759
  msgid "Invalid value '%{value}' for parameter %{name}. Allowed values are '%{allowed_values}'"
720
760
  msgstr ""
721
761
 
722
762
  #. TRANSLATORS 'pluginsync' is a setting and should not be translated
723
- #: ../lib/puppet/defaults.rb:1906
763
+ #: ../lib/puppet/defaults.rb:1944
724
764
  msgid "Setting 'pluginsync' is deprecated."
725
765
  msgstr ""
726
766
 
@@ -1589,15 +1629,15 @@ msgstr ""
1589
1629
  msgid "Relative paths must not be fully qualified"
1590
1630
  msgstr ""
1591
1631
 
1592
- #: ../lib/puppet/file_serving/configuration.rb:55
1632
+ #: ../lib/puppet/file_serving/configuration.rb:56
1593
1633
  msgid "Cannot find file: Invalid mount '%{mount_name}'"
1594
1634
  msgstr ""
1595
1635
 
1596
- #: ../lib/puppet/file_serving/configuration.rb:56
1636
+ #: ../lib/puppet/file_serving/configuration.rb:57
1597
1637
  msgid "Cannot find file: Invalid relative path '%{path}'"
1598
1638
  msgstr ""
1599
1639
 
1600
- #: ../lib/puppet/file_serving/configuration.rb:104
1640
+ #: ../lib/puppet/file_serving/configuration.rb:106
1601
1641
  msgid "Error parsing fileserver configuration: %{detail}; using old configuration"
1602
1642
  msgstr ""
1603
1643
 
@@ -1625,11 +1665,11 @@ msgstr ""
1625
1665
  msgid "%{mount} is already mounted at %{name} at %{error_location}"
1626
1666
  msgstr ""
1627
1667
 
1628
- #: ../lib/puppet/file_serving/configuration/parser.rb:98
1668
+ #: ../lib/puppet/file_serving/configuration/parser.rb:100
1629
1669
  msgid "Removing mount \"%{mount}\": %{detail}"
1630
1670
  msgstr ""
1631
1671
 
1632
- #: ../lib/puppet/file_serving/configuration/parser.rb:102
1672
+ #: ../lib/puppet/file_serving/configuration/parser.rb:104
1633
1673
  msgid "The '%{mount}' module can not have a path. Ignoring attempt to set it"
1634
1674
  msgstr ""
1635
1675
 
@@ -1641,21 +1681,29 @@ msgstr ""
1641
1681
  msgid "Fileset paths must be fully qualified: %{path}"
1642
1682
  msgstr ""
1643
1683
 
1644
- #: ../lib/puppet/file_serving/fileset.rb:50
1684
+ #: ../lib/puppet/file_serving/fileset.rb:51
1645
1685
  msgid "Fileset paths must exist"
1646
1686
  msgstr ""
1647
1687
 
1648
1688
  #. TRANSLATORS "recurse" and "recurselimit" are parameter names and should not be translated
1649
- #: ../lib/puppet/file_serving/fileset.rb:52
1689
+ #: ../lib/puppet/file_serving/fileset.rb:53
1650
1690
  msgid "Fileset recurse parameter must not be a number anymore, please use recurselimit"
1651
1691
  msgstr ""
1652
1692
 
1693
+ #: ../lib/puppet/file_serving/fileset.rb:69
1694
+ 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"
1695
+ msgstr ""
1696
+
1697
+ #: ../lib/puppet/file_serving/fileset.rb:71
1698
+ 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"
1699
+ msgstr ""
1700
+
1653
1701
  #. TRANSLATORS ":links" is a parameter name and should not be translated
1654
- #: ../lib/puppet/file_serving/fileset.rb:80
1702
+ #: ../lib/puppet/file_serving/fileset.rb:92
1655
1703
  msgid "Invalid :links value '%{links}'"
1656
1704
  msgstr ""
1657
1705
 
1658
- #: ../lib/puppet/file_serving/fileset.rb:93
1706
+ #: ../lib/puppet/file_serving/fileset.rb:105
1659
1707
  msgid "Invalid option '%{option}'"
1660
1708
  msgstr ""
1661
1709
 
@@ -1711,7 +1759,7 @@ msgstr ""
1711
1759
  msgid "No client; expanding '%{path}' with local host"
1712
1760
  msgstr ""
1713
1761
 
1714
- #: ../lib/puppet/file_serving/mount/modules.rb:8
1762
+ #: ../lib/puppet/file_serving/mount/modules.rb:8 ../lib/puppet/file_serving/mount/scripts.rb:6
1715
1763
  msgid "No module specified"
1716
1764
  msgstr ""
1717
1765
 
@@ -1739,7 +1787,7 @@ msgstr ""
1739
1787
  msgid "Timeout waiting for exclusive lock on %{path}"
1740
1788
  msgstr ""
1741
1789
 
1742
- #: ../lib/puppet/file_system/jruby.rb:18 ../lib/puppet/file_system/windows.rb:127 ../lib/puppet/util.rb:706
1790
+ #: ../lib/puppet/file_system/jruby.rb:18 ../lib/puppet/file_system/windows.rb:127 ../lib/puppet/util.rb:715
1743
1791
  msgid "Is a directory: %{directory}"
1744
1792
  msgstr ""
1745
1793
 
@@ -1783,11 +1831,11 @@ msgstr ""
1783
1831
  msgid "%{dest} already exists and the :force option was not specified"
1784
1832
  msgstr ""
1785
1833
 
1786
- #: ../lib/puppet/file_system/windows.rb:202
1834
+ #: ../lib/puppet/file_system/windows.rb:204
1787
1835
  msgid "This version of Windows does not support symlinks. Windows Vista / 2008 or higher is required."
1788
1836
  msgstr ""
1789
1837
 
1790
- #: ../lib/puppet/file_system/windows.rb:207
1838
+ #: ../lib/puppet/file_system/windows.rb:209
1791
1839
  msgid "The current user does not have the necessary permission to manage symlinks."
1792
1840
  msgstr ""
1793
1841
 
@@ -2019,7 +2067,7 @@ msgstr ""
2019
2067
  msgid "The given data requires an Integer index at %{walked_path}, got '%{type}'"
2020
2068
  msgstr ""
2021
2069
 
2022
- #: ../lib/puppet/functions/empty.rb:74
2070
+ #: ../lib/puppet/functions/empty.rb:82
2023
2071
  msgid "Calling function empty() with %{arg_type} value is deprecated."
2024
2072
  msgstr ""
2025
2073
 
@@ -2109,7 +2157,7 @@ msgstr ""
2109
2157
  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
2158
  msgstr ""
2111
2159
 
2112
- #: ../lib/puppet/functions/strftime.rb:207
2160
+ #: ../lib/puppet/functions/strftime.rb:208
2113
2161
  msgid "The argument signature (String format, [String timezone]) is deprecated for #strftime. See #strftime documentation and Timespan type for more info"
2114
2162
  msgstr ""
2115
2163
 
@@ -2231,6 +2279,10 @@ msgstr ""
2231
2279
  msgid "Location URI is invalid: %{detail}"
2232
2280
  msgstr ""
2233
2281
 
2282
+ #: ../lib/puppet/http/resolver/server_list.rb:66 ../lib/puppet/http/resolver/server_list.rb:74
2283
+ msgid "Trying with next server from server_list."
2284
+ msgstr ""
2285
+
2234
2286
  #: ../lib/puppet/http/retry_after_handler.rb:74
2235
2287
  msgid "Failed to parse Retry-After header '%{retry_after}' as an integer or RFC 2822 date"
2236
2288
  msgstr ""
@@ -2272,120 +2324,120 @@ msgstr ""
2272
2324
  msgid "Catalog for %{request} was requested with fact definition for the wrong node (%{fact_name})."
2273
2325
  msgstr ""
2274
2326
 
2275
- #: ../lib/puppet/indirector/catalog/compiler.rb:71
2327
+ #: ../lib/puppet/indirector/catalog/compiler.rb:85
2276
2328
  msgid "Setup server facts for compiling"
2277
2329
  msgstr ""
2278
2330
 
2279
- #: ../lib/puppet/indirector/catalog/compiler.rb:95
2331
+ #: ../lib/puppet/indirector/catalog/compiler.rb:113
2280
2332
  msgid "Unsupported facts format"
2281
2333
  msgstr ""
2282
2334
 
2283
2335
  #. TRANSLATORS Inlining refers to adding additional metadata (in this case we are not inlining)
2284
- #: ../lib/puppet/indirector/catalog/compiler.rb:136
2336
+ #: ../lib/puppet/indirector/catalog/compiler.rb:154
2285
2337
  msgid "Not inlining absent resource"
2286
2338
  msgstr ""
2287
2339
 
2288
2340
  #. TRANSLATORS Inlining refers to adding additional metadata (in this case we are not inlining)
2289
- #: ../lib/puppet/indirector/catalog/compiler.rb:139
2341
+ #: ../lib/puppet/indirector/catalog/compiler.rb:157
2290
2342
  msgid "Not inlining resource without sources"
2291
2343
  msgstr ""
2292
2344
 
2293
2345
  #. TRANSLATORS Inlining refers to adding additional metadata (in this case we are not inlining)
2294
- #: ../lib/puppet/indirector/catalog/compiler.rb:142
2346
+ #: ../lib/puppet/indirector/catalog/compiler.rb:160
2295
2347
  msgid "Not inlining unsupported source scheme"
2296
2348
  msgstr ""
2297
2349
 
2298
2350
  #. TRANSLATORS Inlining refers to adding additional metadata (in this case we are not inlining)
2299
- #: ../lib/puppet/indirector/catalog/compiler.rb:164
2351
+ #: ../lib/puppet/indirector/catalog/compiler.rb:182
2300
2352
  msgid "Not inlining file outside environment"
2301
2353
  msgstr ""
2302
2354
 
2303
2355
  #. TRANSLATORS Inlining refers to adding additional metadata
2304
- #: ../lib/puppet/indirector/catalog/compiler.rb:170
2356
+ #: ../lib/puppet/indirector/catalog/compiler.rb:188
2305
2357
  msgid "Inlining file metadata"
2306
2358
  msgstr ""
2307
2359
 
2308
- #: ../lib/puppet/indirector/catalog/compiler.rb:259
2360
+ #: ../lib/puppet/indirector/catalog/compiler.rb:278
2309
2361
  msgid "Could not get metadata for %{resource}"
2310
2362
  msgstr ""
2311
2363
 
2312
- #: ../lib/puppet/indirector/catalog/compiler.rb:280
2364
+ #: ../lib/puppet/indirector/catalog/compiler.rb:299
2313
2365
  msgid "Unable to find a common checksum type between agent '%{agent_type}' and master '%{master_type}'."
2314
2366
  msgstr ""
2315
2367
 
2316
- #: ../lib/puppet/indirector/catalog/compiler.rb:287
2368
+ #: ../lib/puppet/indirector/catalog/compiler.rb:306
2317
2369
  msgid "Compiled static catalog for %{node} in environment %{environment} in %%{seconds} seconds"
2318
2370
  msgstr ""
2319
2371
 
2320
- #: ../lib/puppet/indirector/catalog/compiler.rb:288
2372
+ #: ../lib/puppet/indirector/catalog/compiler.rb:307
2321
2373
  msgid "Compiled static catalog for %{node} in environment %{environment}"
2322
2374
  msgstr ""
2323
2375
 
2324
- #: ../lib/puppet/indirector/catalog/compiler.rb:290
2376
+ #: ../lib/puppet/indirector/catalog/compiler.rb:309
2325
2377
  msgid "Compiled static catalog for %{node} in %%{seconds} seconds"
2326
2378
  msgstr ""
2327
2379
 
2328
- #: ../lib/puppet/indirector/catalog/compiler.rb:291
2380
+ #: ../lib/puppet/indirector/catalog/compiler.rb:310
2329
2381
  msgid "Compiled static catalog for %{node}"
2330
2382
  msgstr ""
2331
2383
 
2332
- #: ../lib/puppet/indirector/catalog/compiler.rb:296
2384
+ #: ../lib/puppet/indirector/catalog/compiler.rb:315
2333
2385
  msgid "Compiled catalog for %{node} in environment %{environment} in %%{seconds} seconds"
2334
2386
  msgstr ""
2335
2387
 
2336
- #: ../lib/puppet/indirector/catalog/compiler.rb:297
2388
+ #: ../lib/puppet/indirector/catalog/compiler.rb:316
2337
2389
  msgid "Compiled catalog for %{node} in environment %{environment}"
2338
2390
  msgstr ""
2339
2391
 
2340
- #: ../lib/puppet/indirector/catalog/compiler.rb:299
2392
+ #: ../lib/puppet/indirector/catalog/compiler.rb:318
2341
2393
  msgid "Compiled catalog for %{node} in %%{seconds} seconds"
2342
2394
  msgstr ""
2343
2395
 
2344
- #: ../lib/puppet/indirector/catalog/compiler.rb:300
2396
+ #: ../lib/puppet/indirector/catalog/compiler.rb:319
2345
2397
  msgid "Compiled catalog for %{node}"
2346
2398
  msgstr ""
2347
2399
 
2348
2400
  #. TRANSLATORS Inlined refers to adding additional metadata
2349
- #: ../lib/puppet/indirector/catalog/compiler.rb:322
2401
+ #: ../lib/puppet/indirector/catalog/compiler.rb:341
2350
2402
  msgid "Inlined resource metadata into static catalog for %{node} in environment %{environment} in %%{seconds} seconds"
2351
2403
  msgstr ""
2352
2404
 
2353
2405
  #. TRANSLATORS Inlined refers to adding additional metadata
2354
- #: ../lib/puppet/indirector/catalog/compiler.rb:324
2406
+ #: ../lib/puppet/indirector/catalog/compiler.rb:343
2355
2407
  msgid "Inlined resource metadata into static catalog for %{node} in environment %{environment}"
2356
2408
  msgstr ""
2357
2409
 
2358
2410
  #. TRANSLATORS Inlined refers to adding additional metadata
2359
- #: ../lib/puppet/indirector/catalog/compiler.rb:327
2411
+ #: ../lib/puppet/indirector/catalog/compiler.rb:346
2360
2412
  msgid "Inlined resource metadata into static catalog for %{node} in %%{seconds} seconds"
2361
2413
  msgstr ""
2362
2414
 
2363
2415
  #. TRANSLATORS Inlined refers to adding additional metadata
2364
- #: ../lib/puppet/indirector/catalog/compiler.rb:329
2416
+ #: ../lib/puppet/indirector/catalog/compiler.rb:348
2365
2417
  msgid "Inlined resource metadata into static catalog for %{node}"
2366
2418
  msgstr ""
2367
2419
 
2368
- #: ../lib/puppet/indirector/catalog/compiler.rb:346
2420
+ #: ../lib/puppet/indirector/catalog/compiler.rb:365
2369
2421
  msgid "Found node information"
2370
2422
  msgstr ""
2371
2423
 
2372
- #: ../lib/puppet/indirector/catalog/compiler.rb:354
2424
+ #: ../lib/puppet/indirector/catalog/compiler.rb:373
2373
2425
  msgid "Failed when searching for node %{name}: %{detail}"
2374
2426
  msgstr ""
2375
2427
 
2376
- #: ../lib/puppet/indirector/catalog/compiler.rb:374
2428
+ #: ../lib/puppet/indirector/catalog/compiler.rb:393
2377
2429
  msgid "Invalid option use_node for a remote request"
2378
2430
  msgstr ""
2379
2431
 
2380
- #: ../lib/puppet/indirector/catalog/compiler.rb:393
2432
+ #: ../lib/puppet/indirector/catalog/compiler.rb:412
2381
2433
  msgid "Could not find node '%{name}'; cannot compile"
2382
2434
  msgstr ""
2383
2435
 
2384
- #: ../lib/puppet/indirector/catalog/compiler.rb:426
2436
+ #: ../lib/puppet/indirector/catalog/compiler.rb:445
2385
2437
  msgid "Could not retrieve fact servername"
2386
2438
  msgstr ""
2387
2439
 
2388
- #: ../lib/puppet/indirector/catalog/compiler.rb:435
2440
+ #: ../lib/puppet/indirector/catalog/compiler.rb:454
2389
2441
  msgid "Could not retrieve either serverip or serverip6 fact"
2390
2442
  msgstr ""
2391
2443
 
@@ -2397,7 +2449,7 @@ msgstr ""
2397
2449
  msgid "Unable to serialize catalog to json, retrying with pson"
2398
2450
  msgstr ""
2399
2451
 
2400
- #: ../lib/puppet/indirector/catalog/rest.rb:32 ../lib/puppet/indirector/facts/rest.rb:20 ../lib/puppet/indirector/file_content/rest.rb:29 ../lib/puppet/indirector/file_metadata/rest.rb:26 ../lib/puppet/indirector/node/rest.rb:23
2452
+ #: ../lib/puppet/indirector/catalog/rest.rb:33 ../lib/puppet/indirector/facts/rest.rb:20 ../lib/puppet/indirector/file_content/rest.rb:29 ../lib/puppet/indirector/file_metadata/rest.rb:26 ../lib/puppet/indirector/node/rest.rb:23
2401
2453
  msgid "Find %{uri} resulted in 404 with the message: %{body}"
2402
2454
  msgstr ""
2403
2455
 
@@ -2740,7 +2792,7 @@ msgstr ""
2740
2792
  msgid "Could not understand URL %{key}: %{detail}"
2741
2793
  msgstr ""
2742
2794
 
2743
- #: ../lib/puppet/indirector/resource/ral.rb:59
2795
+ #: ../lib/puppet/indirector/resource/ral.rb:64
2744
2796
  msgid "Could not find type %{request_type}"
2745
2797
  msgstr ""
2746
2798
 
@@ -2768,11 +2820,11 @@ msgstr ""
2768
2820
  msgid "Cannot create instances of abstract terminus types"
2769
2821
  msgstr ""
2770
2822
 
2771
- #: ../lib/puppet/indirector/terminus.rb:163
2823
+ #: ../lib/puppet/indirector/terminus.rb:167
2772
2824
  msgid "Instance name %{name} does not match requested key %{key}"
2773
2825
  msgstr ""
2774
2826
 
2775
- #: ../lib/puppet/indirector/terminus.rb:169
2827
+ #: ../lib/puppet/indirector/terminus.rb:173
2776
2828
  msgid "Invalid instance type %{klass}, expected %{model_type}"
2777
2829
  msgstr ""
2778
2830
 
@@ -2841,8 +2893,8 @@ msgstr ""
2841
2893
  msgid "Option %{option} conflicts with existing option %{conflict} on %{face}"
2842
2894
  msgstr ""
2843
2895
 
2844
- #. TRANSLATORS 'Puppet.settings' references to the Puppet settings options and should not be translated
2845
2896
  #. TRANSLATORS 'Puppet.settings' should not be translated
2897
+ #. TRANSLATORS 'Puppet.settings' references to the Puppet settings options and should not be translated
2846
2898
  #: ../lib/puppet/interface/action.rb:315 ../lib/puppet/interface/option_manager.rb:14
2847
2899
  msgid "Global option %{option} does not exist in Puppet.settings"
2848
2900
  msgstr ""
@@ -2893,43 +2945,43 @@ msgid "Face summary should be a single line; put the long text in 'description'
2893
2945
  msgstr ""
2894
2946
 
2895
2947
  #. TRANSLATORS 'author' is an attribute name and should not be translated
2896
- #: ../lib/puppet/interface/documentation.rb:205
2948
+ #: ../lib/puppet/interface/documentation.rb:206
2897
2949
  msgid "author must be a string; use multiple statements for multiple authors"
2898
2950
  msgstr ""
2899
2951
 
2900
2952
  #. TRANSLATORS 'author' is an attribute name and should not be translated
2901
- #: ../lib/puppet/interface/documentation.rb:210
2953
+ #: ../lib/puppet/interface/documentation.rb:211
2902
2954
  msgid "author should be a single line; use multiple statements for multiple authors"
2903
2955
  msgstr ""
2904
2956
 
2905
2957
  #. TRANSLATORS 'author' is an attribute name and should not be translated
2906
- #: ../lib/puppet/interface/documentation.rb:230
2958
+ #: ../lib/puppet/interface/documentation.rb:231
2907
2959
  msgid "author should be a single line; use multiple statements"
2908
2960
  msgstr ""
2909
2961
 
2910
2962
  #. TRANSLATORS 'copyright' is an attribute name and should not be translated
2911
- #: ../lib/puppet/interface/documentation.rb:251
2963
+ #: ../lib/puppet/interface/documentation.rb:252
2912
2964
  msgid "copyright takes the owners names, then the years covered"
2913
2965
  msgstr ""
2914
2966
 
2915
2967
  #. TRANSLATORS 'copyright' is an attribute name and should not be translated
2916
- #: ../lib/puppet/interface/documentation.rb:275
2968
+ #: ../lib/puppet/interface/documentation.rb:276
2917
2969
  msgid "copyright owner must be a string or an array of strings"
2918
2970
  msgstr ""
2919
2971
 
2920
2972
  #. TRANSLATORS 'copyright' is an attribute name and should not be translated
2921
- #: ../lib/puppet/interface/documentation.rb:312
2973
+ #: ../lib/puppet/interface/documentation.rb:313
2922
2974
  msgid "copyright with a year %{value} is very strange; did you accidentally add or subtract two years?"
2923
2975
  msgstr ""
2924
2976
 
2925
2977
  #. TRANSLATORS 'copyright' is an attribute name and should not be translated
2926
2978
  #. TRANSLATORS 'copyright' is an attribute name and should not be translated
2927
- #: ../lib/puppet/interface/documentation.rb:328 ../lib/puppet/interface/documentation.rb:333
2979
+ #: ../lib/puppet/interface/documentation.rb:329 ../lib/puppet/interface/documentation.rb:334
2928
2980
  msgid "%{value} is not a good copyright year or range"
2929
2981
  msgstr ""
2930
2982
 
2931
2983
  #. TRANSLATORS 'copyright' is an attribute name and should not be translated
2932
- #: ../lib/puppet/interface/documentation.rb:352
2984
+ #: ../lib/puppet/interface/documentation.rb:353
2933
2985
  msgid "%{value} is not a good copyright year, set, or range"
2934
2986
  msgstr ""
2935
2987
 
@@ -3067,11 +3119,11 @@ msgid "Loaded puppet/type/%{name} but no class was created"
3067
3119
  msgstr ""
3068
3120
 
3069
3121
  #. TRANSLATORS 'metadata.json' is a specific file name and should not be translated.
3070
- #: ../lib/puppet/module.rb:221
3122
+ #: ../lib/puppet/module.rb:222
3071
3123
  msgid "%{name} has an invalid and unparsable metadata.json file. The parse error: %{error}"
3072
3124
  msgstr ""
3073
3125
 
3074
- #: ../lib/puppet/module.rb:467
3126
+ #: ../lib/puppet/module.rb:468
3075
3127
  msgid ""
3076
3128
  " Invalid module name '%{name}'; module names must match either:\n"
3077
3129
  " An installed module name (ex. modulename) matching the expression /^[a-z][a-z0-9_]*$/ -or-\n"
@@ -3082,19 +3134,19 @@ msgstr ""
3082
3134
  msgid "Plan %{plan_name} not found in module %{module_name}."
3083
3135
  msgstr ""
3084
3136
 
3085
- #: ../lib/puppet/module/plan.rb:64
3137
+ #: ../lib/puppet/module/plan.rb:63
3086
3138
  msgid "Plan names must start with a lowercase letter and be composed of only lowercase letters, numbers, and underscores"
3087
3139
  msgstr ""
3088
3140
 
3089
- #: ../lib/puppet/module/plan.rb:66
3141
+ #: ../lib/puppet/module/plan.rb:65
3090
3142
  msgid "Plan name cannot have extension %{ext}, must be .pp or .yaml"
3091
3143
  msgstr ""
3092
3144
 
3093
- #: ../lib/puppet/module/plan.rb:69
3145
+ #: ../lib/puppet/module/plan.rb:68
3094
3146
  msgid "Plan name cannot be a reserved word, but was '%{name}'"
3095
3147
  msgstr ""
3096
3148
 
3097
- #: ../lib/puppet/module/plan.rb:72
3149
+ #: ../lib/puppet/module/plan.rb:71
3098
3150
  msgid "Plan name cannot be a Puppet data type, but was '%{name}'"
3099
3151
  msgstr ""
3100
3152
 
@@ -3190,19 +3242,19 @@ msgstr ""
3190
3242
  msgid "No file containing checksums found."
3191
3243
  msgstr ""
3192
3244
 
3193
- #: ../lib/puppet/module_tool/applications/installer.rb:84 ../lib/puppet/module_tool/applications/upgrader.rb:102
3245
+ #: ../lib/puppet/module_tool/applications/installer.rb:88 ../lib/puppet/module_tool/applications/upgrader.rb:102
3194
3246
  msgid "Downloading from %{host} ..."
3195
3247
  msgstr ""
3196
3248
 
3197
- #: ../lib/puppet/module_tool/applications/installer.rb:132 ../lib/puppet/module_tool/applications/upgrader.rb:140
3249
+ #: ../lib/puppet/module_tool/applications/installer.rb:136 ../lib/puppet/module_tool/applications/upgrader.rb:140
3198
3250
  msgid "Resolving dependencies ..."
3199
3251
  msgstr ""
3200
3252
 
3201
- #: ../lib/puppet/module_tool/applications/installer.rb:208
3253
+ #: ../lib/puppet/module_tool/applications/installer.rb:216
3202
3254
  msgid "Preparing to install ..."
3203
3255
  msgstr ""
3204
3256
 
3205
- #: ../lib/puppet/module_tool/applications/installer.rb:211
3257
+ #: ../lib/puppet/module_tool/applications/installer.rb:219
3206
3258
  msgid "Installing -- do not interrupt ..."
3207
3259
  msgstr ""
3208
3260
 
@@ -3321,7 +3373,7 @@ msgstr ""
3321
3373
  msgid "Could not %{action} '%{module_name}' (%{version}); no version satisfies all dependencies"
3322
3374
  msgstr ""
3323
3375
 
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
3376
+ #: ../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
3377
  msgid "Could not %{action} module '%{module_name}' (%{version})"
3326
3378
  msgstr ""
3327
3379
 
@@ -3411,68 +3463,80 @@ msgid " No version of '%{module_name}' will satisfy dependencies"
3411
3463
  msgstr ""
3412
3464
 
3413
3465
  #: ../lib/puppet/module_tool/errors/shared.rb:135
3414
- msgid "Could not %{action} '%{module_name}'; module is not installed"
3466
+ msgid "Could not %{action} '%{module_name}', did you mean '%{suggestion}'?"
3415
3467
  msgstr ""
3416
3468
 
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
3469
+ #: ../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
3470
  msgid "Could not %{action} module '%{module_name}'"
3419
3471
  msgstr ""
3420
3472
 
3421
3473
  #: ../lib/puppet/module_tool/errors/shared.rb:141
3474
+ msgid " The name '%{module_name}' is invalid"
3475
+ msgstr ""
3476
+
3477
+ #: ../lib/puppet/module_tool/errors/shared.rb:142
3478
+ msgid " Did you mean `puppet module %{action} %{suggestion}`?"
3479
+ msgstr ""
3480
+
3481
+ #: ../lib/puppet/module_tool/errors/shared.rb:152
3482
+ msgid "Could not %{action} '%{module_name}'; module is not installed"
3483
+ msgstr ""
3484
+
3485
+ #: ../lib/puppet/module_tool/errors/shared.rb:158
3422
3486
  msgid " Module '%{module_name}' is not installed"
3423
3487
  msgstr ""
3424
3488
 
3425
3489
  #. TRANSLATORS `puppet module %{action} %{suggestion}` is a command line and should not be translated
3426
- #: ../lib/puppet/module_tool/errors/shared.rb:144
3490
+ #: ../lib/puppet/module_tool/errors/shared.rb:161
3427
3491
  msgid " You may have meant `puppet module %{action} %{suggestion}`"
3428
3492
  msgstr ""
3429
3493
 
3430
3494
  #. TRANSLATORS `puppet module install` is a command line and should not be translated
3431
- #: ../lib/puppet/module_tool/errors/shared.rb:147
3495
+ #: ../lib/puppet/module_tool/errors/shared.rb:164
3432
3496
  msgid " Use `puppet module install` to install this module"
3433
3497
  msgstr ""
3434
3498
 
3435
3499
  #. TRANSLATORS "module path" refers to a set of directories where modules may be installed
3436
- #: ../lib/puppet/module_tool/errors/shared.rb:158
3500
+ #: ../lib/puppet/module_tool/errors/shared.rb:175
3437
3501
  msgid "Could not %{action} '%{module_name}'; module appears in multiple places in the module path"
3438
3502
  msgstr ""
3439
3503
 
3440
- #: ../lib/puppet/module_tool/errors/shared.rb:164
3504
+ #: ../lib/puppet/module_tool/errors/shared.rb:181
3441
3505
  msgid " Module '%{module_name}' appears multiple places in the module path"
3442
3506
  msgstr ""
3443
3507
 
3444
3508
  #. 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
3509
+ #: ../lib/puppet/module_tool/errors/shared.rb:184
3446
3510
  msgid " '%{module_name}' (%{version}) was found in %{path}"
3447
3511
  msgstr ""
3448
3512
 
3449
3513
  #. TRANSLATORS `--modulepath` is command line option and should not be translated
3450
- #: ../lib/puppet/module_tool/errors/shared.rb:170
3514
+ #: ../lib/puppet/module_tool/errors/shared.rb:187
3451
3515
  msgid " Use the `--modulepath` option to limit the search to specific directories"
3452
3516
  msgstr ""
3453
3517
 
3454
- #: ../lib/puppet/module_tool/errors/shared.rb:181
3518
+ #: ../lib/puppet/module_tool/errors/shared.rb:198
3455
3519
  msgid "Could not %{action} '%{module_name}'; module has had changes made locally"
3456
3520
  msgstr ""
3457
3521
 
3458
- #: ../lib/puppet/module_tool/errors/shared.rb:187
3522
+ #: ../lib/puppet/module_tool/errors/shared.rb:204
3459
3523
  msgid " Installed module has had changes made locally"
3460
3524
  msgstr ""
3461
3525
 
3462
3526
  #. TRANSLATORS `puppet module %{action} --ignore-changes` is a command line and should not be translated
3463
- #: ../lib/puppet/module_tool/errors/shared.rb:189
3527
+ #: ../lib/puppet/module_tool/errors/shared.rb:206
3464
3528
  msgid " Use `puppet module %{action} --ignore-changes` to %{action} this module anyway"
3465
3529
  msgstr ""
3466
3530
 
3467
- #: ../lib/puppet/module_tool/errors/shared.rb:199
3531
+ #: ../lib/puppet/module_tool/errors/shared.rb:216
3468
3532
  msgid "Could not %{action} '%{module_name}'; %{error}"
3469
3533
  msgstr ""
3470
3534
 
3471
- #: ../lib/puppet/module_tool/errors/shared.rb:205
3535
+ #: ../lib/puppet/module_tool/errors/shared.rb:222
3472
3536
  msgid " Failure trying to parse metadata"
3473
3537
  msgstr ""
3474
3538
 
3475
- #: ../lib/puppet/module_tool/errors/shared.rb:206
3539
+ #: ../lib/puppet/module_tool/errors/shared.rb:223
3476
3540
  msgid " Original message was: %{message}"
3477
3541
  msgstr ""
3478
3542
 
@@ -3860,7 +3924,7 @@ msgstr ""
3860
3924
  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
3925
  msgstr ""
3862
3926
 
3863
- #: ../lib/puppet/node/environment.rb:568 ../lib/puppet/pops/loaders.rb:301
3927
+ #: ../lib/puppet/node/environment.rb:574 ../lib/puppet/pops/loaders.rb:301
3864
3928
  msgid "Could not parse for environment %{env}: %{detail}"
3865
3929
  msgstr ""
3866
3930
 
@@ -5315,15 +5379,15 @@ msgstr ""
5315
5379
  msgid "<%{string}> does not appear to contain a word"
5316
5380
  msgstr ""
5317
5381
 
5318
- #: ../lib/puppet/pops/loader/base_loader.rb:124
5382
+ #: ../lib/puppet/pops/loader/base_loader.rb:134
5319
5383
  msgid "Originally set %{original}."
5320
5384
  msgstr ""
5321
5385
 
5322
- #: ../lib/puppet/pops/loader/base_loader.rb:124
5386
+ #: ../lib/puppet/pops/loader/base_loader.rb:134
5323
5387
  msgid "Set at unknown location"
5324
5388
  msgstr ""
5325
5389
 
5326
- #: ../lib/puppet/pops/loader/base_loader.rb:125
5390
+ #: ../lib/puppet/pops/loader/base_loader.rb:135
5327
5391
  msgid "Attempt to redefine entity '%{name}'. %{origin_info}"
5328
5392
  msgstr ""
5329
5393
 
@@ -6178,15 +6242,15 @@ msgstr ""
6178
6242
  msgid "'%{exe}' is not qualified and no path was specified. Please qualify the command or specify a path."
6179
6243
  msgstr ""
6180
6244
 
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
6245
+ #: ../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
6246
  msgid "Could not find command '%{exe}'"
6183
6247
  msgstr ""
6184
6248
 
6185
- #: ../lib/puppet/provider/exec/posix.rb:23 ../lib/puppet/provider/exec/windows.rb:42
6249
+ #: ../lib/puppet/provider/exec/posix.rb:35 ../lib/puppet/provider/exec/windows.rb:42
6186
6250
  msgid "'%{exe}' is a %{klass}, not a file"
6187
6251
  msgstr ""
6188
6252
 
6189
- #: ../lib/puppet/provider/exec/posix.rb:25
6253
+ #: ../lib/puppet/provider/exec/posix.rb:37
6190
6254
  msgid "'%{exe}' is not executable"
6191
6255
  msgstr ""
6192
6256
 
@@ -6346,26 +6410,30 @@ msgstr ""
6346
6410
  msgid "Mac OS X packages must specify a package source"
6347
6411
  msgstr ""
6348
6412
 
6349
- #: ../lib/puppet/provider/package/apt.rb:85
6413
+ #: ../lib/puppet/provider/package/apt.rb:89
6350
6414
  msgid "/etc/apt/sources.list contains a cdrom source; not installing. Use 'allowcdrom' to override this failure."
6351
6415
  msgstr ""
6352
6416
 
6353
- #: ../lib/puppet/provider/package/apt.rb:167 ../lib/puppet/provider/package/fink.rb:55
6417
+ #: ../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
6418
+ msgid "Could not find package %{name}"
6419
+ msgstr ""
6420
+
6421
+ #: ../lib/puppet/provider/package/apt.rb:176 ../lib/puppet/provider/package/yum.rb:317
6422
+ msgid "Failed to update to version %{should}, got version %{version} instead"
6423
+ msgstr ""
6424
+
6425
+ #: ../lib/puppet/provider/package/apt.rb:189 ../lib/puppet/provider/package/fink.rb:55
6354
6426
  msgid "Could not find latest version"
6355
6427
  msgstr ""
6356
6428
 
6357
- #: ../lib/puppet/provider/package/apt.rb:178 ../lib/puppet/provider/package/fink.rb:66
6429
+ #: ../lib/puppet/provider/package/apt.rb:200 ../lib/puppet/provider/package/fink.rb:66
6358
6430
  msgid "Preseeding %{response} to debconf-set-selections"
6359
6431
  msgstr ""
6360
6432
 
6361
- #: ../lib/puppet/provider/package/apt.rb:182 ../lib/puppet/provider/package/fink.rb:70
6433
+ #: ../lib/puppet/provider/package/apt.rb:204 ../lib/puppet/provider/package/fink.rb:70
6362
6434
  msgid "No responsefile specified or non existent, not preseeding anything"
6363
6435
  msgstr ""
6364
6436
 
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
6437
  #: ../lib/puppet/provider/package/aptrpm.rb:53
6370
6438
  msgid "Could not match version '%{version}'"
6371
6439
  msgstr ""
@@ -6458,31 +6526,31 @@ msgstr ""
6458
6526
  msgid "NIM package provider is unable to downgrade packages"
6459
6527
  msgstr ""
6460
6528
 
6461
- #: ../lib/puppet/provider/package/nim.rb:212
6529
+ #: ../lib/puppet/provider/package/nim.rb:217
6462
6530
  msgid ""
6463
6531
  "Unable to parse output from nimclient showres: line does not match expected package header format:\n"
6464
6532
  "'%{line}'"
6465
6533
  msgstr ""
6466
6534
 
6467
- #: ../lib/puppet/provider/package/nim.rb:219
6535
+ #: ../lib/puppet/provider/package/nim.rb:224
6468
6536
  msgid ""
6469
6537
  "Unable to parse output from nimclient showres: package string does not match expected installp package string format:\n"
6470
6538
  "'%{package_string}'"
6471
6539
  msgstr ""
6472
6540
 
6473
- #: ../lib/puppet/provider/package/nim.rb:229
6541
+ #: ../lib/puppet/provider/package/nim.rb:234
6474
6542
  msgid ""
6475
6543
  "Unable to parse output from nimclient showres: package string does not match expected rpm package string format:\n"
6476
6544
  "'%{package_string}'"
6477
6545
  msgstr ""
6478
6546
 
6479
- #: ../lib/puppet/provider/package/nim.rb:239
6547
+ #: ../lib/puppet/provider/package/nim.rb:244
6480
6548
  msgid ""
6481
6549
  "Unable to parse output from nimclient showres: line does not match expected package line format:\n"
6482
6550
  "'%{line}'"
6483
6551
  msgstr ""
6484
6552
 
6485
- #: ../lib/puppet/provider/package/nim.rb:251
6553
+ #: ../lib/puppet/provider/package/nim.rb:256
6486
6554
  msgid ""
6487
6555
  "Unrecognized package type specifier: '%{package_type_flag}' in package line:\n"
6488
6556
  "'%{line}'"
@@ -6564,19 +6632,19 @@ msgstr ""
6564
6632
  msgid "Implicit version %{should} has %{n} possible matches"
6565
6633
  msgstr ""
6566
6634
 
6567
- #: ../lib/puppet/provider/package/pkg.rb:170
6635
+ #: ../lib/puppet/provider/package/pkg.rb:177
6568
6636
  msgid "Selecting version '%{version}' for implicit '%{should}'"
6569
6637
  msgstr ""
6570
6638
 
6571
- #: ../lib/puppet/provider/package/pkg.rb:175
6639
+ #: ../lib/puppet/provider/package/pkg.rb:182
6572
6640
  msgid "No version of %{name} matching %{should} is installable, even though the package is currently installed"
6573
6641
  msgstr ""
6574
6642
 
6575
- #: ../lib/puppet/provider/package/pkg.rb:194
6643
+ #: ../lib/puppet/provider/package/pkg.rb:201
6576
6644
  msgid "pkg warning: %{warnings}"
6577
6645
  msgstr ""
6578
6646
 
6579
- #: ../lib/puppet/provider/package/pkg.rb:238 ../lib/puppet/provider/package/pkg.rb:264
6647
+ #: ../lib/puppet/provider/package/pkg.rb:245 ../lib/puppet/provider/package/pkg.rb:271
6580
6648
  msgid "Unable to update %{package}"
6581
6649
  msgstr ""
6582
6650
 
@@ -6657,22 +6725,30 @@ msgstr ""
6657
6725
  msgid "Package %{name} was not present after trying to install it"
6658
6726
  msgstr ""
6659
6727
 
6660
- #: ../lib/puppet/provider/package/windows.rb:97
6728
+ #: ../lib/puppet/provider/package/windows.rb:42
6729
+ msgid "Error when unlinking %{path}: %{detail}"
6730
+ msgstr ""
6731
+
6732
+ #: ../lib/puppet/provider/package/windows.rb:110
6661
6733
  msgid "The package %{operation}ed successfully and the system is rebooting now."
6662
6734
  msgstr ""
6663
6735
 
6664
- #: ../lib/puppet/provider/package/windows.rb:99
6736
+ #: ../lib/puppet/provider/package/windows.rb:112
6665
6737
  msgid "The package %{operation}ed successfully, but the system must be rebooted."
6666
6738
  msgstr ""
6667
6739
 
6668
- #: ../lib/puppet/provider/package/windows.rb:101
6740
+ #: ../lib/puppet/provider/package/windows.rb:114
6669
6741
  msgid "Failed to %{operation}"
6670
6742
  msgstr ""
6671
6743
 
6672
- #: ../lib/puppet/provider/package/windows.rb:107
6744
+ #: ../lib/puppet/provider/package/windows.rb:120
6673
6745
  msgid "The source parameter cannot be empty when using the Windows provider."
6674
6746
  msgstr ""
6675
6747
 
6748
+ #: ../lib/puppet/provider/package/windows/exe_package.rb:79
6749
+ msgid "Error when installing %{package}: %{detail}"
6750
+ msgstr ""
6751
+
6676
6752
  #: ../lib/puppet/provider/package/windows/package.rb:62
6677
6753
  msgid "The source parameter is required when using the Windows provider."
6678
6754
  msgstr ""
@@ -6681,7 +6757,7 @@ msgstr ""
6681
6757
  msgid "The source does not exist: '%{source}'"
6682
6758
  msgstr ""
6683
6759
 
6684
- #: ../lib/puppet/provider/package/windows/package.rb:73
6760
+ #: ../lib/puppet/provider/package/windows/package.rb:74
6685
6761
  msgid "Don't know how to install '%{source}'"
6686
6762
  msgstr ""
6687
6763
 
@@ -6701,10 +6777,6 @@ msgstr ""
6701
6777
  msgid "Could not find package %{wanted}"
6702
6778
  msgstr ""
6703
6779
 
6704
- #: ../lib/puppet/provider/package/yum.rb:317
6705
- msgid "Failed to update to version %{should}, got version %{version} instead"
6706
- msgstr ""
6707
-
6708
6780
  #: ../lib/puppet/provider/package_targetable.rb:56
6709
6781
  msgid "Provider %{name} package command is not functional on this host"
6710
6782
  msgstr ""
@@ -6721,23 +6793,23 @@ msgstr ""
6721
6793
  msgid "Failed to read %{target}'s records when prefetching them. Reason: %{detail}"
6722
6794
  msgstr ""
6723
6795
 
6724
- #: ../lib/puppet/provider/parsedfile.rb:291
6725
- msgid "Could not prefetch %{resource} provider '%{name}' target '%{target}': %{detail}. Treating as empty"
6796
+ #: ../lib/puppet/provider/parsedfile.rb:284 ../lib/puppet/provider/parsedfile.rb:308
6797
+ msgid "Prefetching %{target} for provider %{name} returned nil"
6726
6798
  msgstr ""
6727
6799
 
6728
- #: ../lib/puppet/provider/parsedfile.rb:305
6729
- msgid "Prefetching %{target} for provider %{name} returned nil"
6800
+ #: ../lib/puppet/provider/parsedfile.rb:294
6801
+ msgid "Could not prefetch %{resource} provider '%{name}' target '%{target}': %{detail}. Treating as empty"
6730
6802
  msgstr ""
6731
6803
 
6732
- #: ../lib/puppet/provider/parsedfile.rb:378
6804
+ #: ../lib/puppet/provider/parsedfile.rb:381
6733
6805
  msgid "Parsed Providers must define a default target"
6734
6806
  msgstr ""
6735
6807
 
6736
- #: ../lib/puppet/provider/parsedfile.rb:469
6808
+ #: ../lib/puppet/provider/parsedfile.rb:472
6737
6809
  msgid "Somehow got told to prefetch with no resource set"
6738
6810
  msgstr ""
6739
6811
 
6740
- #: ../lib/puppet/provider/service/base.rb:121
6812
+ #: ../lib/puppet/provider/service/base.rb:123
6741
6813
  msgid "%{name} is not running"
6742
6814
  msgstr ""
6743
6815
 
@@ -6763,15 +6835,15 @@ msgstr ""
6763
6835
  msgid "Waiting 5 seconds for runsvdir to discover service %{service}"
6764
6836
  msgstr ""
6765
6837
 
6766
- #: ../lib/puppet/provider/service/smf.rb:120
6838
+ #: ../lib/puppet/provider/service/smf.rb:96
6767
6839
  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
6840
  msgstr ""
6769
6841
 
6770
- #: ../lib/puppet/provider/service/smf.rb:135
6842
+ #: ../lib/puppet/provider/service/smf.rb:111
6771
6843
  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
6844
  msgstr ""
6773
6845
 
6774
- #: ../lib/puppet/provider/service/smf.rb:221
6846
+ #: ../lib/puppet/provider/service/smf.rb:197
6775
6847
  msgid "The %{service} service is incomplete so its status will be reported as :stopped. See `svcs -xv %{fmri}` for more details."
6776
6848
  msgstr ""
6777
6849
 
@@ -7040,92 +7112,108 @@ msgid "Class '%{klass}' is already defined%{error}; cannot redefine"
7040
7112
  msgstr ""
7041
7113
 
7042
7114
  #: ../lib/puppet/resource/type_collection.rb:64
7115
+ msgid "Node '%{klass}' is already defined%{error}; cannot be redefined as a class"
7116
+ msgstr ""
7117
+
7118
+ #: ../lib/puppet/resource/type_collection.rb:65
7043
7119
  msgid "Definition '%{klass}' is already defined%{error}; cannot be redefined as a class"
7044
7120
  msgstr ""
7045
7121
 
7046
- #: ../lib/puppet/resource/type_collection.rb:95
7122
+ #: ../lib/puppet/resource/type_collection.rb:96
7047
7123
  msgid "Node '%{name}' is already defined%{error}; cannot redefine"
7048
7124
  msgstr ""
7049
7125
 
7050
- #: ../lib/puppet/resource/type_collection.rb:130
7126
+ #: ../lib/puppet/resource/type_collection.rb:97
7127
+ msgid "Class '%{klass}' is already defined%{error}; cannot be redefined as a node"
7128
+ msgstr ""
7129
+
7130
+ #: ../lib/puppet/resource/type_collection.rb:132
7051
7131
  msgid "'%{name}' is already defined%{error} as a class; cannot redefine as a definition"
7052
7132
  msgstr ""
7053
7133
 
7054
- #: ../lib/puppet/resource/type_collection.rb:131
7134
+ #: ../lib/puppet/resource/type_collection.rb:133
7055
7135
  msgid "Definition '%{name}' is already defined%{error}; cannot be redefined"
7056
7136
  msgstr ""
7057
7137
 
7058
- #: ../lib/puppet/resource/type_collection.rb:175
7138
+ #: ../lib/puppet/resource/type_collection.rb:177
7059
7139
  msgid "Execution of config_version command `%{cmd}` failed: %{message}"
7060
7140
  msgstr ""
7061
7141
 
7062
- #: ../lib/puppet/resource/type_collection.rb:196
7142
+ #: ../lib/puppet/resource/type_collection.rb:198
7063
7143
  msgid "Not attempting to load %{type} %{fqname} as this object was missing during a prior compilation"
7064
7144
  msgstr ""
7065
7145
 
7066
- #: ../lib/puppet/settings.rb:102
7146
+ #: ../lib/puppet/settings.rb:103
7067
7147
  msgid "New environment loaders generated from the requested section."
7068
7148
  msgstr ""
7069
7149
 
7070
- #: ../lib/puppet/settings.rb:304
7150
+ #: ../lib/puppet/settings.rb:305
7071
7151
  msgid "Attempting to initialize global default settings more than once!"
7072
7152
  msgstr ""
7073
7153
 
7074
- #: ../lib/puppet/settings.rb:504
7154
+ #: ../lib/puppet/settings.rb:505
7075
7155
  msgid "Using --configprint is deprecated. Use 'puppet config <subcommand>' instead."
7076
7156
  msgstr ""
7077
7157
 
7078
- #: ../lib/puppet/settings.rb:646
7158
+ #: ../lib/puppet/settings.rb:647
7079
7159
  msgid "Could not load %{file}: %{detail}"
7080
7160
  msgstr ""
7081
7161
 
7082
- #: ../lib/puppet/settings.rb:755
7162
+ #: ../lib/puppet/settings.rb:756
7083
7163
  msgid "Invalid setting type '%{type}'"
7084
7164
  msgstr ""
7085
7165
 
7086
- #: ../lib/puppet/settings.rb:910
7166
+ #: ../lib/puppet/settings.rb:874
7167
+ msgid "Cannot manage owner permissions, because the provider for '%{name}' is not functional"
7168
+ msgstr ""
7169
+
7170
+ #: ../lib/puppet/settings.rb:890
7171
+ msgid "Cannot manage group permissions, because the provider for '%{name}' is not functional"
7172
+ msgstr ""
7173
+
7174
+ #: ../lib/puppet/settings.rb:926
7087
7175
  msgid "Unknown searchpath case: %{source_type} for the %{source} settings path element."
7088
7176
  msgstr ""
7089
7177
 
7090
- #: ../lib/puppet/settings.rb:983
7178
+ #: ../lib/puppet/settings.rb:1007
7091
7179
  msgid "setting definition for '%{name}' is not a hash!"
7092
7180
  msgstr ""
7093
7181
 
7094
- #: ../lib/puppet/settings.rb:988
7182
+ #: ../lib/puppet/settings.rb:1012
7095
7183
  msgid "Setting %{name} is already defined"
7096
7184
  msgstr ""
7097
7185
 
7098
- #: ../lib/puppet/settings.rb:994
7186
+ #: ../lib/puppet/settings.rb:1018
7099
7187
  msgid "Setting %{name} is already using short name '%{short}'"
7100
7188
  msgstr ""
7101
7189
 
7102
- #: ../lib/puppet/settings.rb:1265
7190
+ #: ../lib/puppet/settings.rb:1289
7103
7191
  msgid "Setting %{name} is deprecated."
7104
7192
  msgstr ""
7105
7193
 
7106
7194
  #. TRANSLATORS 'puppet.conf' is a file name and should not be translated
7107
- #: ../lib/puppet/settings.rb:1270
7195
+ #: ../lib/puppet/settings.rb:1294
7108
7196
  msgid "Setting %{name} is deprecated in puppet.conf."
7109
7197
  msgstr ""
7110
7198
 
7111
- #: ../lib/puppet/settings.rb:1457
7199
+ #: ../lib/puppet/settings.rb:1481
7112
7200
  msgid "Error converting value for param '%{name}': %{detail}"
7113
7201
  msgstr ""
7114
7202
 
7115
- #: ../lib/puppet/settings.rb:1481
7203
+ #: ../lib/puppet/settings.rb:1505
7116
7204
  msgid "Could not find value for %{expression}"
7117
7205
  msgstr ""
7118
7206
 
7119
7207
  #. TRANSLATORS '$environment' is a Puppet specific variable and should not be translated
7120
- #: ../lib/puppet/settings.rb:1491
7208
+ #: ../lib/puppet/settings.rb:1515
7121
7209
  msgid "You cannot interpolate $environment within '%{setting_name}' when using directory environments."
7122
7210
  msgstr ""
7123
7211
 
7124
- #: ../lib/puppet/settings.rb:1492
7212
+ #: ../lib/puppet/settings.rb:1516
7125
7213
  msgid "Its value will remain %{value}."
7126
7214
  msgstr ""
7127
7215
 
7128
- #: ../lib/puppet/settings.rb:1523
7216
+ #: ../lib/puppet/settings.rb:1547
7129
7217
  msgid "Attempt to assign a value to unknown setting %{name}"
7130
7218
  msgstr ""
7131
7219
 
@@ -7202,15 +7290,15 @@ msgstr ""
7202
7290
  msgid "(See https://puppet.com/docs/puppet/latest/environments_about.html)"
7203
7291
  msgstr ""
7204
7292
 
7205
- #: ../lib/puppet/settings/config_file.rb:138
7293
+ #: ../lib/puppet/settings/config_file.rb:131
7206
7294
  msgid "Invalid file option '%{parameter}'"
7207
7295
  msgstr ""
7208
7296
 
7209
- #: ../lib/puppet/settings/config_file.rb:142
7297
+ #: ../lib/puppet/settings/config_file.rb:135
7210
7298
  msgid "File modes must be numbers"
7211
7299
  msgstr ""
7212
7300
 
7213
- #: ../lib/puppet/settings/config_file.rb:145
7301
+ #: ../lib/puppet/settings/config_file.rb:138
7214
7302
  msgid "Could not parse '%{string}'"
7215
7303
  msgstr ""
7216
7304
 
@@ -7219,19 +7307,19 @@ msgid "Invalid duration format '%{value}' for parameter: %{name}"
7219
7307
  msgstr ""
7220
7308
 
7221
7309
  #. 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
7310
+ #: ../lib/puppet/settings/environment_conf.rb:70
7223
7311
  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
7312
  msgstr ""
7225
7313
 
7226
- #: ../lib/puppet/settings/environment_conf.rb:71
7314
+ #: ../lib/puppet/settings/environment_conf.rb:72
7227
7315
  msgid "If this environment is expecting to find modules in '%{environment_conf}', they will not be available!"
7228
7316
  msgstr ""
7229
7317
 
7230
- #: ../lib/puppet/settings/environment_conf.rb:141
7318
+ #: ../lib/puppet/settings/environment_conf.rb:142
7231
7319
  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
7320
  msgstr ""
7233
7321
 
7234
- #: ../lib/puppet/settings/environment_conf.rb:153
7322
+ #: ../lib/puppet/settings/environment_conf.rb:154
7235
7323
  msgid "Invalid settings in environment.conf at '%{path_to_conf_file}'. The following unknown setting(s) are being ignored: %{ignored_settings}"
7236
7324
  msgstr ""
7237
7325
 
@@ -7279,7 +7367,7 @@ msgstr ""
7279
7367
  msgid "%{name} has not declared what class it wraps"
7280
7368
  msgstr ""
7281
7369
 
7282
- #: ../lib/puppet/ssl/base.rb:31 ../lib/puppet/x509/cert_provider.rb:370
7370
+ #: ../lib/puppet/ssl/base.rb:31 ../lib/puppet/x509/cert_provider.rb:352
7283
7371
  msgid "Certname %{name} must not contain unprintable or non-ASCII characters"
7284
7372
  msgstr ""
7285
7373
 
@@ -7588,7 +7676,7 @@ msgid "Verified CA certificate '%{subject}' fingerprint %{digest}"
7588
7676
  msgstr ""
7589
7677
 
7590
7678
  #. 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
7679
+ #: ../lib/puppet/ssl/verifier.rb:134
7592
7680
  msgid "certificate verify failed [%{error} for %{subject}]"
7593
7681
  msgstr ""
7594
7682
 
@@ -7920,72 +8008,72 @@ msgstr ""
7920
8008
  msgid "Could not set %{attribute} on %{class_name}: %{detail}"
7921
8009
  msgstr ""
7922
8010
 
7923
- #: ../lib/puppet/type/exec.rb:118
8011
+ #: ../lib/puppet/type/exec.rb:121
7924
8012
  msgid "executed successfully"
7925
8013
  msgstr ""
7926
8014
 
7927
- #: ../lib/puppet/type/exec.rb:152
8015
+ #: ../lib/puppet/type/exec.rb:155
7928
8016
  msgid "Command exceeded timeout"
7929
8017
  msgstr ""
7930
8018
 
7931
- #: ../lib/puppet/type/exec.rb:181
8019
+ #: ../lib/puppet/type/exec.rb:184
7932
8020
  msgid "[command redacted] returned %{status} instead of one of [%{expected}]"
7933
8021
  msgstr ""
7934
8022
 
7935
- #: ../lib/puppet/type/exec.rb:183
8023
+ #: ../lib/puppet/type/exec.rb:186
7936
8024
  msgid "'%{cmd}' returned %{status} instead of one of [%{expected}]"
7937
8025
  msgstr ""
7938
8026
 
7939
- #: ../lib/puppet/type/exec.rb:204
7940
- msgid "Command must be a String, got value of class %{klass}"
8027
+ #: ../lib/puppet/type/exec.rb:208
8028
+ msgid "Command must be a String or Array<String>, got value of class %{klass}"
7941
8029
  msgstr ""
7942
8030
 
7943
- #: ../lib/puppet/type/exec.rb:236
8031
+ #: ../lib/puppet/type/exec.rb:241
7944
8032
  msgid "Unable to execute commands as other users on Windows"
7945
8033
  msgstr ""
7946
8034
 
7947
- #: ../lib/puppet/type/exec.rb:238
8035
+ #: ../lib/puppet/type/exec.rb:243
7948
8036
  msgid "Only root can execute commands as other users"
7949
8037
  msgstr ""
7950
8038
 
7951
- #: ../lib/puppet/type/exec.rb:294
8039
+ #: ../lib/puppet/type/exec.rb:299
7952
8040
  msgid "Invalid environment setting '%{value}'"
7953
8041
  msgstr ""
7954
8042
 
7955
- #: ../lib/puppet/type/exec.rb:307
8043
+ #: ../lib/puppet/type/exec.rb:312
7956
8044
  msgid "The umask specification is invalid: %{value}"
7957
8045
  msgstr ""
7958
8046
 
7959
- #: ../lib/puppet/type/exec.rb:323
8047
+ #: ../lib/puppet/type/exec.rb:328
7960
8048
  msgid "The timeout must be a number."
7961
8049
  msgstr ""
7962
8050
 
7963
- #: ../lib/puppet/type/exec.rb:340
8051
+ #: ../lib/puppet/type/exec.rb:345
7964
8052
  msgid "Tries must be an integer"
7965
8053
  msgstr ""
7966
8054
 
7967
- #: ../lib/puppet/type/exec.rb:344
8055
+ #: ../lib/puppet/type/exec.rb:349
7968
8056
  msgid "Tries must be an integer >= 1"
7969
8057
  msgstr ""
7970
8058
 
7971
- #: ../lib/puppet/type/exec.rb:357
8059
+ #: ../lib/puppet/type/exec.rb:362
7972
8060
  msgid "try_sleep must be a number"
7973
8061
  msgstr ""
7974
8062
 
7975
- #: ../lib/puppet/type/exec.rb:361
8063
+ #: ../lib/puppet/type/exec.rb:366
7976
8064
  msgid "try_sleep cannot be a negative number"
7977
8065
  msgstr ""
7978
8066
 
7979
8067
  #. TRANSLATORS 'creates' is a parameter name and should not be translated
7980
- #: ../lib/puppet/type/exec.rb:433
8068
+ #: ../lib/puppet/type/exec.rb:438
7981
8069
  msgid "Checking that 'creates' path '%{creates_path}' exists"
7982
8070
  msgstr ""
7983
8071
 
7984
- #: ../lib/puppet/type/exec.rb:478 ../lib/puppet/type/exec.rb:534
8072
+ #: ../lib/puppet/type/exec.rb:490 ../lib/puppet/type/exec.rb:553
7985
8073
  msgid "Check %{value} exceeded timeout"
7986
8074
  msgstr ""
7987
8075
 
7988
- #: ../lib/puppet/type/exec.rb:623
8076
+ #: ../lib/puppet/type/exec.rb:645
7989
8077
  msgid "'%{cmd}' won't be executed because of failed check '%{check}'"
7990
8078
  msgstr ""
7991
8079
 
@@ -8005,74 +8093,74 @@ msgstr ""
8005
8093
  msgid "Invalid recurselimit value %{value}"
8006
8094
  msgstr ""
8007
8095
 
8008
- #: ../lib/puppet/type/file.rb:416
8096
+ #: ../lib/puppet/type/file.rb:433
8009
8097
  msgid "You cannot specify more than one of %{creators}"
8010
8098
  msgstr ""
8011
8099
 
8012
- #: ../lib/puppet/type/file.rb:418
8100
+ #: ../lib/puppet/type/file.rb:435
8013
8101
  msgid "You cannot specify a remote recursion without a source"
8014
8102
  msgstr ""
8015
8103
 
8016
- #: ../lib/puppet/type/file.rb:420
8104
+ #: ../lib/puppet/type/file.rb:437
8017
8105
  msgid "You cannot specify source when using checksum 'none'"
8018
8106
  msgstr ""
8019
8107
 
8020
- #: ../lib/puppet/type/file.rb:423
8108
+ #: ../lib/puppet/type/file.rb:440
8021
8109
  msgid "You cannot specify content when using checksum '%{checksum_type}'"
8022
8110
  msgstr ""
8023
8111
 
8024
- #: ../lib/puppet/type/file.rb:426
8112
+ #: ../lib/puppet/type/file.rb:443
8025
8113
  msgid "Possible error: recurselimit is set but not recurse, no recursion will happen"
8026
8114
  msgstr ""
8027
8115
 
8028
- #: ../lib/puppet/type/file.rb:434
8116
+ #: ../lib/puppet/type/file.rb:451
8029
8117
  msgid "Checksum value '%{value}' is not a valid checksum type %{checksum}"
8030
8118
  msgstr ""
8031
8119
 
8032
- #: ../lib/puppet/type/file.rb:437
8120
+ #: ../lib/puppet/type/file.rb:454
8033
8121
  msgid "Checksum value is ignored unless content or source are specified"
8034
8122
  msgstr ""
8035
8123
 
8036
- #: ../lib/puppet/type/file.rb:475
8124
+ #: ../lib/puppet/type/file.rb:492
8037
8125
  msgid "Can not find filebucket for backups without a catalog"
8038
8126
  msgstr ""
8039
8127
 
8040
- #: ../lib/puppet/type/file.rb:480
8128
+ #: ../lib/puppet/type/file.rb:497
8041
8129
  msgid "Could not find filebucket %{backup} specified in backup"
8042
8130
  msgstr ""
8043
8131
 
8044
- #: ../lib/puppet/type/file.rb:778
8132
+ #: ../lib/puppet/type/file.rb:796
8045
8133
  msgid "Could not back up file of type %{current_type}"
8046
8134
  msgstr ""
8047
8135
 
8048
- #: ../lib/puppet/type/file.rb:793
8136
+ #: ../lib/puppet/type/file.rb:811
8049
8137
  msgid "Could not remove files of type %{current_type}"
8050
8138
  msgstr ""
8051
8139
 
8052
8140
  #. TRANSLATORS "source_permissions => ignore" should not be translated
8053
- #: ../lib/puppet/type/file.rb:804
8141
+ #: ../lib/puppet/type/file.rb:822
8054
8142
  msgid "Copying owner/mode/group from the source file on Windows is not supported; use source_permissions => ignore."
8055
8143
  msgstr ""
8056
8144
 
8057
8145
  #. TRANSLATORS "stat" is a program name and should not be translated
8058
- #: ../lib/puppet/type/file.rb:885 ../lib/puppet/type/tidy.rb:352
8146
+ #: ../lib/puppet/type/file.rb:903 ../lib/puppet/type/tidy.rb:371
8059
8147
  msgid "Could not stat; permission denied"
8060
8148
  msgstr ""
8061
8149
 
8062
- #: ../lib/puppet/type/file.rb:888
8150
+ #: ../lib/puppet/type/file.rb:906
8063
8151
  msgid "Could not stat; invalid pathname"
8064
8152
  msgstr ""
8065
8153
 
8066
- #: ../lib/puppet/type/file.rb:1016
8154
+ #: ../lib/puppet/type/file.rb:1034
8067
8155
  msgid "Not removing directory; use 'force' to override"
8068
8156
  msgstr ""
8069
8157
 
8070
8158
  #. TRANSLATORS refers to a file which could not be backed up
8071
- #: ../lib/puppet/type/file.rb:1041
8159
+ #: ../lib/puppet/type/file.rb:1059
8072
8160
  msgid "Could not back up; will not remove"
8073
8161
  msgstr ""
8074
8162
 
8075
- #: ../lib/puppet/type/file.rb:1056
8163
+ #: ../lib/puppet/type/file.rb:1074
8076
8164
  msgid "File written to disk did not match desired checksum; discarding changes (%{content_checksum} vs %{desired_checksum})"
8077
8165
  msgstr ""
8078
8166
 
@@ -8109,7 +8197,7 @@ msgstr ""
8109
8197
  msgid "Ensure set to :present but file type is %{file_type} so no content will be synced"
8110
8198
  msgstr ""
8111
8199
 
8112
- #: ../lib/puppet/type/file/mode.rb:126
8200
+ #: ../lib/puppet/type/file/mode.rb:132
8113
8201
  msgid "Not managing symlink mode"
8114
8202
  msgstr ""
8115
8203
 
@@ -8222,128 +8310,124 @@ msgstr ""
8222
8310
  msgid "%{value} is not a valid day of the week"
8223
8311
  msgstr ""
8224
8312
 
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
8313
+ #: ../lib/puppet/type/service.rb:151 ../lib/puppet/type/user.rb:272
8234
8314
  msgid "Passwords cannot include ':'"
8235
8315
  msgstr ""
8236
8316
 
8237
- #: ../lib/puppet/type/service.rb:304
8317
+ #: ../lib/puppet/type/service.rb:278
8238
8318
  msgid "\"%{value}\" is not a positive integer: the timeout parameter must be specified as a positive integer"
8239
8319
  msgstr ""
8240
8320
 
8241
- #: ../lib/puppet/type/tidy.rb:85
8321
+ #: ../lib/puppet/type/service.rb:300
8322
+ msgid "The 'logonaccount' parameter is mandatory when setting 'logonpassword'."
8323
+ msgstr ""
8324
+
8325
+ #: ../lib/puppet/type/tidy.rb:101
8242
8326
  msgid "Tidy can't use matches with recurse 0, false, or undef"
8243
8327
  msgstr ""
8244
8328
 
8245
- #: ../lib/puppet/type/tidy.rb:125
8329
+ #: ../lib/puppet/type/tidy.rb:141
8246
8330
  msgid "Invalid age unit '%{unit}'"
8247
8331
  msgstr ""
8248
8332
 
8249
8333
  #. TRANSLATORS tidy is the name of a program and should not be translated
8250
- #: ../lib/puppet/type/tidy.rb:145
8334
+ #: ../lib/puppet/type/tidy.rb:161
8251
8335
  msgid "Invalid tidy age %{age}"
8252
8336
  msgstr ""
8253
8337
 
8254
- #: ../lib/puppet/type/tidy.rb:167
8338
+ #: ../lib/puppet/type/tidy.rb:183
8255
8339
  msgid "Invalid size unit '%{unit}'"
8256
8340
  msgstr ""
8257
8341
 
8258
8342
  #. TRANSLATORS tidy is the name of a program and should not be translated
8259
- #: ../lib/puppet/type/tidy.rb:185
8343
+ #: ../lib/puppet/type/tidy.rb:201
8260
8344
  msgid "Invalid tidy size %{age}"
8261
8345
  msgstr ""
8262
8346
 
8263
8347
  #. TRANSLATORS "Tidy" is a program name and should not be translated
8264
- #: ../lib/puppet/type/tidy.rb:275
8348
+ #: ../lib/puppet/type/tidy.rb:294
8265
8349
  msgid "Tidying %{count} files"
8266
8350
  msgstr ""
8267
8351
 
8268
- #: ../lib/puppet/type/tidy.rb:348
8352
+ #: ../lib/puppet/type/tidy.rb:367
8269
8353
  msgid "File does not exist"
8270
8354
  msgstr ""
8271
8355
 
8272
- #: ../lib/puppet/type/user.rb:182
8356
+ #: ../lib/puppet/type/user.rb:183
8273
8357
  msgid "Could not find group(s) %{groups}"
8274
8358
  msgstr ""
8275
8359
 
8276
- #: ../lib/puppet/type/user.rb:291
8360
+ #: ../lib/puppet/type/user.rb:292
8277
8361
  msgid "Password minimum age must be provided as a number."
8278
8362
  msgstr ""
8279
8363
 
8280
- #: ../lib/puppet/type/user.rb:310
8364
+ #: ../lib/puppet/type/user.rb:311
8281
8365
  msgid "Password maximum age must be provided as a number."
8282
8366
  msgstr ""
8283
8367
 
8284
- #: ../lib/puppet/type/user.rb:341
8368
+ #: ../lib/puppet/type/user.rb:342
8285
8369
  msgid "Group names must be provided, not GID numbers."
8286
8370
  msgstr ""
8287
8371
 
8288
- #: ../lib/puppet/type/user.rb:343
8372
+ #: ../lib/puppet/type/user.rb:344
8289
8373
  msgid "Group names must be provided as an array, not a comma-separated list."
8290
8374
  msgstr ""
8291
8375
 
8292
- #: ../lib/puppet/type/user.rb:344
8376
+ #: ../lib/puppet/type/user.rb:345
8293
8377
  msgid "Group names must not be empty. If you want to specify \"no groups\" pass an empty array"
8294
8378
  msgstr ""
8295
8379
 
8296
- #: ../lib/puppet/type/user.rb:437
8380
+ #: ../lib/puppet/type/user.rb:438
8297
8381
  msgid "User provider %{name} can not manage home directories"
8298
8382
  msgstr ""
8299
8383
 
8300
8384
  #. TRANSLATORS YYYY-MM-DD represents a date with a four-digit year, a two-digit month, and a two-digit day,
8301
8385
  #. TRANSLATORS separated by dashes.
8302
- #: ../lib/puppet/type/user.rb:454
8386
+ #: ../lib/puppet/type/user.rb:455
8303
8387
  msgid "Expiry dates must be YYYY-MM-DD or the string \"absent\""
8304
8388
  msgstr ""
8305
8389
 
8306
- #: ../lib/puppet/type/user.rb:521
8390
+ #: ../lib/puppet/type/user.rb:522
8307
8391
  msgid "Role names must be provided, not numbers"
8308
8392
  msgstr ""
8309
8393
 
8310
- #: ../lib/puppet/type/user.rb:523
8394
+ #: ../lib/puppet/type/user.rb:524
8311
8395
  msgid "Role names must be provided as an array, not a comma-separated list"
8312
8396
  msgstr ""
8313
8397
 
8314
- #: ../lib/puppet/type/user.rb:560
8398
+ #: ../lib/puppet/type/user.rb:561
8315
8399
  msgid "Auth names must be provided, not numbers"
8316
8400
  msgstr ""
8317
8401
 
8318
- #: ../lib/puppet/type/user.rb:562
8402
+ #: ../lib/puppet/type/user.rb:563
8319
8403
  msgid "Auth names must be provided as an array, not a comma-separated list"
8320
8404
  msgstr ""
8321
8405
 
8322
- #: ../lib/puppet/type/user.rb:586
8406
+ #: ../lib/puppet/type/user.rb:587
8323
8407
  msgid "Profile names must be provided, not numbers"
8324
8408
  msgstr ""
8325
8409
 
8326
- #: ../lib/puppet/type/user.rb:588
8410
+ #: ../lib/puppet/type/user.rb:589
8327
8411
  msgid "Profile names must be provided as an array, not a comma-separated list"
8328
8412
  msgstr ""
8329
8413
 
8330
- #: ../lib/puppet/type/user.rb:699
8414
+ #: ../lib/puppet/type/user.rb:701
8331
8415
  msgid "Ssh_authorized_key type is not available. Cannot purge SSH keys."
8332
8416
  msgstr ""
8333
8417
 
8334
- #: ../lib/puppet/type/user.rb:737
8418
+ #: ../lib/puppet/type/user.rb:739
8335
8419
  msgid "Each entry for purge_ssh_keys must be a string, not a %{klass}"
8336
8420
  msgstr ""
8337
8421
 
8338
- #: ../lib/puppet/type/user.rb:740
8422
+ #: ../lib/puppet/type/user.rb:742
8339
8423
  msgid "Paths to keyfiles must be absolute, not %{entry}"
8340
8424
  msgstr ""
8341
8425
 
8342
- #: ../lib/puppet/type/user.rb:744
8426
+ #: ../lib/puppet/type/user.rb:746
8343
8427
  msgid "purge_ssh_keys must be true, false, or an array of file names, not %{value}"
8344
8428
  msgstr ""
8345
8429
 
8346
- #: ../lib/puppet/type/user.rb:772
8430
+ #: ../lib/puppet/type/user.rb:755
8347
8431
  msgid "Class name must be provided."
8348
8432
  msgstr ""
8349
8433
 
@@ -8406,11 +8490,11 @@ msgstr ""
8406
8490
  msgid "path may not be nil"
8407
8491
  msgstr ""
8408
8492
 
8409
- #: ../lib/puppet/util.rb:621
8493
+ #: ../lib/puppet/util.rb:630
8410
8494
  msgid "replace_file requires a block"
8411
8495
  msgstr ""
8412
8496
 
8413
- #: ../lib/puppet/util.rb:625
8497
+ #: ../lib/puppet/util.rb:634
8414
8498
  msgid "replace_file default_mode: %{default_mode} is invalid"
8415
8499
  msgstr ""
8416
8500
 
@@ -9071,31 +9155,31 @@ msgstr ""
9071
9155
  msgid "Caught exception %{klass}:%{error} retrying"
9072
9156
  msgstr ""
9073
9157
 
9074
- #: ../lib/puppet/util/selinux.rb:71
9158
+ #: ../lib/puppet/util/selinux.rb:81
9075
9159
  msgid "Invalid context to parse: %{context}"
9076
9160
  msgstr ""
9077
9161
 
9078
- #: ../lib/puppet/util/selinux.rb:83
9162
+ #: ../lib/puppet/util/selinux.rb:93
9079
9163
  msgid "Invalid SELinux parameter type"
9080
9164
  msgstr ""
9081
9165
 
9082
- #: ../lib/puppet/util/selinux.rb:104
9166
+ #: ../lib/puppet/util/selinux.rb:114
9083
9167
  msgid "Can't set SELinux context on file unless the file already has some kind of context"
9084
9168
  msgstr ""
9085
9169
 
9086
- #: ../lib/puppet/util/selinux.rb:118
9170
+ #: ../lib/puppet/util/selinux.rb:128
9087
9171
  msgid "set_selinux_context component must be one of :seluser, :selrole, :seltype, or :selrange"
9088
9172
  msgstr ""
9089
9173
 
9090
- #: ../lib/puppet/util/selinux.rb:129
9174
+ #: ../lib/puppet/util/selinux.rb:139
9091
9175
  msgid "Failed to set SELinux context %{context} on %{file}"
9092
9176
  msgstr ""
9093
9177
 
9094
- #: ../lib/puppet/util/selinux.rb:180
9178
+ #: ../lib/puppet/util/selinux.rb:190
9095
9179
  msgid "Could not open SELinux category translation file %{path}."
9096
9180
  msgstr ""
9097
9181
 
9098
- #: ../lib/puppet/util/selinux.rb:250
9182
+ #: ../lib/puppet/util/selinux.rb:276
9099
9183
  msgid "got a relative path in SELinux find_fs: %{path}"
9100
9184
  msgstr ""
9101
9185
 
@@ -9139,39 +9223,39 @@ msgstr ""
9139
9223
  msgid "Invalid %{klass}: %{id}"
9140
9224
  msgstr ""
9141
9225
 
9142
- #: ../lib/puppet/util/symbolic_file_mode.rb:37
9226
+ #: ../lib/puppet/util/symbolic_file_mode.rb:49
9143
9227
  msgid "An empty mode string is illegal"
9144
9228
  msgstr ""
9145
9229
 
9146
- #: ../lib/puppet/util/symbolic_file_mode.rb:41
9230
+ #: ../lib/puppet/util/symbolic_file_mode.rb:53
9147
9231
  msgid "Numeric modes must be in octal, not decimal!"
9148
9232
  msgstr ""
9149
9233
 
9150
- #: ../lib/puppet/util/symbolic_file_mode.rb:44
9234
+ #: ../lib/puppet/util/symbolic_file_mode.rb:56
9151
9235
  msgid "non-numeric current mode (%{mode})"
9152
9236
  msgstr ""
9153
9237
 
9154
- #: ../lib/puppet/util/symbolic_file_mode.rb:64
9238
+ #: ../lib/puppet/util/symbolic_file_mode.rb:76
9155
9239
  msgid "Missing action"
9156
9240
  msgstr ""
9157
9241
 
9158
- #: ../lib/puppet/util/symbolic_file_mode.rb:79
9242
+ #: ../lib/puppet/util/symbolic_file_mode.rb:91
9159
9243
  msgid "Missing operation (-, =, or +)"
9160
9244
  msgstr ""
9161
9245
 
9162
- #: ../lib/puppet/util/symbolic_file_mode.rb:101
9246
+ #: ../lib/puppet/util/symbolic_file_mode.rb:113
9163
9247
  msgid "X only works with the '+' operator"
9164
9248
  msgstr ""
9165
9249
 
9166
- #: ../lib/puppet/util/symbolic_file_mode.rb:112
9250
+ #: ../lib/puppet/util/symbolic_file_mode.rb:124
9167
9251
  msgid "internal error"
9168
9252
  msgstr ""
9169
9253
 
9170
- #: ../lib/puppet/util/symbolic_file_mode.rb:116
9254
+ #: ../lib/puppet/util/symbolic_file_mode.rb:128
9171
9255
  msgid "Unknown operation"
9172
9256
  msgstr ""
9173
9257
 
9174
- #: ../lib/puppet/util/symbolic_file_mode.rb:131
9258
+ #: ../lib/puppet/util/symbolic_file_mode.rb:143
9175
9259
  msgid "%{error}%{rest} in symbolic mode %{modification}"
9176
9260
  msgstr ""
9177
9261
 
@@ -9219,15 +9303,15 @@ msgstr ""
9219
9303
  msgid "Unrecognized ADS UserFlags: %{unrecognized_flags}"
9220
9304
  msgstr ""
9221
9305
 
9222
- #: ../lib/puppet/util/windows/adsi.rb:497
9306
+ #: ../lib/puppet/util/windows/adsi.rb:497 ../lib/puppet/util/windows/adsi.rb:530
9223
9307
  msgid "Failed to get user name"
9224
9308
  msgstr ""
9225
9309
 
9226
- #: ../lib/puppet/util/windows/adsi.rb:534
9310
+ #: ../lib/puppet/util/windows/adsi.rb:580
9227
9311
  msgid "Cannot delete user profile for '%{sid}' prior to Vista SP1"
9228
9312
  msgstr ""
9229
9313
 
9230
- #: ../lib/puppet/util/windows/adsi.rb:552
9314
+ #: ../lib/puppet/util/windows/adsi.rb:598
9231
9315
  msgid "Cannot create group if user '%{name}' exists."
9232
9316
  msgstr ""
9233
9317
 
@@ -9282,20 +9366,20 @@ msgstr ""
9282
9366
  msgid "Failed to call GetLongPathName"
9283
9367
  msgstr ""
9284
9368
 
9285
- #: ../lib/puppet/util/windows/principal.rb:67 ../lib/puppet/util/windows/principal.rb:74
9369
+ #: ../lib/puppet/util/windows/principal.rb:68 ../lib/puppet/util/windows/principal.rb:75
9286
9370
  msgid "Failed to call LookupAccountNameW with account: %{account_name}"
9287
9371
  msgstr ""
9288
9372
 
9289
9373
  #. TRANSLATORS `lookup_account_sid` is a variable name and should not be translated
9290
- #: ../lib/puppet/util/windows/principal.rb:97
9374
+ #: ../lib/puppet/util/windows/principal.rb:98
9291
9375
  msgid "Byte array for lookup_account_sid must not be nil and must be at least 1 byte long"
9292
9376
  msgstr ""
9293
9377
 
9294
- #: ../lib/puppet/util/windows/principal.rb:114
9378
+ #: ../lib/puppet/util/windows/principal.rb:115
9295
9379
  msgid "Byte array for lookup_account_sid is invalid: %{sid_bytes}"
9296
9380
  msgstr ""
9297
9381
 
9298
- #: ../lib/puppet/util/windows/principal.rb:122 ../lib/puppet/util/windows/principal.rb:129
9382
+ #: ../lib/puppet/util/windows/principal.rb:123 ../lib/puppet/util/windows/principal.rb:130
9299
9383
  msgid "Failed to call LookupAccountSidW with bytes: %{sid_bytes}"
9300
9384
  msgstr ""
9301
9385
 
@@ -9405,7 +9489,7 @@ msgstr ""
9405
9489
  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
9490
  msgstr ""
9407
9491
 
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
9492
+ #: ../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
9493
  msgid "Invalid SID"
9410
9494
  msgstr ""
9411
9495
 
@@ -9561,19 +9645,19 @@ msgstr ""
9561
9645
  msgid "Timed out while waiting for the pending transition from %{pending_state} to %{final_state} to finish. The current state is %{current_state}."
9562
9646
  msgstr ""
9563
9647
 
9564
- #: ../lib/puppet/util/windows/sid.rb:94
9648
+ #: ../lib/puppet/util/windows/sid.rb:98
9565
9649
  msgid "Octet string must be an array of bytes"
9566
9650
  msgstr ""
9567
9651
 
9568
- #: ../lib/puppet/util/windows/sid.rb:161
9652
+ #: ../lib/puppet/util/windows/sid.rb:165
9569
9653
  msgid "Failed to convert binary SID"
9570
9654
  msgstr ""
9571
9655
 
9572
- #: ../lib/puppet/util/windows/sid.rb:166
9656
+ #: ../lib/puppet/util/windows/sid.rb:170
9573
9657
  msgid "ConvertSidToStringSidW failed to allocate buffer for sid"
9574
9658
  msgstr ""
9575
9659
 
9576
- #: ../lib/puppet/util/windows/sid.rb:186
9660
+ #: ../lib/puppet/util/windows/sid.rb:190
9577
9661
  msgid "Failed to convert string SID: %{string_sid}"
9578
9662
  msgstr ""
9579
9663
 
@@ -9597,72 +9681,72 @@ msgstr ""
9597
9681
  msgid "Failed to unload user profile %{user}"
9598
9682
  msgstr ""
9599
9683
 
9600
- #: ../lib/puppet/x509/cert_provider.rb:45
9684
+ #: ../lib/puppet/x509/cert_provider.rb:44
9601
9685
  msgid "Failed to save CA certificates to '%{capath}'"
9602
9686
  msgstr ""
9603
9687
 
9604
- #: ../lib/puppet/x509/cert_provider.rb:59
9688
+ #: ../lib/puppet/x509/cert_provider.rb:58
9605
9689
  msgid "The CA certificates are missing from '%{path}'"
9606
9690
  msgstr ""
9607
9691
 
9608
- #: ../lib/puppet/x509/cert_provider.rb:63
9692
+ #: ../lib/puppet/x509/cert_provider.rb:62
9609
9693
  msgid "Failed to load CA certificates from '%{capath}'"
9610
9694
  msgstr ""
9611
9695
 
9612
9696
  #. TRANSLATORS 'PEM' is an acronym and shouldn't be translated
9613
- #: ../lib/puppet/x509/cert_provider.rb:75
9697
+ #: ../lib/puppet/x509/cert_provider.rb:74
9614
9698
  msgid "Failed to parse CA certificates as PEM"
9615
9699
  msgstr ""
9616
9700
 
9617
- #: ../lib/puppet/x509/cert_provider.rb:91
9701
+ #: ../lib/puppet/x509/cert_provider.rb:90
9618
9702
  msgid "Failed to save CRLs to '%{crlpath}'"
9619
9703
  msgstr ""
9620
9704
 
9621
- #: ../lib/puppet/x509/cert_provider.rb:105
9705
+ #: ../lib/puppet/x509/cert_provider.rb:104
9622
9706
  msgid "The CRL is missing from '%{path}'"
9623
9707
  msgstr ""
9624
9708
 
9625
- #: ../lib/puppet/x509/cert_provider.rb:109
9709
+ #: ../lib/puppet/x509/cert_provider.rb:108
9626
9710
  msgid "Failed to load CRLs from '%{crlpath}'"
9627
9711
  msgstr ""
9628
9712
 
9629
9713
  #. TRANSLATORS 'PEM' is an acronym and shouldn't be translated
9630
- #: ../lib/puppet/x509/cert_provider.rb:121
9714
+ #: ../lib/puppet/x509/cert_provider.rb:120
9631
9715
  msgid "Failed to parse CRLs as PEM"
9632
9716
  msgstr ""
9633
9717
 
9634
- #: ../lib/puppet/x509/cert_provider.rb:171
9718
+ #: ../lib/puppet/x509/cert_provider.rb:170
9635
9719
  msgid "Failed to save private key for '%{name}'"
9636
9720
  msgstr ""
9637
9721
 
9638
- #: ../lib/puppet/x509/cert_provider.rb:191
9722
+ #: ../lib/puppet/x509/cert_provider.rb:190
9639
9723
  msgid "The private key is missing from '%{path}'"
9640
9724
  msgstr ""
9641
9725
 
9642
- #: ../lib/puppet/x509/cert_provider.rb:195
9726
+ #: ../lib/puppet/x509/cert_provider.rb:194
9643
9727
  msgid "Failed to load private key for '%{name}'"
9644
9728
  msgstr ""
9645
9729
 
9646
- #: ../lib/puppet/x509/cert_provider.rb:255
9730
+ #: ../lib/puppet/x509/cert_provider.rb:237
9647
9731
  msgid "Failed to save client certificate for '%{name}'"
9648
9732
  msgstr ""
9649
9733
 
9650
- #: ../lib/puppet/x509/cert_provider.rb:271
9734
+ #: ../lib/puppet/x509/cert_provider.rb:253
9651
9735
  msgid "The client certificate is missing from '%{path}'"
9652
9736
  msgstr ""
9653
9737
 
9654
- #: ../lib/puppet/x509/cert_provider.rb:275
9738
+ #: ../lib/puppet/x509/cert_provider.rb:257
9655
9739
  msgid "Failed to load client certificate for '%{name}'"
9656
9740
  msgstr ""
9657
9741
 
9658
- #: ../lib/puppet/x509/cert_provider.rb:324
9742
+ #: ../lib/puppet/x509/cert_provider.rb:306
9659
9743
  msgid "Failed to save certificate request for '%{name}'"
9660
9744
  msgstr ""
9661
9745
 
9662
- #: ../lib/puppet/x509/cert_provider.rb:340
9746
+ #: ../lib/puppet/x509/cert_provider.rb:322
9663
9747
  msgid "Failed to load certificate request for '%{name}'"
9664
9748
  msgstr ""
9665
9749
 
9666
- #: ../lib/puppet/x509/cert_provider.rb:353
9750
+ #: ../lib/puppet/x509/cert_provider.rb:335
9667
9751
  msgid "Failed to delete certificate request for '%{name}'"
9668
9752
  msgstr ""