puppet 6.6.0-universal-darwin → 6.7.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 (254) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +8 -8
  3. data/ext/solaris/smf/puppet.xml +2 -0
  4. data/ext/yaml_nodes.rb +7 -7
  5. data/lib/hiera_puppet.rb +2 -1
  6. data/lib/puppet/application/apply.rb +2 -3
  7. data/lib/puppet/application/doc.rb +2 -1
  8. data/lib/puppet/application/face_base.rb +22 -15
  9. data/lib/puppet/application/script.rb +4 -6
  10. data/lib/puppet/configurer.rb +10 -5
  11. data/lib/puppet/confine_collection.rb +2 -1
  12. data/lib/puppet/daemon.rb +3 -2
  13. data/lib/puppet/defaults.rb +8 -0
  14. data/lib/puppet/environments.rb +9 -7
  15. data/lib/puppet/etc.rb +1 -1
  16. data/lib/puppet/external/pson/pure/parser.rb +2 -1
  17. data/lib/puppet/face/epp.rb +4 -2
  18. data/lib/puppet/face/help.rb +3 -2
  19. data/lib/puppet/face/module/changes.rb +2 -1
  20. data/lib/puppet/file_bucket/dipper.rb +2 -1
  21. data/lib/puppet/file_serving/configuration.rb +2 -1
  22. data/lib/puppet/file_serving/fileset.rb +1 -1
  23. data/lib/puppet/file_serving/http_metadata.rb +4 -2
  24. data/lib/puppet/file_serving/metadata.rb +2 -1
  25. data/lib/puppet/file_serving/mount/file.rb +2 -1
  26. data/lib/puppet/file_serving/mount/locales.rb +2 -1
  27. data/lib/puppet/file_serving/mount/modules.rb +4 -2
  28. data/lib/puppet/file_serving/mount/pluginfacts.rb +2 -1
  29. data/lib/puppet/file_serving/mount/plugins.rb +2 -1
  30. data/lib/puppet/file_serving/mount/tasks.rb +4 -2
  31. data/lib/puppet/file_system/uniquefile.rb +4 -2
  32. data/lib/puppet/functions/match.rb +2 -3
  33. data/lib/puppet/generate/type.rb +2 -1
  34. data/lib/puppet/graph/relationship_graph.rb +2 -1
  35. data/lib/puppet/graph/simple_graph.rb +3 -2
  36. data/lib/puppet/indirector/catalog/compiler.rb +16 -8
  37. data/lib/puppet/indirector/certificate/rest.rb +2 -1
  38. data/lib/puppet/indirector/face.rb +2 -2
  39. data/lib/puppet/indirector/file_server.rb +4 -2
  40. data/lib/puppet/indirector/indirection.rb +12 -6
  41. data/lib/puppet/indirector/node/exec.rb +2 -1
  42. data/lib/puppet/indirector/report/processor.rb +2 -1
  43. data/lib/puppet/indirector/request.rb +9 -5
  44. data/lib/puppet/indirector/ssl_file.rb +10 -8
  45. data/lib/puppet/indirector/terminus.rb +6 -3
  46. data/lib/puppet/info_service.rb +9 -0
  47. data/lib/puppet/info_service/plan_information_service.rb +36 -0
  48. data/lib/puppet/interface.rb +2 -1
  49. data/lib/puppet/interface/action.rb +10 -5
  50. data/lib/puppet/interface/action_manager.rb +2 -1
  51. data/lib/puppet/interface/documentation.rb +10 -7
  52. data/lib/puppet/interface/face_collection.rb +6 -3
  53. data/lib/puppet/interface/option.rb +4 -2
  54. data/lib/puppet/interface/option_manager.rb +4 -2
  55. data/lib/puppet/module.rb +35 -1
  56. data/lib/puppet/module/plan.rb +160 -0
  57. data/lib/puppet/module_tool.rb +2 -1
  58. data/lib/puppet/module_tool/applications/application.rb +2 -1
  59. data/lib/puppet/module_tool/applications/installer.rb +4 -2
  60. data/lib/puppet/module_tool/applications/upgrader.rb +4 -2
  61. data/lib/puppet/module_tool/contents_description.rb +2 -1
  62. data/lib/puppet/module_tool/metadata.rb +2 -3
  63. data/lib/puppet/module_tool/shared_behaviors.rb +2 -1
  64. data/lib/puppet/network/authconfig.rb +4 -2
  65. data/lib/puppet/network/authstore.rb +2 -1
  66. data/lib/puppet/network/formats.rb +2 -1
  67. data/lib/puppet/network/http/api/indirected_routes.rb +6 -4
  68. data/lib/puppet/network/http/handler.rb +2 -1
  69. data/lib/puppet/network/http/request.rb +2 -1
  70. data/lib/puppet/network/http/route.rb +2 -1
  71. data/lib/puppet/network/resolver.rb +3 -2
  72. data/lib/puppet/network/rights.rb +2 -1
  73. data/lib/puppet/node.rb +8 -4
  74. data/lib/puppet/pal/catalog_compiler.rb +8 -1
  75. data/lib/puppet/pal/compiler.rb +2 -1
  76. data/lib/puppet/pal/pal_impl.rb +8 -0
  77. data/lib/puppet/pal/script_compiler.rb +4 -2
  78. data/lib/puppet/parameter.rb +4 -2
  79. data/lib/puppet/parameter/value_collection.rb +8 -8
  80. data/lib/puppet/parser/ast/pops_bridge.rb +2 -1
  81. data/lib/puppet/parser/compiler.rb +10 -5
  82. data/lib/puppet/parser/files.rb +2 -1
  83. data/lib/puppet/parser/functions.rb +2 -1
  84. data/lib/puppet/parser/relationship.rb +2 -1
  85. data/lib/puppet/parser/resource.rb +6 -3
  86. data/lib/puppet/parser/scope.rb +6 -4
  87. data/lib/puppet/parser/templatewrapper.rb +2 -1
  88. data/lib/puppet/parser/type_loader.rb +2 -1
  89. data/lib/puppet/pops/adaptable.rb +2 -5
  90. data/lib/puppet/pops/evaluator/collectors/exported_collector.rb +2 -1
  91. data/lib/puppet/pops/evaluator/collectors/fixed_set_collector.rb +2 -1
  92. data/lib/puppet/pops/evaluator/runtime3_resource_support.rb +2 -1
  93. data/lib/puppet/pops/evaluator/runtime3_support.rb +8 -4
  94. data/lib/puppet/pops/loader/base_loader.rb +4 -2
  95. data/lib/puppet/pops/loader/dependency_loader.rb +4 -2
  96. data/lib/puppet/pops/loader/gem_support.rb +4 -2
  97. data/lib/puppet/pops/loader/loader.rb +4 -2
  98. data/lib/puppet/pops/loader/loader_paths.rb +2 -1
  99. data/lib/puppet/pops/loader/static_loader.rb +1 -1
  100. data/lib/puppet/pops/lookup/interpolation.rb +2 -1
  101. data/lib/puppet/pops/model/factory.rb +4 -2
  102. data/lib/puppet/pops/parser/epp_support.rb +2 -1
  103. data/lib/puppet/pops/parser/heredoc_support.rb +2 -1
  104. data/lib/puppet/pops/parser/interpolation_support.rb +10 -5
  105. data/lib/puppet/pops/parser/lexer2.rb +6 -3
  106. data/lib/puppet/pops/parser/locator.rb +2 -1
  107. data/lib/puppet/pops/types/type_calculator.rb +1 -1
  108. data/lib/puppet/pops/types/type_parser.rb +4 -2
  109. data/lib/puppet/pops/validation.rb +2 -1
  110. data/lib/puppet/pops/validation/checker4_0.rb +6 -3
  111. data/lib/puppet/pops/visitor.rb +12 -6
  112. data/lib/puppet/property.rb +19 -16
  113. data/lib/puppet/property/ensure.rb +2 -1
  114. data/lib/puppet/property/keyvalue.rb +2 -1
  115. data/lib/puppet/property/list.rb +2 -1
  116. data/lib/puppet/provider.rb +10 -8
  117. data/lib/puppet/provider/exec.rb +7 -4
  118. data/lib/puppet/provider/file/posix.rb +6 -3
  119. data/lib/puppet/provider/group/groupadd.rb +2 -1
  120. data/lib/puppet/provider/group/ldap.rb +7 -4
  121. data/lib/puppet/provider/group/pw.rb +4 -2
  122. data/lib/puppet/provider/ldap.rb +8 -4
  123. data/lib/puppet/provider/nameservice.rb +8 -5
  124. data/lib/puppet/provider/nameservice/directoryservice.rb +8 -4
  125. data/lib/puppet/provider/network_device.rb +4 -2
  126. data/lib/puppet/provider/package.rb +2 -1
  127. data/lib/puppet/provider/package/aix.rb +4 -2
  128. data/lib/puppet/provider/package/appdmg.rb +4 -2
  129. data/lib/puppet/provider/package/apple.rb +2 -1
  130. data/lib/puppet/provider/package/apt.rb +4 -2
  131. data/lib/puppet/provider/package/blastwave.rb +2 -1
  132. data/lib/puppet/provider/package/dpkg.rb +6 -3
  133. data/lib/puppet/provider/package/fink.rb +2 -1
  134. data/lib/puppet/provider/package/gem.rb +4 -2
  135. data/lib/puppet/provider/package/macports.rb +6 -3
  136. data/lib/puppet/provider/package/nim.rb +8 -4
  137. data/lib/puppet/provider/package/openbsd.rb +14 -8
  138. data/lib/puppet/provider/package/opkg.rb +2 -1
  139. data/lib/puppet/provider/package/pacman.rb +2 -1
  140. data/lib/puppet/provider/package/pip.rb +2 -1
  141. data/lib/puppet/provider/package/pkgdmg.rb +4 -2
  142. data/lib/puppet/provider/package/pkgng.rb +4 -2
  143. data/lib/puppet/provider/package/pkgutil.rb +2 -1
  144. data/lib/puppet/provider/package/portupgrade.rb +2 -1
  145. data/lib/puppet/provider/package/rpm.rb +8 -4
  146. data/lib/puppet/provider/package/windows/package.rb +2 -1
  147. data/lib/puppet/provider/parsedfile.rb +14 -7
  148. data/lib/puppet/provider/service/base.rb +7 -4
  149. data/lib/puppet/provider/service/launchd.rb +4 -2
  150. data/lib/puppet/provider/service/service.rb +2 -1
  151. data/lib/puppet/provider/service/upstart.rb +11 -8
  152. data/lib/puppet/provider/user/directoryservice.rb +2 -1
  153. data/lib/puppet/provider/user/hpux.rb +1 -1
  154. data/lib/puppet/provider/user/ldap.rb +8 -4
  155. data/lib/puppet/provider/user/openbsd.rb +2 -1
  156. data/lib/puppet/provider/user/pw.rb +2 -1
  157. data/lib/puppet/provider/user/user_role_add.rb +4 -2
  158. data/lib/puppet/provider/user/useradd.rb +7 -4
  159. data/lib/puppet/reference/providers.rb +2 -3
  160. data/lib/puppet/reference/type.rb +4 -2
  161. data/lib/puppet/relationship.rb +4 -9
  162. data/lib/puppet/resource.rb +16 -9
  163. data/lib/puppet/resource/capability_finder.rb +12 -8
  164. data/lib/puppet/resource/catalog.rb +36 -40
  165. data/lib/puppet/resource/type.rb +7 -3
  166. data/lib/puppet/resource/type_collection.rb +4 -2
  167. data/lib/puppet/settings.rb +36 -19
  168. data/lib/puppet/settings/base_setting.rb +2 -1
  169. data/lib/puppet/settings/config_file.rb +2 -1
  170. data/lib/puppet/settings/file_setting.rb +2 -1
  171. data/lib/puppet/settings/ini_file.rb +2 -1
  172. data/lib/puppet/ssl/base.rb +2 -1
  173. data/lib/puppet/ssl/host.rb +16 -8
  174. data/lib/puppet/ssl/key.rb +2 -2
  175. data/lib/puppet/ssl/state_machine.rb +22 -3
  176. data/lib/puppet/transaction/event.rb +2 -1
  177. data/lib/puppet/transaction/event_manager.rb +4 -2
  178. data/lib/puppet/transaction/report.rb +10 -10
  179. data/lib/puppet/transaction/resource_harness.rb +4 -2
  180. data/lib/puppet/type.rb +84 -48
  181. data/lib/puppet/type/component.rb +2 -1
  182. data/lib/puppet/type/exec.rb +11 -7
  183. data/lib/puppet/type/file.rb +15 -9
  184. data/lib/puppet/type/file/content.rb +7 -3
  185. data/lib/puppet/type/file/ctime.rb +2 -1
  186. data/lib/puppet/type/file/data_sync.rb +2 -1
  187. data/lib/puppet/type/file/ensure.rb +10 -7
  188. data/lib/puppet/type/file/mode.rb +2 -1
  189. data/lib/puppet/type/file/mtime.rb +2 -1
  190. data/lib/puppet/type/file/selcontext.rb +2 -1
  191. data/lib/puppet/type/file/source.rb +6 -7
  192. data/lib/puppet/type/file/target.rb +2 -1
  193. data/lib/puppet/type/file/type.rb +2 -1
  194. data/lib/puppet/type/package.rb +6 -3
  195. data/lib/puppet/type/resources.rb +2 -1
  196. data/lib/puppet/type/service.rb +2 -1
  197. data/lib/puppet/type/tidy.rb +14 -7
  198. data/lib/puppet/type/user.rb +19 -7
  199. data/lib/puppet/util.rb +6 -3
  200. data/lib/puppet/util/checksums.rb +1 -1
  201. data/lib/puppet/util/classgen.rb +12 -6
  202. data/lib/puppet/util/command_line.rb +8 -4
  203. data/lib/puppet/util/connection.rb +4 -2
  204. data/lib/puppet/util/diff.rb +4 -2
  205. data/lib/puppet/util/execution.rb +4 -2
  206. data/lib/puppet/util/feature.rb +7 -4
  207. data/lib/puppet/util/fileparsing.rb +57 -46
  208. data/lib/puppet/util/filetype.rb +2 -1
  209. data/lib/puppet/util/http_proxy.rb +2 -1
  210. data/lib/puppet/util/instance_loader.rb +2 -1
  211. data/lib/puppet/util/ldap/connection.rb +4 -2
  212. data/lib/puppet/util/ldap/manager.rb +6 -3
  213. data/lib/puppet/util/log.rb +6 -3
  214. data/lib/puppet/util/metric.rb +2 -1
  215. data/lib/puppet/util/posix.rb +4 -2
  216. data/lib/puppet/util/rdoc/code_objects.rb +2 -1
  217. data/lib/puppet/util/rdoc/generators/puppet_generator.rb +4 -2
  218. data/lib/puppet/util/selinux.rb +2 -1
  219. data/lib/puppet/version.rb +2 -5
  220. data/locales/puppet.pot +713 -685
  221. data/man/man5/puppet.conf.5 +9 -2
  222. data/man/man8/puppet-agent.8 +1 -1
  223. data/man/man8/puppet-apply.8 +1 -1
  224. data/man/man8/puppet-catalog.8 +1 -1
  225. data/man/man8/puppet-config.8 +1 -1
  226. data/man/man8/puppet-describe.8 +1 -1
  227. data/man/man8/puppet-device.8 +1 -1
  228. data/man/man8/puppet-doc.8 +1 -1
  229. data/man/man8/puppet-epp.8 +1 -1
  230. data/man/man8/puppet-facts.8 +1 -1
  231. data/man/man8/puppet-filebucket.8 +1 -1
  232. data/man/man8/puppet-generate.8 +1 -1
  233. data/man/man8/puppet-help.8 +1 -1
  234. data/man/man8/puppet-key.8 +1 -1
  235. data/man/man8/puppet-lookup.8 +1 -1
  236. data/man/man8/puppet-man.8 +1 -1
  237. data/man/man8/puppet-module.8 +1 -1
  238. data/man/man8/puppet-node.8 +1 -1
  239. data/man/man8/puppet-parser.8 +1 -1
  240. data/man/man8/puppet-plugin.8 +1 -1
  241. data/man/man8/puppet-report.8 +1 -1
  242. data/man/man8/puppet-resource.8 +1 -1
  243. data/man/man8/puppet-script.8 +1 -1
  244. data/man/man8/puppet-ssl.8 +1 -1
  245. data/man/man8/puppet-status.8 +1 -1
  246. data/man/man8/puppet.8 +2 -2
  247. data/spec/lib/puppet_spec/modules.rb +16 -2
  248. data/spec/unit/indirector/request_spec.rb +5 -6
  249. data/spec/unit/info_service_spec.rb +48 -0
  250. data/spec/unit/module_spec.rb +73 -0
  251. data/spec/unit/plan_spec.rb +65 -0
  252. data/spec/unit/puppet_pal_catalog_spec.rb +12 -0
  253. data/spec/unit/ssl/state_machine_spec.rb +68 -5
  254. metadata +6 -2
@@ -29,7 +29,8 @@ module Puppet::Util
29
29
  Puppet[setting]
30
30
  else
31
31
  server = Puppet.lookup(:server) do
32
- if primary_server = Puppet.settings[:server_list][0]
32
+ primary_server = Puppet.settings[:server_list][0]
33
+ if primary_server
33
34
  #TRANSLATORS 'server_list' is the name of a setting and should not be translated
34
35
  debug_once _("Dynamically-bound server lookup failed; using first entry from the `server_list` setting: %{server}") % {server: primary_server[0]}
35
36
  primary_server[0]
@@ -60,7 +61,8 @@ module Puppet::Util
60
61
  Puppet.settings[port_setting].to_i
61
62
  else
62
63
  port = Puppet.lookup(:serverport) do
63
- if primary_server = Puppet.settings[:server_list][0]
64
+ primary_server = Puppet.settings[:server_list][0]
65
+ if primary_server
64
66
  # Port might not be set, so we want to fallback in that
65
67
  # case. We know we don't need to use `setting` here, since
66
68
  # the default value of every port setting is `masterport`
@@ -6,10 +6,12 @@ module Puppet::Util::Diff
6
6
  require 'tempfile'
7
7
 
8
8
  def diff(old, new)
9
- return '' unless diff_cmd = Puppet[:diff] and diff_cmd != ""
9
+ diff_cmd = Puppet[:diff]
10
+ return '' unless diff_cmd && diff_cmd != ""
10
11
 
11
12
  command = [diff_cmd]
12
- if args = Puppet[:diff_args] and args != ""
13
+ args = Puppet[:diff_args]
14
+ if args && args != ""
13
15
  args.split(' ').each do|arg|
14
16
  command << arg
15
17
  end
@@ -216,7 +216,8 @@ module Puppet::Util::Execution
216
216
  # We close stdin/stdout/stderr immediately after fork/exec as they're no longer needed by
217
217
  # this process. In most cases they could be closed later, but when `stdout` is the "writer"
218
218
  # pipe we must close it or we'll never reach eof on the `reader` pipe.
219
- if execution_stub = Puppet::Util::ExecutionStub.current_value
219
+ execution_stub = Puppet::Util::ExecutionStub.current_value
220
+ if execution_stub
220
221
  child_pid = execution_stub.call(*exec_args)
221
222
  [stdin, stdout, stderr].each {|io| io.close rescue nil}
222
223
  return child_pid
@@ -231,7 +232,8 @@ module Puppet::Util::Execution
231
232
  # Use non-blocking read to check for data. After each attempt,
232
233
  # check whether the child is done. This is done in case the child
233
234
  # forks and inherits stdout, as happens in `foo &`.
234
- until results = Process.waitpid2(child_pid, Process::WNOHANG)
235
+
236
+ until results = Process.waitpid2(child_pid, Process::WNOHANG) #rubocop:disable Lint/AssignmentInCondition
235
237
 
236
238
  # If not done, wait for data to read with a timeout
237
239
  # This timeout is selected to keep activity low while waiting on
@@ -93,11 +93,14 @@ class Puppet::Util::Feature
93
93
  end
94
94
  @results[name] = result
95
95
  result
96
- elsif libs = options[:libs]
97
- libs = [libs] unless libs.is_a?(Array)
98
- libs.all? { |lib| load_library(lib, name) } ? true : nil
99
96
  else
100
- true
97
+ libs = options[:libs]
98
+ if libs
99
+ libs = [libs] unless libs.is_a?(Array)
100
+ libs.all? { |lib| load_library(lib, name) } ? true : nil
101
+ else
102
+ true
103
+ end
101
104
  end
102
105
  end
103
106
 
@@ -150,7 +150,8 @@ module Puppet::Util::FileParsing
150
150
  end
151
151
 
152
152
  def fields(type)
153
- if record = record_type(type)
153
+ record = record_type(type)
154
+ if record
154
155
  record.fields.dup
155
156
  else
156
157
  nil
@@ -171,60 +172,65 @@ module Puppet::Util::FileParsing
171
172
  def handle_record_line(line, record)
172
173
  ret = nil
173
174
  if record.respond_to?(:process)
174
- if ret = record.send(:process, line.dup)
175
+ ret = record.send(:process, line.dup)
176
+ if ret
175
177
  unless ret.is_a?(Hash)
176
178
  raise Puppet::DevError, _("Process record type %{record_name} returned non-hash") % { record_name: record.name }
177
179
  end
178
180
  else
179
181
  return nil
180
182
  end
181
- elsif regex = record.match
182
- # In this case, we try to match the whole line and then use the
183
- # match captures to get our fields.
184
- if match = regex.match(line)
183
+ else
184
+ regex = record.match
185
+ if regex
186
+ # In this case, we try to match the whole line and then use the
187
+ # match captures to get our fields.
188
+ match = regex.match(line)
189
+ if match
190
+ ret = {}
191
+ record.fields.zip(match.captures).each do |field, value|
192
+ if value == record.absent
193
+ ret[field] = :absent
194
+ else
195
+ ret[field] = value
196
+ end
197
+ end
198
+ else
199
+ nil
200
+ end
201
+ else
185
202
  ret = {}
186
- record.fields.zip(match.captures).each do |field, value|
187
- if value == record.absent
188
- ret[field] = :absent
203
+ sep = record.separator
204
+
205
+ # String "helpfully" replaces ' ' with /\s+/ in splitting, so we
206
+ # have to work around it.
207
+ if sep == " "
208
+ sep = / /
209
+ end
210
+ line_fields = line.split(sep)
211
+ record.fields.each do |param|
212
+ value = line_fields.shift
213
+ if value and value != record.absent
214
+ ret[param] = value
189
215
  else
190
- ret[field] = value
216
+ ret[param] = :absent
191
217
  end
192
218
  end
193
- else
194
- nil
195
- end
196
- else
197
- ret = {}
198
- sep = record.separator
199
-
200
- # String "helpfully" replaces ' ' with /\s+/ in splitting, so we
201
- # have to work around it.
202
- if sep == " "
203
- sep = / /
204
- end
205
- line_fields = line.split(sep)
206
- record.fields.each do |param|
207
- value = line_fields.shift
208
- if value and value != record.absent
209
- ret[param] = value
210
- else
211
- ret[param] = :absent
219
+
220
+ if record.rollup and ! line_fields.empty?
221
+ last_field = record.fields[-1]
222
+ val = ([ret[last_field]] + line_fields).join(record.joiner)
223
+ ret[last_field] = val
212
224
  end
213
225
  end
214
-
215
- if record.rollup and ! line_fields.empty?
216
- last_field = record.fields[-1]
217
- val = ([ret[last_field]] + line_fields).join(record.joiner)
218
- ret[last_field] = val
226
+
227
+ if ret
228
+ ret[:record_type] = record.name
229
+ return ret
230
+ else
231
+ return nil
219
232
  end
220
233
  end
221
-
222
- if ret
223
- ret[:record_type] = record.name
224
- return ret
225
- else
226
- return nil
227
- end
228
234
  end
229
235
 
230
236
  def line_separator
@@ -245,7 +251,8 @@ module Puppet::Util::FileParsing
245
251
  count = 1
246
252
  lines(text).collect do |line|
247
253
  count += 1
248
- if val = parse_line(line)
254
+ val = parse_line(line)
255
+ if val
249
256
  val
250
257
  else
251
258
  error = Puppet::ResourceError.new(_("Could not parse line %{line}") % { line: line.inspect })
@@ -263,7 +270,8 @@ module Puppet::Util::FileParsing
263
270
  # These are basically either text or record lines.
264
271
  method = "handle_#{record.type}_line"
265
272
  if respond_to?(method)
266
- if result = send(method, line, record)
273
+ result = send(method, line, record)
274
+ if result
267
275
  record.send(:post_parse, result) if record.respond_to?(:post_parse)
268
276
  return result
269
277
  end
@@ -324,7 +332,8 @@ module Puppet::Util::FileParsing
324
332
 
325
333
  # Convert our parsed record into a text record.
326
334
  def to_line(details)
327
- unless record = record_type(details[:record_type])
335
+ record = record_type(details[:record_type])
336
+ unless record
328
337
  raise ArgumentError, _("Invalid record type %{record_type}") % { record_type: details[:record_type].inspect }
329
338
  end
330
339
 
@@ -340,7 +349,8 @@ module Puppet::Util::FileParsing
340
349
 
341
350
  line = record.join(details)
342
351
 
343
- if regex = record.rts
352
+ regex = record.rts
353
+ if regex
344
354
  # If they say true, then use whitespace; else, use their regex.
345
355
  if regex == true
346
356
  regex = /\s+$/
@@ -363,7 +373,8 @@ module Puppet::Util::FileParsing
363
373
 
364
374
  def valid_attr?(type, attr)
365
375
  type = type.intern
366
- if record = record_type(type) and record.fields.include?(attr.intern)
376
+ record = record_type(type)
377
+ if record && record.fields.include?(attr.intern)
367
378
  return true
368
379
  else
369
380
  if attr.intern == :ensure
@@ -88,7 +88,8 @@ class Puppet::Util::FileType
88
88
  # to the target user if the target user and the current user are not
89
89
  # the same
90
90
  def cronargs
91
- if uid = Puppet::Util.uid(@path) and uid == Puppet::Util::SUIDManager.uid
91
+ uid = Puppet::Util.uid(@path)
92
+ if uid && uid == Puppet::Util::SUIDManager.uid
92
93
  {:failonfail => true, :combine => true}
93
94
  else
94
95
  {:failonfail => true, :combine => true, :uid => @path}
@@ -33,7 +33,8 @@ module Puppet::Util::HttpProxy
33
33
  # .example.com
34
34
  # We'll accommodate both here.
35
35
  def self.no_proxy?(dest)
36
- unless no_proxy_env = ENV["no_proxy"] || ENV["NO_PROXY"]
36
+ no_proxy_env = ENV["no_proxy"] || ENV["NO_PROXY"]
37
+ unless no_proxy_env
37
38
  return false
38
39
  end
39
40
 
@@ -45,7 +45,8 @@ module Puppet::Util::InstanceLoader
45
45
  # Retrieve an already-loaded instance, or attempt to load our instance.
46
46
  def loaded_instance(type, name)
47
47
  name = name.intern
48
- return nil unless instances = instance_hash(type)
48
+ instances = instance_hash(type)
49
+ return nil unless instances
49
50
  unless instances.include? name
50
51
  if instance_loader(type).load(name, Puppet.lookup(:current_environment))
51
52
  unless instances.include? name
@@ -17,9 +17,11 @@ class Puppet::Util::Ldap::Connection
17
17
 
18
18
  options = {}
19
19
  options[:ssl] = ssl
20
- if user = Puppet.settings[:ldapuser] and user != ""
20
+ user = Puppet.settings[:ldapuser]
21
+ if user && user != ""
21
22
  options[:user] = user
22
- if pass = Puppet.settings[:ldappassword] and pass != ""
23
+ pass = Puppet.settings[:ldappassword]
24
+ if pass && pass != ""
23
25
  options[:password] = pass
24
26
  end
25
27
  end
@@ -56,10 +56,12 @@ class Puppet::Util::Ldap::Manager
56
56
  ssl = false
57
57
  end
58
58
  options = {:ssl => ssl}
59
- if user = Puppet[:ldapuser] and user != ""
59
+ user = Puppet[:ldapuser]
60
+ if user && user != ""
60
61
  options[:user] = user
61
62
  end
62
- if password = Puppet[:ldappassword] and password != ""
63
+ password = Puppet[:ldappassword]
64
+ if password && password != ""
63
65
  options[:password] = password
64
66
  end
65
67
  @connection = Puppet::Util::Ldap::Connection.new(Puppet[:ldapserver], Puppet[:ldapport], options)
@@ -138,7 +140,8 @@ class Puppet::Util::Ldap::Manager
138
140
  next if values[generator.name]
139
141
 
140
142
  if generator.source
141
- unless value = values[generator.source]
143
+ value = values[generator.source]
144
+ unless value
142
145
  raise ArgumentError, _("%{source} must be defined to generate %{name}") %
143
146
  { source: generator.source, name: generator.name }
144
147
  end
@@ -300,13 +300,15 @@ class Puppet::Util::Log
300
300
 
301
301
  @time = Time.now
302
302
 
303
- if tags = args[:tags]
303
+ tags = args[:tags]
304
+ if tags
304
305
  tags.each { |t| self.tag(t) }
305
306
  end
306
307
 
307
308
  # Don't add these unless defined (preserve 3.x API as much as possible)
308
309
  [:file, :line, :pos, :issue_code, :environment, :node, :backtrace].each do |attr|
309
- next unless value = args[attr]
310
+ value = args[attr]
311
+ next unless value
310
312
  send(attr.to_s + '=', value)
311
313
  end
312
314
 
@@ -324,7 +326,8 @@ class Puppet::Util::Log
324
326
  end
325
327
  # Don't add these unless defined (preserve 3.x API as much as possible)
326
328
  %w(file line pos issue_code environment node backtrace).each do |name|
327
- next unless value = data[name]
329
+ value = data[name]
330
+ next unless value
328
331
  send(name + '=', value)
329
332
  end
330
333
  end
@@ -32,7 +32,8 @@ class Puppet::Util::Metric
32
32
 
33
33
  # Return a specific value
34
34
  def [](name)
35
- if value = @values.find { |v| v[0] == name }
35
+ value = @values.find { |v| v[0] == name }
36
+ if value
36
37
  return value[2]
37
38
  else
38
39
  return 0
@@ -134,11 +134,13 @@ module Puppet::Util::POSIX
134
134
  # pass
135
135
  end
136
136
  if field.is_a?(Integer)
137
- return nil unless name = get_posix_field(location, :name, field)
137
+ name = get_posix_field(location, :name, field)
138
+ return nil unless name
138
139
  id = get_posix_field(location, id_field, name)
139
140
  check_value = id
140
141
  else
141
- return nil unless id = get_posix_field(location, id_field, field)
142
+ id = get_posix_field(location, id_field, field)
143
+ return nil unless id
142
144
  name = get_posix_field(location, :name, id)
143
145
  check_value = name
144
146
  end
@@ -64,7 +64,8 @@ module RDoc
64
64
  # Adds a module called __nodes__ and adds nodes to it as classes
65
65
  #
66
66
  def add_node(name,superclass)
67
- if cls = @nodes[name]
67
+ cls = @nodes[name]
68
+ if cls
68
69
  return cls
69
70
  end
70
71
  @node_container ||= add_module(NormalModule, "__nodes__")
@@ -162,8 +162,10 @@ module Generators
162
162
 
163
163
  # scan all classes to create the child's references
164
164
  @allclasses.values.each do |klass|
165
- if superklass = klass.context.superclass
166
- if superklass = AllReferences[superklass] and (superklass.is_a?(HTMLPuppetClass) or superklass.is_a?(HTMLPuppetNode))
165
+ superklass = klass.context.superclass
166
+ if superklass
167
+ superklass = AllReferences[superklass]
168
+ if superklass && (superklass.is_a?(HTMLPuppetClass) || superklass.is_a?(HTMLPuppetNode))
167
169
  superklass.context.add_child(klass.context)
168
170
  end
169
171
  end
@@ -232,7 +232,8 @@ module Puppet::Util::SELinux
232
232
  # Internal helper function to return which type of filesystem a given file
233
233
  # path resides on
234
234
  def find_fs(path)
235
- return nil unless mounts = read_mounts
235
+ mounts = read_mounts
236
+ return nil unless mounts
236
237
 
237
238
  # cleanpath eliminates useless parts of the path (like '.', or '..', or
238
239
  # multiple slashes), without touching the filesystem, and without
@@ -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 = '6.6.0'
9
+ PUPPETVERSION = '6.7.0'
10
10
 
11
11
  ##
12
12
  # version is a public API method intended to always provide a fast and
@@ -61,10 +61,7 @@ module Puppet
61
61
  def self.version
62
62
  version_file = File.join(File.dirname(__FILE__), 'VERSION')
63
63
  return @puppet_version if @puppet_version
64
- if version = read_version_file(version_file)
65
- @puppet_version = version
66
- end
67
- @puppet_version ||= PUPPETVERSION
64
+ @puppet_version = read_version_file(version_file) || PUPPETVERSION
68
65
  end
69
66
 
70
67
  # @return [String] containing the puppet version to minor specificity, e.g. "3.0"
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 6.5.0-67-gdd01573\n"
9
+ "Project-Id-Version: Puppet automation framework 6.6.0-15-gcd8d2d0\n"
10
10
  "\n"
11
11
  "Report-Msgid-Bugs-To: https://tickets.puppetlabs.com\n"
12
- "POT-Creation-Date: 2019-06-21 03:18+0000\n"
13
- "PO-Revision-Date: 2019-06-21 03:18+0000\n"
12
+ "POT-Creation-Date: 2019-06-28 23:18+0000\n"
13
+ "PO-Revision-Date: 2019-06-28 23:18+0000\n"
14
14
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15
15
  "Language-Team: LANGUAGE <LL@li.org>\n"
16
16
  "Language: \n"
@@ -28,11 +28,11 @@ msgstr ""
28
28
  msgid "See https://puppet.com/docs/puppet/%{minor_version}/deprecated_language.html"
29
29
  msgstr ""
30
30
 
31
- #: ../lib/hiera/scope.rb:46 ../lib/puppet/parser/scope.rb:535
31
+ #: ../lib/hiera/scope.rb:46 ../lib/puppet/parser/scope.rb:534
32
32
  msgid "Variable: %{name}"
33
33
  msgstr ""
34
34
 
35
- #: ../lib/hiera/scope.rb:47 ../lib/hiera/scope.rb:49 ../lib/puppet/parser/scope.rb:536 ../lib/puppet/parser/scope.rb:538
35
+ #: ../lib/hiera/scope.rb:47 ../lib/hiera/scope.rb:49 ../lib/puppet/parser/scope.rb:535 ../lib/puppet/parser/scope.rb:537
36
36
  msgid "Undefined variable '%{name}'; %{reason}"
37
37
  msgstr ""
38
38
 
@@ -44,7 +44,7 @@ msgstr ""
44
44
  msgid "Please supply a parameter to perform a Hiera lookup"
45
45
  msgstr ""
46
46
 
47
- #: ../lib/hiera_puppet.rb:74 ../lib/puppet/indirector/hiera.rb:79
47
+ #: ../lib/hiera_puppet.rb:75 ../lib/puppet/indirector/hiera.rb:79
48
48
  msgid "Config file %{hiera_config} not found, using Hiera defaults"
49
49
  msgstr ""
50
50
 
@@ -212,7 +212,7 @@ msgstr ""
212
212
  msgid "%{file} is not readable"
213
213
  msgstr ""
214
214
 
215
- #: ../lib/puppet/application/apply.rb:293 ../lib/puppet/application/script.rb:241
215
+ #: ../lib/puppet/application/apply.rb:293 ../lib/puppet/application/script.rb:239
216
216
  msgid "Exiting"
217
217
  msgstr ""
218
218
 
@@ -224,15 +224,15 @@ msgstr ""
224
224
  msgid "Could not find facts for %{node}"
225
225
  msgstr ""
226
226
 
227
- #: ../lib/puppet/application/apply.rb:366 ../lib/puppet/application/script.rb:153
227
+ #: ../lib/puppet/application/apply.rb:365 ../lib/puppet/application/script.rb:152
228
228
  msgid "Could not find node %{node}"
229
229
  msgstr ""
230
230
 
231
- #: ../lib/puppet/application/apply.rb:379 ../lib/puppet/application/script.rb:137
231
+ #: ../lib/puppet/application/apply.rb:378 ../lib/puppet/application/script.rb:137
232
232
  msgid "Could not find file %{manifest}"
233
233
  msgstr ""
234
234
 
235
- #: ../lib/puppet/application/apply.rb:380
235
+ #: ../lib/puppet/application/apply.rb:379
236
236
  msgid "Only one file can be applied per run. Skipping %{files}"
237
237
  msgstr ""
238
238
 
@@ -312,11 +312,11 @@ msgstr ""
312
312
  msgid "Could not generate documentation: %{detail}"
313
313
  msgstr ""
314
314
 
315
- #: ../lib/puppet/application/doc.rb:159
315
+ #: ../lib/puppet/application/doc.rb:160
316
316
  msgid "Could not find reference %{name}"
317
317
  msgstr ""
318
318
 
319
- #: ../lib/puppet/application/doc.rb:165
319
+ #: ../lib/puppet/application/doc.rb:166
320
320
  msgid "Could not generate reference %{name}: %{detail}"
321
321
  msgstr ""
322
322
 
@@ -328,25 +328,25 @@ msgstr ""
328
328
  msgid "Cancelling Face"
329
329
  msgstr ""
330
330
 
331
- #: ../lib/puppet/application/face_base.rb:128
331
+ #: ../lib/puppet/application/face_base.rb:135
332
332
  msgid "'%{face}' has no %{action} action. See `puppet help %{face}`."
333
333
  msgstr ""
334
334
 
335
- #: ../lib/puppet/application/face_base.rb:206
335
+ #: ../lib/puppet/application/face_base.rb:213
336
336
  msgid "%{face} does not respond to action %{arg}"
337
337
  msgstr ""
338
338
 
339
- #: ../lib/puppet/application/face_base.rb:239
339
+ #: ../lib/puppet/application/face_base.rb:246
340
340
  msgid "puppet %{face} %{action} takes %{arg_count} argument, but you gave %{given_count}"
341
341
  msgid_plural "puppet %{face} %{action} takes %{arg_count} arguments, but you gave %{given_count}"
342
342
  msgstr[0] ""
343
343
  msgstr[1] ""
344
344
 
345
- #: ../lib/puppet/application/face_base.rb:244
345
+ #: ../lib/puppet/application/face_base.rb:251
346
346
  msgid "'puppet %{face}' is deprecated and will be removed in a future release"
347
347
  msgstr ""
348
348
 
349
- #: ../lib/puppet/application/face_base.rb:263
349
+ #: ../lib/puppet/application/face_base.rb:270
350
350
  msgid "Try 'puppet help %{face} %{action}' for usage"
351
351
  msgstr ""
352
352
 
@@ -385,7 +385,7 @@ msgstr ""
385
385
 
386
386
  #. TRANSLATORS 'server' is the name of a setting and should not be translated
387
387
  #. TRANSLATORS 'server' is the name of a setting and should not be translated
388
- #: ../lib/puppet/application/filebucket.rb:300 ../lib/puppet/indirector/request.rb:215
388
+ #: ../lib/puppet/application/filebucket.rb:300 ../lib/puppet/indirector/request.rb:218
389
389
  msgid "Selected server from the `server` setting: %{server}"
390
390
  msgstr ""
391
391
 
@@ -423,7 +423,7 @@ msgstr ""
423
423
  msgid "Unknown rendering format '%{format}'"
424
424
  msgstr ""
425
425
 
426
- #: ../lib/puppet/application/lookup.rb:360 ../lib/puppet/face/epp.rb:518
426
+ #: ../lib/puppet/application/lookup.rb:360 ../lib/puppet/face/epp.rb:520
427
427
  msgid "Incorrect formatted data in %{fact_file} given via the --facts flag"
428
428
  msgstr ""
429
429
 
@@ -475,7 +475,7 @@ msgstr ""
475
475
  msgid "Unknown action '%{action}'"
476
476
  msgstr ""
477
477
 
478
- #: ../lib/puppet/application/ssl.rb:153 ../lib/puppet/ssl/state_machine.rb:166
478
+ #: ../lib/puppet/application/ssl.rb:153 ../lib/puppet/ssl/state_machine.rb:178
479
479
  msgid "Creating a new EC SSL key for %{name} using curve %{curve}"
480
480
  msgstr ""
481
481
 
@@ -535,97 +535,97 @@ msgstr ""
535
535
  msgid "Cannot remove %{file}: %{detail}"
536
536
  msgstr ""
537
537
 
538
- #: ../lib/puppet/configurer.rb:73
538
+ #: ../lib/puppet/configurer.rb:74
539
539
  msgid "Using cached catalog from environment '%{environment}'"
540
540
  msgstr ""
541
541
 
542
- #: ../lib/puppet/configurer.rb:79
542
+ #: ../lib/puppet/configurer.rb:80
543
543
  msgid "Not using cache on failed catalog"
544
544
  msgstr ""
545
545
 
546
- #: ../lib/puppet/configurer.rb:88
546
+ #: ../lib/puppet/configurer.rb:89
547
547
  msgid "Not using cached catalog because its environment '%{catalog_env}' does not match '%{local_env}'"
548
548
  msgstr ""
549
549
 
550
- #: ../lib/puppet/configurer.rb:93 ../lib/puppet/configurer.rb:177
550
+ #: ../lib/puppet/configurer.rb:94 ../lib/puppet/configurer.rb:179
551
551
  msgid "Using cached catalog from environment '%{catalog_env}'"
552
552
  msgstr ""
553
553
 
554
- #: ../lib/puppet/configurer.rb:170
554
+ #: ../lib/puppet/configurer.rb:172
555
555
  msgid "Could not retrieve catalog; skipping run"
556
556
  msgstr ""
557
557
 
558
- #: ../lib/puppet/configurer.rb:190
558
+ #: ../lib/puppet/configurer.rb:192
559
559
  msgid "Applied catalog in %{seconds} seconds"
560
560
  msgstr ""
561
561
 
562
- #: ../lib/puppet/configurer.rb:230
562
+ #: ../lib/puppet/configurer.rb:232
563
563
  msgid "Could not select a functional puppet master from server_list: '%{server_list}'"
564
564
  msgstr ""
565
565
 
566
566
  #. TRANSLATORS 'server_list' is the name of a setting and should not be translated
567
- #: ../lib/puppet/configurer.rb:233
567
+ #: ../lib/puppet/configurer.rb:235
568
568
  msgid "Selected puppet server from the `server_list` setting: %{server}:%{port}"
569
569
  msgstr ""
570
570
 
571
- #: ../lib/puppet/configurer.rb:265
571
+ #: ../lib/puppet/configurer.rb:268
572
572
  msgid "Local environment: '%{local_env}' doesn't match the environment of the cached catalog '%{catalog_env}', switching agent to '%{catalog_env}'."
573
573
  msgstr ""
574
574
 
575
- #: ../lib/puppet/configurer.rb:310
575
+ #: ../lib/puppet/configurer.rb:313
576
576
  msgid "Local environment: '%{local_env}' doesn't match server specified node environment '%{node_env}', switching agent to '%{node_env}'."
577
577
  msgstr ""
578
578
 
579
- #: ../lib/puppet/configurer.rb:315
579
+ #: ../lib/puppet/configurer.rb:318
580
580
  msgid "Using configured environment '%{env}'"
581
581
  msgstr ""
582
582
 
583
- #: ../lib/puppet/configurer.rb:319
583
+ #: ../lib/puppet/configurer.rb:322
584
584
  msgid "Unable to fetch my node definition, but the agent run will continue:"
585
585
  msgstr ""
586
586
 
587
- #: ../lib/puppet/configurer.rb:347
587
+ #: ../lib/puppet/configurer.rb:351
588
588
  msgid "Not using catalog because its environment '%{catalog_env}' does not match agent specified environment '%{local_env}' and strict_environment_mode is set"
589
589
  msgstr ""
590
590
 
591
- #: ../lib/puppet/configurer.rb:358
591
+ #: ../lib/puppet/configurer.rb:362
592
592
  msgid "Catalog environment didn't stabilize after %{tries} fetches, aborting run"
593
593
  msgstr ""
594
594
 
595
- #: ../lib/puppet/configurer.rb:360
595
+ #: ../lib/puppet/configurer.rb:364
596
596
  msgid "Local environment: '%{local_env}' doesn't match server specified environment '%{catalog_env}', restarting agent run with environment '%{catalog_env}'"
597
597
  msgstr ""
598
598
 
599
- #: ../lib/puppet/configurer.rb:379
599
+ #: ../lib/puppet/configurer.rb:384
600
600
  msgid "Failed to apply catalog: %{detail}"
601
601
  msgstr ""
602
602
 
603
- #: ../lib/puppet/configurer.rb:404
603
+ #: ../lib/puppet/configurer.rb:409
604
604
  msgid "Puppet server %{host}:%{port} is unavailable: %{code} %{reason}"
605
605
  msgstr ""
606
606
 
607
607
  #. TRANSLATORS 'server_list' is the name of a setting and should not be translated
608
- #: ../lib/puppet/configurer.rb:408
608
+ #: ../lib/puppet/configurer.rb:413
609
609
  msgid "Unable to connect to server from server_list setting: %{detail}"
610
610
  msgstr ""
611
611
 
612
- #: ../lib/puppet/configurer.rb:420 ../lib/puppet/face/report.rb:47
612
+ #: ../lib/puppet/configurer.rb:425 ../lib/puppet/face/report.rb:47
613
613
  msgid "Could not send report: %{detail}"
614
614
  msgstr ""
615
615
 
616
- #: ../lib/puppet/configurer.rb:429
616
+ #: ../lib/puppet/configurer.rb:434
617
617
  msgid "Could not save last run local report: %{detail}"
618
618
  msgstr ""
619
619
 
620
- #: ../lib/puppet/configurer.rb:441
620
+ #: ../lib/puppet/configurer.rb:446
621
621
  msgid "Could not run command from %{setting}: %{detail}"
622
622
  msgstr ""
623
623
 
624
- #: ../lib/puppet/configurer.rb:459
624
+ #: ../lib/puppet/configurer.rb:464
625
625
  msgid "Could not retrieve catalog from cache: %{detail}"
626
626
  msgstr ""
627
627
 
628
- #: ../lib/puppet/configurer.rb:479
628
+ #: ../lib/puppet/configurer.rb:484
629
629
  msgid "Could not retrieve catalog from remote server: %{detail}"
630
630
  msgstr ""
631
631
 
@@ -665,11 +665,11 @@ msgstr ""
665
665
  msgid "TrustedInformation expected a certificate, but none was given."
666
666
  msgstr ""
667
667
 
668
- #: ../lib/puppet/daemon.rb:82
668
+ #: ../lib/puppet/daemon.rb:83
669
669
  msgid "Cannot reexec unless ARGV arguments are set"
670
670
  msgstr ""
671
671
 
672
- #: ../lib/puppet/daemon.rb:143
672
+ #: ../lib/puppet/daemon.rb:144
673
673
  msgid "Daemons must have an agent, server, or both"
674
674
  msgstr ""
675
675
 
@@ -716,7 +716,7 @@ msgstr ""
716
716
  msgid "Certificate names must be lower case"
717
717
  msgstr ""
718
718
 
719
- #: ../lib/puppet/defaults.rb:1002 ../lib/puppet/settings/enum_setting.rb:13 ../lib/puppet/settings/symbolic_enum_setting.rb:14
719
+ #: ../lib/puppet/defaults.rb:1010 ../lib/puppet/settings/enum_setting.rb:13 ../lib/puppet/settings/symbolic_enum_setting.rb:14
720
720
  msgid "Invalid value '%{value}' for parameter %{name}. Allowed values are '%{allowed_values}'"
721
721
  msgstr ""
722
722
 
@@ -984,19 +984,19 @@ msgstr ""
984
984
  msgid "error while rendering epp"
985
985
  msgstr ""
986
986
 
987
- #: ../lib/puppet/face/epp.rb:413
987
+ #: ../lib/puppet/face/epp.rb:414
988
988
  msgid "Only .yaml or .pp can be used as a --values_file"
989
989
  msgstr ""
990
990
 
991
- #: ../lib/puppet/face/epp.rb:416
991
+ #: ../lib/puppet/face/epp.rb:417
992
992
  msgid "Could not load --values_file %{error}"
993
993
  msgstr ""
994
994
 
995
- #: ../lib/puppet/face/epp.rb:419
995
+ #: ../lib/puppet/face/epp.rb:420
996
996
  msgid "--values_file option must evaluate to a Hash or undef/nil, got: '%{template_class}'"
997
997
  msgstr ""
998
998
 
999
- #: ../lib/puppet/face/epp.rb:432
999
+ #: ../lib/puppet/face/epp.rb:434
1000
1000
  msgid "--values option must evaluate to a Hash or undef, got: '%{values_class}'"
1001
1001
  msgstr ""
1002
1002
 
@@ -1183,15 +1183,15 @@ msgstr ""
1183
1183
  msgid "<path>"
1184
1184
  msgstr ""
1185
1185
 
1186
- #: ../lib/puppet/face/module/changes.rb:26
1186
+ #: ../lib/puppet/face/module/changes.rb:27
1187
1187
  msgid "Could not find a valid module at %{path}"
1188
1188
  msgstr ""
1189
1189
 
1190
- #: ../lib/puppet/face/module/changes.rb:33
1190
+ #: ../lib/puppet/face/module/changes.rb:34
1191
1191
  msgid "No modified files"
1192
1192
  msgstr ""
1193
1193
 
1194
- #: ../lib/puppet/face/module/changes.rb:35
1194
+ #: ../lib/puppet/face/module/changes.rb:36
1195
1195
  msgid "%{count} files modified"
1196
1196
  msgstr ""
1197
1197
 
@@ -1570,15 +1570,15 @@ msgstr ""
1570
1570
  msgid "Failed to diff files"
1571
1571
  msgstr ""
1572
1572
 
1573
- #: ../lib/puppet/file_bucket/dipper.rb:110 ../lib/puppet/file_bucket/dipper.rb:164
1573
+ #: ../lib/puppet/file_bucket/dipper.rb:110 ../lib/puppet/file_bucket/dipper.rb:165
1574
1574
  msgid "File not found"
1575
1575
  msgstr ""
1576
1576
 
1577
- #: ../lib/puppet/file_bucket/dipper.rb:144
1577
+ #: ../lib/puppet/file_bucket/dipper.rb:145
1578
1578
  msgid "Could not find file with checksum %{sum}"
1579
1579
  msgstr ""
1580
1580
 
1581
- #: ../lib/puppet/file_bucket/dipper.rb:155 ../lib/puppet/indirector/file_bucket_file/file.rb:43
1581
+ #: ../lib/puppet/file_bucket/dipper.rb:156 ../lib/puppet/indirector/file_bucket_file/file.rb:43
1582
1582
  msgid "Listing remote file buckets is not allowed"
1583
1583
  msgstr ""
1584
1584
 
@@ -1619,7 +1619,7 @@ msgstr ""
1619
1619
  msgid "Cannot find file: Invalid relative path '%{path}'"
1620
1620
  msgstr ""
1621
1621
 
1622
- #: ../lib/puppet/file_serving/configuration.rb:108
1622
+ #: ../lib/puppet/file_serving/configuration.rb:109
1623
1623
  msgid "Error parsing fileserver configuration: %{detail}; using old configuration"
1624
1624
  msgstr ""
1625
1625
 
@@ -1721,7 +1721,7 @@ msgstr ""
1721
1721
  msgid "Invalid mount name format '%{name}'"
1722
1722
  msgstr ""
1723
1723
 
1724
- #: ../lib/puppet/file_serving/mount/file.rb:18 ../lib/puppet/file_serving/mount/file.rb:70
1724
+ #: ../lib/puppet/file_serving/mount/file.rb:18 ../lib/puppet/file_serving/mount/file.rb:71
1725
1725
  msgid "Mounts without paths are not usable"
1726
1726
  msgstr ""
1727
1727
 
@@ -1737,7 +1737,7 @@ msgstr ""
1737
1737
  msgid "%{path} is not readable"
1738
1738
  msgstr ""
1739
1739
 
1740
- #: ../lib/puppet/file_serving/mount/file.rb:92
1740
+ #: ../lib/puppet/file_serving/mount/file.rb:93
1741
1741
  msgid "No client; expanding '%{path}' with local host"
1742
1742
  msgstr ""
1743
1743
 
@@ -1769,7 +1769,7 @@ msgstr ""
1769
1769
  msgid "Timeout waiting for exclusive lock on %{path}"
1770
1770
  msgstr ""
1771
1771
 
1772
- #: ../lib/puppet/file_system/jruby.rb:18 ../lib/puppet/file_system/windows.rb:126 ../lib/puppet/util.rb:655
1772
+ #: ../lib/puppet/file_system/jruby.rb:18 ../lib/puppet/file_system/windows.rb:126 ../lib/puppet/util.rb:658
1773
1773
  msgid "Is a directory: %{directory}"
1774
1774
  msgstr ""
1775
1775
 
@@ -1805,7 +1805,7 @@ msgstr ""
1805
1805
  msgid "unexpected prefix_suffix: %{value}"
1806
1806
  msgstr ""
1807
1807
 
1808
- #: ../lib/puppet/file_system/uniquefile.rb:139
1808
+ #: ../lib/puppet/file_system/uniquefile.rb:140
1809
1809
  msgid "cannot generate temporary name using `%{basename}' under `%{tmpdir}'"
1810
1810
  msgstr ""
1811
1811
 
@@ -2159,19 +2159,19 @@ msgstr ""
2159
2159
  msgid "Failed to load custom type '%{type_name}' from '%{input}': %{message}"
2160
2160
  msgstr ""
2161
2161
 
2162
- #: ../lib/puppet/generate/type.rb:199
2162
+ #: ../lib/puppet/generate/type.rb:200
2163
2163
  msgid "Custom type '%{type_name}' was not defined in '%{input}'."
2164
2164
  msgstr ""
2165
2165
 
2166
- #: ../lib/puppet/generate/type.rb:223
2166
+ #: ../lib/puppet/generate/type.rb:224
2167
2167
  msgid "Generating '%{effective_output_path}' using '%{format}' format."
2168
2168
  msgstr ""
2169
2169
 
2170
- #: ../lib/puppet/generate/type.rb:229
2170
+ #: ../lib/puppet/generate/type.rb:230
2171
2171
  msgid "Failed to generate '%{effective_output_path}': %{message}"
2172
2172
  msgstr ""
2173
2173
 
2174
- #: ../lib/puppet/generate/type.rb:235
2174
+ #: ../lib/puppet/generate/type.rb:236
2175
2175
  msgid "No files were generated because all inputs were up-to-date."
2176
2176
  msgstr ""
2177
2177
 
@@ -2213,128 +2213,128 @@ msgstr ""
2213
2213
  msgid "Already handling indirection for %{current}; cannot also handle %{next}"
2214
2214
  msgstr ""
2215
2215
 
2216
- #: ../lib/puppet/indirector/catalog/compiler.rb:23
2216
+ #: ../lib/puppet/indirector/catalog/compiler.rb:25
2217
2217
  msgid "Facts but no fact format provided for %{request}"
2218
2218
  msgstr ""
2219
2219
 
2220
- #: ../lib/puppet/indirector/catalog/compiler.rb:26
2220
+ #: ../lib/puppet/indirector/catalog/compiler.rb:28
2221
2221
  msgid "Found facts"
2222
2222
  msgstr ""
2223
2223
 
2224
- #: ../lib/puppet/indirector/catalog/compiler.rb:31
2224
+ #: ../lib/puppet/indirector/catalog/compiler.rb:33
2225
2225
  msgid "Catalog for %{request} was requested with fact definition for the wrong node (%{fact_name})."
2226
2226
  msgstr ""
2227
2227
 
2228
- #: ../lib/puppet/indirector/catalog/compiler.rb:68
2228
+ #: ../lib/puppet/indirector/catalog/compiler.rb:70
2229
2229
  msgid "Setup server facts for compiling"
2230
2230
  msgstr ""
2231
2231
 
2232
- #: ../lib/puppet/indirector/catalog/compiler.rb:92
2232
+ #: ../lib/puppet/indirector/catalog/compiler.rb:94
2233
2233
  msgid "Unsupported facts format"
2234
2234
  msgstr ""
2235
2235
 
2236
2236
  #. TRANSLATORS Inlining refers to adding additional metadata (in this case we are not inlining)
2237
- #: ../lib/puppet/indirector/catalog/compiler.rb:133
2237
+ #: ../lib/puppet/indirector/catalog/compiler.rb:135
2238
2238
  msgid "Not inlining absent resource"
2239
2239
  msgstr ""
2240
2240
 
2241
2241
  #. TRANSLATORS Inlining refers to adding additional metadata (in this case we are not inlining)
2242
- #: ../lib/puppet/indirector/catalog/compiler.rb:136
2242
+ #: ../lib/puppet/indirector/catalog/compiler.rb:138
2243
2243
  msgid "Not inlining resource without sources"
2244
2244
  msgstr ""
2245
2245
 
2246
2246
  #. TRANSLATORS Inlining refers to adding additional metadata (in this case we are not inlining)
2247
- #: ../lib/puppet/indirector/catalog/compiler.rb:139
2247
+ #: ../lib/puppet/indirector/catalog/compiler.rb:141
2248
2248
  msgid "Not inlining unsupported source scheme"
2249
2249
  msgstr ""
2250
2250
 
2251
2251
  #. TRANSLATORS Inlining refers to adding additional metadata (in this case we are not inlining)
2252
- #: ../lib/puppet/indirector/catalog/compiler.rb:161
2252
+ #: ../lib/puppet/indirector/catalog/compiler.rb:163
2253
2253
  msgid "Not inlining file outside environment"
2254
2254
  msgstr ""
2255
2255
 
2256
2256
  #. TRANSLATORS Inlining refers to adding additional metadata
2257
- #: ../lib/puppet/indirector/catalog/compiler.rb:167
2257
+ #: ../lib/puppet/indirector/catalog/compiler.rb:169
2258
2258
  msgid "Inlining file metadata"
2259
2259
  msgstr ""
2260
2260
 
2261
- #: ../lib/puppet/indirector/catalog/compiler.rb:253
2261
+ #: ../lib/puppet/indirector/catalog/compiler.rb:257
2262
2262
  msgid "Could not get metadata for %{resource}"
2263
2263
  msgstr ""
2264
2264
 
2265
- #: ../lib/puppet/indirector/catalog/compiler.rb:274
2265
+ #: ../lib/puppet/indirector/catalog/compiler.rb:278
2266
2266
  msgid "Unable to find a common checksum type between agent '%{agent_type}' and master '%{master_type}'."
2267
2267
  msgstr ""
2268
2268
 
2269
- #: ../lib/puppet/indirector/catalog/compiler.rb:281
2269
+ #: ../lib/puppet/indirector/catalog/compiler.rb:285
2270
2270
  msgid "Compiled static catalog for %{node} in environment %{environment} in %%{seconds} seconds"
2271
2271
  msgstr ""
2272
2272
 
2273
- #: ../lib/puppet/indirector/catalog/compiler.rb:282
2273
+ #: ../lib/puppet/indirector/catalog/compiler.rb:286
2274
2274
  msgid "Compiled static catalog for %{node} in environment %{environment}"
2275
2275
  msgstr ""
2276
2276
 
2277
- #: ../lib/puppet/indirector/catalog/compiler.rb:284
2277
+ #: ../lib/puppet/indirector/catalog/compiler.rb:288
2278
2278
  msgid "Compiled static catalog for %{node} in %%{seconds} seconds"
2279
2279
  msgstr ""
2280
2280
 
2281
- #: ../lib/puppet/indirector/catalog/compiler.rb:285
2281
+ #: ../lib/puppet/indirector/catalog/compiler.rb:289
2282
2282
  msgid "Compiled static catalog for %{node}"
2283
2283
  msgstr ""
2284
2284
 
2285
- #: ../lib/puppet/indirector/catalog/compiler.rb:290
2285
+ #: ../lib/puppet/indirector/catalog/compiler.rb:294
2286
2286
  msgid "Compiled catalog for %{node} in environment %{environment} in %%{seconds} seconds"
2287
2287
  msgstr ""
2288
2288
 
2289
- #: ../lib/puppet/indirector/catalog/compiler.rb:291
2289
+ #: ../lib/puppet/indirector/catalog/compiler.rb:295
2290
2290
  msgid "Compiled catalog for %{node} in environment %{environment}"
2291
2291
  msgstr ""
2292
2292
 
2293
- #: ../lib/puppet/indirector/catalog/compiler.rb:293
2293
+ #: ../lib/puppet/indirector/catalog/compiler.rb:297
2294
2294
  msgid "Compiled catalog for %{node} in %%{seconds} seconds"
2295
2295
  msgstr ""
2296
2296
 
2297
- #: ../lib/puppet/indirector/catalog/compiler.rb:294
2297
+ #: ../lib/puppet/indirector/catalog/compiler.rb:298
2298
2298
  msgid "Compiled catalog for %{node}"
2299
2299
  msgstr ""
2300
2300
 
2301
2301
  #. TRANSLATORS Inlined refers to adding additional metadata
2302
- #: ../lib/puppet/indirector/catalog/compiler.rb:316
2302
+ #: ../lib/puppet/indirector/catalog/compiler.rb:320
2303
2303
  msgid "Inlined resource metadata into static catalog for %{node} in environment %{environment} in %%{seconds} seconds"
2304
2304
  msgstr ""
2305
2305
 
2306
2306
  #. TRANSLATORS Inlined refers to adding additional metadata
2307
- #: ../lib/puppet/indirector/catalog/compiler.rb:318
2307
+ #: ../lib/puppet/indirector/catalog/compiler.rb:322
2308
2308
  msgid "Inlined resource metadata into static catalog for %{node} in environment %{environment}"
2309
2309
  msgstr ""
2310
2310
 
2311
2311
  #. TRANSLATORS Inlined refers to adding additional metadata
2312
- #: ../lib/puppet/indirector/catalog/compiler.rb:321
2312
+ #: ../lib/puppet/indirector/catalog/compiler.rb:325
2313
2313
  msgid "Inlined resource metadata into static catalog for %{node} in %%{seconds} seconds"
2314
2314
  msgstr ""
2315
2315
 
2316
2316
  #. TRANSLATORS Inlined refers to adding additional metadata
2317
- #: ../lib/puppet/indirector/catalog/compiler.rb:323
2317
+ #: ../lib/puppet/indirector/catalog/compiler.rb:327
2318
2318
  msgid "Inlined resource metadata into static catalog for %{node}"
2319
2319
  msgstr ""
2320
2320
 
2321
- #: ../lib/puppet/indirector/catalog/compiler.rb:340
2321
+ #: ../lib/puppet/indirector/catalog/compiler.rb:344
2322
2322
  msgid "Found node information"
2323
2323
  msgstr ""
2324
2324
 
2325
- #: ../lib/puppet/indirector/catalog/compiler.rb:348
2325
+ #: ../lib/puppet/indirector/catalog/compiler.rb:352
2326
2326
  msgid "Failed when searching for node %{name}: %{detail}"
2327
2327
  msgstr ""
2328
2328
 
2329
- #: ../lib/puppet/indirector/catalog/compiler.rb:367
2329
+ #: ../lib/puppet/indirector/catalog/compiler.rb:372
2330
2330
  msgid "Invalid option use_node for a remote request"
2331
2331
  msgstr ""
2332
2332
 
2333
- #: ../lib/puppet/indirector/catalog/compiler.rb:385
2333
+ #: ../lib/puppet/indirector/catalog/compiler.rb:391
2334
2334
  msgid "Could not find node '%{name}'; cannot compile"
2335
2335
  msgstr ""
2336
2336
 
2337
- #: ../lib/puppet/indirector/catalog/compiler.rb:403
2337
+ #: ../lib/puppet/indirector/catalog/compiler.rb:410
2338
2338
  msgid "Could not retrieve fact %{fact}"
2339
2339
  msgstr ""
2340
2340
 
@@ -2505,7 +2505,7 @@ msgstr ""
2505
2505
  msgid "Denying %{method} request for %{desc} on fileserver mount '%{mount_name}'. Use of auth directives for 'fileserver.conf' mount points is no longer supported. Remove these directives and use the 'auth.conf' file instead for access control."
2506
2506
  msgstr ""
2507
2507
 
2508
- #: ../lib/puppet/indirector/file_server.rb:47
2508
+ #: ../lib/puppet/indirector/file_server.rb:49
2509
2509
  msgid "Could not find filesystem info for file '%{request}' in environment %{env}"
2510
2510
  msgstr ""
2511
2511
 
@@ -2519,68 +2519,68 @@ msgstr ""
2519
2519
  msgid "Unrecognized value for request 'merge' parameter: '%{merge}'"
2520
2520
  msgstr ""
2521
2521
 
2522
- #: ../lib/puppet/indirector/indirection.rb:38
2522
+ #: ../lib/puppet/indirector/indirection.rb:39
2523
2523
  msgid "Tried to cache when no cache class was set"
2524
2524
  msgstr ""
2525
2525
 
2526
2526
  #. TRANSLATORS "TTL" stands for "time to live" and refers to a duration of time
2527
- #: ../lib/puppet/indirector/indirection.rb:62
2527
+ #: ../lib/puppet/indirector/indirection.rb:63
2528
2528
  msgid "Indirection TTL must be an integer"
2529
2529
  msgstr ""
2530
2530
 
2531
- #: ../lib/puppet/indirector/indirection.rb:97
2531
+ #: ../lib/puppet/indirector/indirection.rb:98
2532
2532
  msgid "Indirection %{name} is already defined"
2533
2533
  msgstr ""
2534
2534
 
2535
- #: ../lib/puppet/indirector/indirection.rb:117
2535
+ #: ../lib/puppet/indirector/indirection.rb:118
2536
2536
  msgid "No terminus specified for %{name}; cannot redirect"
2537
2537
  msgstr ""
2538
2538
 
2539
- #: ../lib/puppet/indirector/indirection.rb:131
2539
+ #: ../lib/puppet/indirector/indirection.rb:133
2540
2540
  msgid "No terminus class nor terminus setting was provided for indirection %{name}"
2541
2541
  msgstr ""
2542
2542
 
2543
- #: ../lib/puppet/indirector/indirection.rb:150
2543
+ #: ../lib/puppet/indirector/indirection.rb:152
2544
2544
  msgid "Invalid terminus name %{terminus_class}"
2545
2545
  msgstr ""
2546
2546
 
2547
- #: ../lib/puppet/indirector/indirection.rb:153
2547
+ #: ../lib/puppet/indirector/indirection.rb:155
2548
2548
  msgid "Could not find terminus %{terminus_class} for indirection %{name}"
2549
2549
  msgstr ""
2550
2550
 
2551
- #: ../lib/puppet/indirector/indirection.rb:168
2551
+ #: ../lib/puppet/indirector/indirection.rb:171
2552
2552
  msgid "Expiring the %{cache} cache of %{instance}"
2553
2553
  msgstr ""
2554
2554
 
2555
- #: ../lib/puppet/indirector/indirection.rb:198
2555
+ #: ../lib/puppet/indirector/indirection.rb:201
2556
2556
  msgid "Caching %{indirection} for %{request}"
2557
2557
  msgstr ""
2558
2558
 
2559
- #: ../lib/puppet/indirector/indirection.rb:209
2559
+ #: ../lib/puppet/indirector/indirection.rb:212
2560
2560
  msgid "Filtered result for %{indirection} %{request}"
2561
2561
  msgstr ""
2562
2562
 
2563
- #: ../lib/puppet/indirector/indirection.rb:238
2563
+ #: ../lib/puppet/indirector/indirection.rb:242
2564
2564
  msgid "Not using expired %{indirection} for %{request} from cache; expired at %{expiration}"
2565
2565
  msgstr ""
2566
2566
 
2567
- #: ../lib/puppet/indirector/indirection.rb:245
2567
+ #: ../lib/puppet/indirector/indirection.rb:249
2568
2568
  msgid "Cached %{indirection} for %{request} failed: %{detail}"
2569
2569
  msgstr ""
2570
2570
 
2571
- #: ../lib/puppet/indirector/indirection.rb:270
2571
+ #: ../lib/puppet/indirector/indirection.rb:275
2572
2572
  msgid "Search results from terminus %{terminus_name} are not an array"
2573
2573
  msgstr ""
2574
2574
 
2575
- #: ../lib/puppet/indirector/indirection.rb:307
2575
+ #: ../lib/puppet/indirector/indirection.rb:312
2576
2576
  msgid "Not authorized to call %{method} on %{description}"
2577
2577
  msgstr ""
2578
2578
 
2579
- #: ../lib/puppet/indirector/indirection.rb:310
2579
+ #: ../lib/puppet/indirector/indirection.rb:315
2580
2580
  msgid "Not authorized to call %{method} on %{description} with %{option}"
2581
2581
  msgstr ""
2582
2582
 
2583
- #: ../lib/puppet/indirector/indirection.rb:336
2583
+ #: ../lib/puppet/indirector/indirection.rb:342
2584
2584
  msgid "Could not find terminus %{terminus_class} for indirection %{indirection}"
2585
2585
  msgstr ""
2586
2586
 
@@ -2653,11 +2653,11 @@ msgstr ""
2653
2653
  msgid "none"
2654
2654
  msgstr ""
2655
2655
 
2656
- #: ../lib/puppet/indirector/node/exec.rb:60
2656
+ #: ../lib/puppet/indirector/node/exec.rb:61
2657
2657
  msgid "key is a %{klass}, not a string or symbol"
2658
2658
  msgstr ""
2659
2659
 
2660
- #: ../lib/puppet/indirector/node/exec.rb:67
2660
+ #: ../lib/puppet/indirector/node/exec.rb:68
2661
2661
  msgid "Could not load external node results for %{name}: %{detail}"
2662
2662
  msgstr ""
2663
2663
 
@@ -2665,7 +2665,7 @@ msgstr ""
2665
2665
  msgid "Report %{report} failed: %{detail}"
2666
2666
  msgstr ""
2667
2667
 
2668
- #: ../lib/puppet/indirector/report/processor.rb:55
2668
+ #: ../lib/puppet/indirector/report/processor.rb:56
2669
2669
  msgid "No report named '%{name}'"
2670
2670
  msgstr ""
2671
2671
 
@@ -2673,34 +2673,34 @@ msgstr ""
2673
2673
  msgid "Server version %{version} does not accept reports in '%{format}', use `preferred_serialization_format=pson`"
2674
2674
  msgstr ""
2675
2675
 
2676
- #: ../lib/puppet/indirector/request.rb:102
2676
+ #: ../lib/puppet/indirector/request.rb:103
2677
2677
  msgid "Could not find indirection '%{indirection}'"
2678
2678
  msgstr ""
2679
2679
 
2680
- #: ../lib/puppet/indirector/request.rb:141
2680
+ #: ../lib/puppet/indirector/request.rb:142
2681
2681
  msgid "HTTP REST queries cannot handle values of type '%{klass}'"
2682
2682
  msgstr ""
2683
2683
 
2684
- #: ../lib/puppet/indirector/request.rb:200
2684
+ #: ../lib/puppet/indirector/request.rb:202
2685
2685
  msgid "Error connecting to %{srv_server}:%{srv_port}: %{message}"
2686
2686
  msgstr ""
2687
2687
 
2688
2688
  #. TRANSLATORS 'server_list' is the name of a setting and should not be translated
2689
- #: ../lib/puppet/indirector/request.rb:211
2689
+ #: ../lib/puppet/indirector/request.rb:214
2690
2690
  msgid "Selected server from first entry of the `server_list` setting: %{server}"
2691
2691
  msgstr ""
2692
2692
 
2693
2693
  #. TRANSLATORS 'server_list' is the name of a setting and should not be translated
2694
- #: ../lib/puppet/indirector/request.rb:227
2694
+ #: ../lib/puppet/indirector/request.rb:231
2695
2695
  msgid "Selected port from the first entry of the `server_list` setting: %{port}"
2696
2696
  msgstr ""
2697
2697
 
2698
2698
  #. TRANSLATORS 'masterport' is the name of a setting and should not be translated
2699
- #: ../lib/puppet/indirector/request.rb:231
2699
+ #: ../lib/puppet/indirector/request.rb:235
2700
2700
  msgid "Selected port from the `masterport` setting: %{port}"
2701
2701
  msgstr ""
2702
2702
 
2703
- #: ../lib/puppet/indirector/request.rb:262
2703
+ #: ../lib/puppet/indirector/request.rb:266
2704
2704
  msgid "Could not understand URL %{key}: %{detail}"
2705
2705
  msgstr ""
2706
2706
 
@@ -2761,35 +2761,35 @@ msgstr ""
2761
2761
  msgid "Automatic downcasing and renaming of ssl files is deprecated; please request the file using its correct case: %{full_file}"
2762
2762
  msgstr ""
2763
2763
 
2764
- #: ../lib/puppet/indirector/ssl_file.rb:149
2764
+ #: ../lib/puppet/indirector/ssl_file.rb:150
2765
2765
  msgid "Could not write %{path} to %{setting}: %{detail}"
2766
2766
  msgstr ""
2767
2767
 
2768
- #: ../lib/puppet/indirector/ssl_file.rb:152
2768
+ #: ../lib/puppet/indirector/ssl_file.rb:153
2769
2769
  msgid "You must provide a setting to determine where the files are stored"
2770
2770
  msgstr ""
2771
2771
 
2772
- #: ../lib/puppet/indirector/terminus.rb:35
2772
+ #: ../lib/puppet/indirector/terminus.rb:37
2773
2773
  msgid "Could not find indirection instance %{name} for %{terminus}"
2774
2774
  msgstr ""
2775
2775
 
2776
- #: ../lib/puppet/indirector/terminus.rb:49
2776
+ #: ../lib/puppet/indirector/terminus.rb:52
2777
2777
  msgid "Terminus subclasses must have associated constants"
2778
2778
  msgstr ""
2779
2779
 
2780
- #: ../lib/puppet/indirector/terminus.rb:74
2780
+ #: ../lib/puppet/indirector/terminus.rb:77
2781
2781
  msgid "Could not discern indirection model from class constant"
2782
2782
  msgstr ""
2783
2783
 
2784
- #: ../lib/puppet/indirector/terminus.rb:132
2784
+ #: ../lib/puppet/indirector/terminus.rb:135
2785
2785
  msgid "Cannot create instances of abstract terminus types"
2786
2786
  msgstr ""
2787
2787
 
2788
- #: ../lib/puppet/indirector/terminus.rb:160
2788
+ #: ../lib/puppet/indirector/terminus.rb:163
2789
2789
  msgid "Instance name %{name} does not match requested key %{key}"
2790
2790
  msgstr ""
2791
2791
 
2792
- #: ../lib/puppet/indirector/terminus.rb:166
2792
+ #: ../lib/puppet/indirector/terminus.rb:169
2793
2793
  msgid "Invalid instance type %{klass}, expected %{model_type}"
2794
2794
  msgstr ""
2795
2795
 
@@ -2813,11 +2813,11 @@ msgstr ""
2813
2813
  msgid "The file %{f} does not exist"
2814
2814
  msgstr ""
2815
2815
 
2816
- #: ../lib/puppet/info_service/task_information_service.rb:20
2816
+ #: ../lib/puppet/info_service/plan_information_service.rb:20 ../lib/puppet/info_service/task_information_service.rb:20
2817
2817
  msgid "Module %{module_name} not found in environment %{environment_name}."
2818
2818
  msgstr ""
2819
2819
 
2820
- #: ../lib/puppet/interface.rb:152
2820
+ #: ../lib/puppet/interface.rb:153
2821
2821
  msgid "Cannot create face %{name} with invalid version number '%{version}'!"
2822
2822
  msgstr ""
2823
2823
 
@@ -2854,29 +2854,29 @@ msgstr ""
2854
2854
  msgid "when_invoked requires at least one argument (options) for action %{name}"
2855
2855
  msgstr ""
2856
2856
 
2857
- #: ../lib/puppet/interface/action.rb:281 ../lib/puppet/interface/option_manager.rb:57
2857
+ #: ../lib/puppet/interface/action.rb:282 ../lib/puppet/interface/option_manager.rb:58
2858
2858
  msgid "Option %{option} conflicts with existing option %{conflict}"
2859
2859
  msgstr ""
2860
2860
 
2861
- #: ../lib/puppet/interface/action.rb:284
2861
+ #: ../lib/puppet/interface/action.rb:287
2862
2862
  msgid "Option %{option} conflicts with existing option %{conflict} on %{face}"
2863
2863
  msgstr ""
2864
2864
 
2865
2865
  #. TRANSLATORS 'Puppet.settings' should not be translated
2866
2866
  #. TRANSLATORS 'Puppet.settings' references to the Puppet settings options and should not be translated
2867
- #: ../lib/puppet/interface/action.rb:311 ../lib/puppet/interface/option_manager.rb:14
2867
+ #: ../lib/puppet/interface/action.rb:315 ../lib/puppet/interface/option_manager.rb:14
2868
2868
  msgid "Global option %{option} does not exist in Puppet.settings"
2869
2869
  msgstr ""
2870
2870
 
2871
- #: ../lib/puppet/interface/action.rb:359
2871
+ #: ../lib/puppet/interface/action.rb:364
2872
2872
  msgid "Multiple aliases for the same option passed: %{overlap_list}"
2873
2873
  msgstr ""
2874
2874
 
2875
- #: ../lib/puppet/interface/action.rb:365
2875
+ #: ../lib/puppet/interface/action.rb:370
2876
2876
  msgid "Unknown options passed: %{unknown_list}"
2877
2877
  msgstr ""
2878
2878
 
2879
- #: ../lib/puppet/interface/action.rb:383
2879
+ #: ../lib/puppet/interface/action.rb:388
2880
2880
  msgid "The following options are required: %{missing_list}"
2881
2881
  msgstr ""
2882
2882
 
@@ -2945,23 +2945,23 @@ msgstr ""
2945
2945
 
2946
2946
  #. TRANSLATORS 'copyright' is an attribute name and should not be translated
2947
2947
  #. TRANSLATORS 'copyright' is an attribute name and should not be translated
2948
- #: ../lib/puppet/interface/documentation.rb:326 ../lib/puppet/interface/documentation.rb:331
2948
+ #: ../lib/puppet/interface/documentation.rb:328 ../lib/puppet/interface/documentation.rb:333
2949
2949
  msgid "%{value} is not a good copyright year or range"
2950
2950
  msgstr ""
2951
2951
 
2952
2952
  #. TRANSLATORS 'copyright' is an attribute name and should not be translated
2953
- #: ../lib/puppet/interface/documentation.rb:349
2953
+ #: ../lib/puppet/interface/documentation.rb:352
2954
2954
  msgid "%{value} is not a good copyright year, set, or range"
2955
2955
  msgstr ""
2956
2956
 
2957
- #: ../lib/puppet/interface/face_collection.rb:116
2957
+ #: ../lib/puppet/interface/face_collection.rb:119
2958
2958
  msgid ""
2959
2959
  "Failed to load face %{name}:\n"
2960
2960
  "%{detail}"
2961
2961
  msgstr ""
2962
2962
 
2963
2963
  #. TRANSLATORS 'face' refers to a programming API in Puppet
2964
- #: ../lib/puppet/interface/face_collection.rb:128
2964
+ #: ../lib/puppet/interface/face_collection.rb:131
2965
2965
  msgid "%{name} (%{class_name}) is not a valid face name"
2966
2966
  msgstr ""
2967
2967
 
@@ -2973,54 +2973,54 @@ msgstr ""
2973
2973
  msgid "%{option}: already defined in puppet"
2974
2974
  msgstr ""
2975
2975
 
2976
- #: ../lib/puppet/interface/option.rb:39
2976
+ #: ../lib/puppet/interface/option.rb:40
2977
2977
  msgid "%{option}: duplicates existing alias %{duplicate} in %{parent}"
2978
2978
  msgstr ""
2979
2979
 
2980
- #: ../lib/puppet/interface/option.rb:45
2980
+ #: ../lib/puppet/interface/option.rb:46
2981
2981
  msgid "%{option} is not valid for an option argument"
2982
2982
  msgstr ""
2983
2983
 
2984
- #: ../lib/puppet/interface/option.rb:50
2984
+ #: ../lib/puppet/interface/option.rb:51
2985
2985
  msgid "No option declarations found while building"
2986
2986
  msgstr ""
2987
2987
 
2988
- #: ../lib/puppet/interface/option.rb:63
2988
+ #: ../lib/puppet/interface/option.rb:64
2989
2989
  msgid "Option %{name} is inconsistent about taking an argument"
2990
2990
  msgstr ""
2991
2991
 
2992
- #: ../lib/puppet/interface/option.rb:70
2992
+ #: ../lib/puppet/interface/option.rb:71
2993
2993
  msgid "Options with optional arguments are not supported"
2994
2994
  msgstr ""
2995
2995
 
2996
- #: ../lib/puppet/interface/option.rb:73
2996
+ #: ../lib/puppet/interface/option.rb:74
2997
2997
  msgid "Option %{name} is inconsistent about the argument being optional"
2998
2998
  msgstr ""
2999
2999
 
3000
- #: ../lib/puppet/interface/option.rb:88
3000
+ #: ../lib/puppet/interface/option.rb:90
3001
3001
  msgid "Can't find a name in the declaration %{declaration}"
3002
3002
  msgstr ""
3003
3003
 
3004
- #: ../lib/puppet/interface/option.rb:97
3004
+ #: ../lib/puppet/interface/option.rb:99
3005
3005
  msgid "%{name} is an invalid option name"
3006
3006
  msgstr ""
3007
3007
 
3008
- #: ../lib/puppet/interface/option.rb:119 ../lib/puppet/interface/option.rb:137
3008
+ #: ../lib/puppet/interface/option.rb:121 ../lib/puppet/interface/option.rb:139
3009
3009
  msgid "%{name} can't be optional and have a default value"
3010
3010
  msgstr ""
3011
3011
 
3012
3012
  #. TRANSLATORS 'proc' is a Ruby block of code
3013
- #: ../lib/puppet/interface/option.rb:123
3013
+ #: ../lib/puppet/interface/option.rb:125
3014
3014
  msgid "default value for %{name} is a %{class_name}, not a proc"
3015
3015
  msgstr ""
3016
3016
 
3017
3017
  #. TRANSLATORS 'proc' is a Ruby block of code
3018
- #: ../lib/puppet/interface/option.rb:146
3018
+ #: ../lib/puppet/interface/option.rb:148
3019
3019
  msgid "before action hook for %{name} is a %{class_name}, not a proc"
3020
3020
  msgstr ""
3021
3021
 
3022
3022
  #. TRANSLATORS 'proc' is a Ruby block of code
3023
- #: ../lib/puppet/interface/option.rb:157
3023
+ #: ../lib/puppet/interface/option.rb:159
3024
3024
  msgid "after action hook for %{name} is a %{class_name}, not a proc"
3025
3025
  msgstr ""
3026
3026
 
@@ -3068,7 +3068,7 @@ msgstr ""
3068
3068
  msgid "%{option} default_to block should not take any arguments"
3069
3069
  msgstr ""
3070
3070
 
3071
- #: ../lib/puppet/interface/option_manager.rb:64
3071
+ #: ../lib/puppet/interface/option_manager.rb:66
3072
3072
  msgid "Option %{option} conflicts with existing option %{conflict} on %{action}"
3073
3073
  msgstr ""
3074
3074
 
@@ -3088,17 +3088,37 @@ msgid "Loaded puppet/type/%{name} but no class was created"
3088
3088
  msgstr ""
3089
3089
 
3090
3090
  #. TRANSLATORS 'metadata.json' is a specific file name and should not be translated.
3091
- #: ../lib/puppet/module.rb:188
3091
+ #: ../lib/puppet/module.rb:222
3092
3092
  msgid "%{name} has an invalid and unparsable metadata.json file. The parse error: %{error}"
3093
3093
  msgstr ""
3094
3094
 
3095
- #: ../lib/puppet/module.rb:434
3095
+ #: ../lib/puppet/module.rb:468
3096
3096
  msgid ""
3097
3097
  " Invalid module name '%{name}'; module names must match either:\n"
3098
3098
  " An installed module name (ex. modulename) matching the expression /^[a-z][a-z0-9_]*$/ -or-\n"
3099
3099
  " A namespaced module name (ex. author-modulename) matching the expression /^[a-zA-Z0-9]+[-][a-z][a-z0-9_]*$/\n"
3100
3100
  msgstr ""
3101
3101
 
3102
+ #: ../lib/puppet/module/plan.rb:40
3103
+ msgid "Plan %{plan_name} not found in module %{module_name}."
3104
+ msgstr ""
3105
+
3106
+ #: ../lib/puppet/module/plan.rb:64
3107
+ msgid "Plan names must start with a lowercase letter and be composed of only lowercase letters, numbers, and underscores"
3108
+ msgstr ""
3109
+
3110
+ #: ../lib/puppet/module/plan.rb:66
3111
+ msgid "Plan name cannot have extension %{ext}, must be .pp or .yaml"
3112
+ msgstr ""
3113
+
3114
+ #: ../lib/puppet/module/plan.rb:69
3115
+ msgid "Plan name cannot be a reserved word, but was '%{name}'"
3116
+ msgstr ""
3117
+
3118
+ #: ../lib/puppet/module/plan.rb:72
3119
+ msgid "Plan name cannot be a Puppet data type, but was '%{name}'"
3120
+ msgstr ""
3121
+
3102
3122
  #: ../lib/puppet/module/task.rb:24 ../lib/puppet/module/task.rb:203
3103
3123
  msgid "Task names must start with a lowercase letter and be composed of only lowercase letters, numbers, and underscores"
3104
3124
  msgstr ""
@@ -3151,7 +3171,7 @@ msgstr ""
3151
3171
  msgid "Error reading metadata: %{message}"
3152
3172
  msgstr ""
3153
3173
 
3154
- #: ../lib/puppet/module_tool.rb:37
3174
+ #: ../lib/puppet/module_tool.rb:38
3155
3175
  msgid "Not a valid full name: %{full_module_name}"
3156
3176
  msgstr ""
3157
3177
 
@@ -3171,11 +3191,11 @@ msgstr ""
3171
3191
  msgid "A Modulefile was found in the root directory of the module. This file will be ignored and can safely be removed."
3172
3192
  msgstr ""
3173
3193
 
3174
- #: ../lib/puppet/module_tool/applications/application.rb:74
3194
+ #: ../lib/puppet/module_tool/applications/application.rb:75
3175
3195
  msgid "Could not parse filename to obtain the username, module name and version. (%{release_name})"
3176
3196
  msgstr ""
3177
3197
 
3178
- #: ../lib/puppet/module_tool/applications/application.rb:78
3198
+ #: ../lib/puppet/module_tool/applications/application.rb:79
3179
3199
  msgid "Invalid version format: %{version} (Semantic Versions are acceptable: http://semver.org)"
3180
3200
  msgstr ""
3181
3201
 
@@ -3187,19 +3207,19 @@ msgstr ""
3187
3207
  msgid "Module install is prohibited in FIPS mode."
3188
3208
  msgstr ""
3189
3209
 
3190
- #: ../lib/puppet/module_tool/applications/installer.rb:84 ../lib/puppet/module_tool/applications/upgrader.rb:102
3210
+ #: ../lib/puppet/module_tool/applications/installer.rb:85 ../lib/puppet/module_tool/applications/upgrader.rb:102
3191
3211
  msgid "Downloading from %{host} ..."
3192
3212
  msgstr ""
3193
3213
 
3194
- #: ../lib/puppet/module_tool/applications/installer.rb:130 ../lib/puppet/module_tool/applications/upgrader.rb:140
3214
+ #: ../lib/puppet/module_tool/applications/installer.rb:131 ../lib/puppet/module_tool/applications/upgrader.rb:140
3195
3215
  msgid "Resolving dependencies ..."
3196
3216
  msgstr ""
3197
3217
 
3198
- #: ../lib/puppet/module_tool/applications/installer.rb:159
3218
+ #: ../lib/puppet/module_tool/applications/installer.rb:161
3199
3219
  msgid "Preparing to install ..."
3200
3220
  msgstr ""
3201
3221
 
3202
- #: ../lib/puppet/module_tool/applications/installer.rb:162
3222
+ #: ../lib/puppet/module_tool/applications/installer.rb:164
3203
3223
  msgid "Installing -- do not interrupt ..."
3204
3224
  msgstr ""
3205
3225
 
@@ -3227,15 +3247,15 @@ msgstr ""
3227
3247
  msgid "Found '%{name}' (%{version}) in %{dir} ..."
3228
3248
  msgstr ""
3229
3249
 
3230
- #: ../lib/puppet/module_tool/applications/upgrader.rb:187
3250
+ #: ../lib/puppet/module_tool/applications/upgrader.rb:188
3231
3251
  msgid "Preparing to upgrade ..."
3232
3252
  msgstr ""
3233
3253
 
3234
- #: ../lib/puppet/module_tool/applications/upgrader.rb:190
3254
+ #: ../lib/puppet/module_tool/applications/upgrader.rb:191
3235
3255
  msgid "Upgrading -- do not interrupt ..."
3236
3256
  msgstr ""
3237
3257
 
3238
- #: ../lib/puppet/module_tool/contents_description.rb:55
3258
+ #: ../lib/puppet/module_tool/contents_description.rb:56
3239
3259
  msgid "Could not find/load type: %{name}"
3240
3260
  msgstr ""
3241
3261
 
@@ -3559,47 +3579,47 @@ msgstr ""
3559
3579
  msgid "Dependency conflict for %{module_name}: Dependency %{name} was given conflicting version requirements %{version_requirement} and %{dup_version}. Verify that there are no duplicates in the metadata.json."
3560
3580
  msgstr ""
3561
3581
 
3562
- #: ../lib/puppet/module_tool/metadata.rb:176
3582
+ #: ../lib/puppet/module_tool/metadata.rb:175
3563
3583
  msgid "the field must be a namespaced module name"
3564
3584
  msgstr ""
3565
3585
 
3566
- #: ../lib/puppet/module_tool/metadata.rb:178
3586
+ #: ../lib/puppet/module_tool/metadata.rb:177
3567
3587
  msgid "the module name contains non-alphanumeric (or underscore) characters"
3568
3588
  msgstr ""
3569
3589
 
3570
- #: ../lib/puppet/module_tool/metadata.rb:180
3590
+ #: ../lib/puppet/module_tool/metadata.rb:179
3571
3591
  msgid "the module name must begin with a letter"
3572
3592
  msgstr ""
3573
3593
 
3574
- #: ../lib/puppet/module_tool/metadata.rb:182
3594
+ #: ../lib/puppet/module_tool/metadata.rb:181
3575
3595
  msgid "the namespace contains non-alphanumeric characters"
3576
3596
  msgstr ""
3577
3597
 
3578
- #: ../lib/puppet/module_tool/metadata.rb:185
3598
+ #: ../lib/puppet/module_tool/metadata.rb:184
3579
3599
  msgid "Invalid 'name' field in metadata.json: %{err}"
3580
3600
  msgstr ""
3581
3601
 
3582
- #: ../lib/puppet/module_tool/metadata.rb:192
3602
+ #: ../lib/puppet/module_tool/metadata.rb:191
3583
3603
  msgid "version string cannot be parsed as a valid Semantic Version"
3584
3604
  msgstr ""
3585
3605
 
3586
- #: ../lib/puppet/module_tool/metadata.rb:193
3606
+ #: ../lib/puppet/module_tool/metadata.rb:192
3587
3607
  msgid "Invalid 'version' field in metadata.json: %{err}"
3588
3608
  msgstr ""
3589
3609
 
3590
- #: ../lib/puppet/module_tool/metadata.rb:205
3610
+ #: ../lib/puppet/module_tool/metadata.rb:204
3591
3611
  msgid "field 'data_provider' contains non-alphanumeric characters"
3592
3612
  msgstr ""
3593
3613
 
3594
- #: ../lib/puppet/module_tool/metadata.rb:207
3614
+ #: ../lib/puppet/module_tool/metadata.rb:206
3595
3615
  msgid "field 'data_provider' must begin with a letter"
3596
3616
  msgstr ""
3597
3617
 
3598
- #: ../lib/puppet/module_tool/metadata.rb:211
3618
+ #: ../lib/puppet/module_tool/metadata.rb:210
3599
3619
  msgid "field 'data_provider' must be a string"
3600
3620
  msgstr ""
3601
3621
 
3602
- #: ../lib/puppet/module_tool/metadata.rb:219
3622
+ #: ../lib/puppet/module_tool/metadata.rb:218
3603
3623
  msgid "Invalid 'version_range' field in metadata.json: %{err}"
3604
3624
  msgstr ""
3605
3625
 
@@ -3607,7 +3627,7 @@ msgstr ""
3607
3627
  msgid "Downloading from %{uri} ..."
3608
3628
  msgstr ""
3609
3629
 
3610
- #: ../lib/puppet/module_tool/shared_behaviors.rb:154
3630
+ #: ../lib/puppet/module_tool/shared_behaviors.rb:155
3611
3631
  msgid "Could not download module: %{message}"
3612
3632
  msgstr ""
3613
3633
 
@@ -3657,7 +3677,7 @@ msgstr ""
3657
3677
  msgid "Inserting default '%{acl}' (auth %{auth}) ACL"
3658
3678
  msgstr ""
3659
3679
 
3660
- #: ../lib/puppet/network/authconfig.rb:69
3680
+ #: ../lib/puppet/network/authconfig.rb:71
3661
3681
  msgid "Denying access: %{authorization_failure_exception}"
3662
3682
  msgstr ""
3663
3683
 
@@ -3665,15 +3685,15 @@ msgstr ""
3665
3685
  msgid "Name and IP must be passed to 'allowed?'"
3666
3686
  msgstr ""
3667
3687
 
3668
- #: ../lib/puppet/network/authstore.rb:36
3688
+ #: ../lib/puppet/network/authstore.rb:37
3669
3689
  msgid "defaulting to no access for %{name}"
3670
3690
  msgstr ""
3671
3691
 
3672
- #: ../lib/puppet/network/authstore.rb:189
3692
+ #: ../lib/puppet/network/authstore.rb:190
3673
3693
  msgid "Invalid declaration type %{type}"
3674
3694
  msgstr ""
3675
3695
 
3676
- #: ../lib/puppet/network/authstore.rb:257
3696
+ #: ../lib/puppet/network/authstore.rb:258
3677
3697
  msgid "Invalid IP pattern %{value}"
3678
3698
  msgstr ""
3679
3699
 
@@ -3762,45 +3782,45 @@ msgstr ""
3762
3782
  msgid "No request key specified in %{uri}"
3763
3783
  msgstr ""
3764
3784
 
3765
- #: ../lib/puppet/network/http/api/indirected_routes.rb:128
3785
+ #: ../lib/puppet/network/http/api/indirected_routes.rb:129
3766
3786
  msgid "Could not find %{value0} %{key}"
3767
3787
  msgstr ""
3768
3788
 
3769
- #: ../lib/puppet/network/http/api/indirected_routes.rb:135
3789
+ #: ../lib/puppet/network/http/api/indirected_routes.rb:136
3770
3790
  msgid "Rendered result in %{format}"
3771
3791
  msgstr ""
3772
3792
 
3773
- #: ../lib/puppet/network/http/api/indirected_routes.rb:141
3793
+ #: ../lib/puppet/network/http/api/indirected_routes.rb:142
3774
3794
  msgid "Sent response"
3775
3795
  msgstr ""
3776
3796
 
3777
- #: ../lib/puppet/network/http/api/indirected_routes.rb:149
3797
+ #: ../lib/puppet/network/http/api/indirected_routes.rb:150
3778
3798
  msgid "Could not find %{indirection} %{key}"
3779
3799
  msgstr ""
3780
3800
 
3781
- #: ../lib/puppet/network/http/api/indirected_routes.rb:161
3801
+ #: ../lib/puppet/network/http/api/indirected_routes.rb:162
3782
3802
  msgid "Could not find instances in %{indirection} with '%{key}'"
3783
3803
  msgstr ""
3784
3804
 
3785
- #: ../lib/puppet/network/http/api/indirected_routes.rb:209 ../lib/puppet/network/http/request.rb:60
3805
+ #: ../lib/puppet/network/http/api/indirected_routes.rb:210 ../lib/puppet/network/http/request.rb:61
3786
3806
  msgid "No supported formats are acceptable (Accept: %{accepted_formats})"
3787
3807
  msgstr ""
3788
3808
 
3789
- #: ../lib/puppet/network/http/api/indirected_routes.rb:234
3809
+ #: ../lib/puppet/network/http/api/indirected_routes.rb:235
3790
3810
  msgid "The request body is invalid: %{message}"
3791
3811
  msgstr ""
3792
3812
 
3793
3813
  #. TRANSLATORS "mime-type" is a keyword and should not be translated
3794
3814
  #. TRANSLATORS "mime-type" is a keyword and should not be translated
3795
- #: ../lib/puppet/network/http/api/indirected_routes.rb:240 ../lib/puppet/network/http/request.rb:31
3815
+ #: ../lib/puppet/network/http/api/indirected_routes.rb:241 ../lib/puppet/network/http/request.rb:32
3796
3816
  msgid "Client sent a mime-type (%{header}) that doesn't correspond to a format we support"
3797
3817
  msgstr ""
3798
3818
 
3799
- #: ../lib/puppet/network/http/api/indirected_routes.rb:246
3819
+ #: ../lib/puppet/network/http/api/indirected_routes.rb:247
3800
3820
  msgid "No support for http method %{http_method}"
3801
3821
  msgstr ""
3802
3822
 
3803
- #: ../lib/puppet/network/http/api/indirected_routes.rb:250
3823
+ #: ../lib/puppet/network/http/api/indirected_routes.rb:252
3804
3824
  msgid "No support for plurality %{indirection} for %{http_method} operations"
3805
3825
  msgstr ""
3806
3826
 
@@ -3902,11 +3922,11 @@ msgstr ""
3902
3922
  msgid "Processed request %{request_method} %{request_path}"
3903
3923
  msgstr ""
3904
3924
 
3905
- #: ../lib/puppet/network/http/handler.rb:112
3925
+ #: ../lib/puppet/network/http/handler.rb:113
3906
3926
  msgid "No route for %{request} %{path}"
3907
3927
  msgstr ""
3908
3928
 
3909
- #: ../lib/puppet/network/http/handler.rb:137
3929
+ #: ../lib/puppet/network/http/handler.rb:138
3910
3930
  msgid "Could not resolve %{ip}: %{detail}"
3911
3931
  msgstr ""
3912
3932
 
@@ -3918,11 +3938,11 @@ msgstr ""
3918
3938
  msgid "Unknown arguments: %{args}"
3919
3939
  msgstr ""
3920
3940
 
3921
- #: ../lib/puppet/network/http/request.rb:36
3941
+ #: ../lib/puppet/network/http/request.rb:37
3922
3942
  msgid "No Content-Type header was received, it isn't possible to unserialize the request"
3923
3943
  msgstr ""
3924
3944
 
3925
- #: ../lib/puppet/network/http/request.rb:44
3945
+ #: ../lib/puppet/network/http/request.rb:45
3926
3946
  msgid "Missing required Accept header"
3927
3947
  msgstr ""
3928
3948
 
@@ -3936,27 +3956,27 @@ msgstr ""
3936
3956
  msgid "An ssl_context is unnecessary when connecting to 'http://%{host}:%{port}' and will be ignored"
3937
3957
  msgstr ""
3938
3958
 
3939
- #: ../lib/puppet/network/rights.rb:58
3959
+ #: ../lib/puppet/network/rights.rb:59
3940
3960
  msgid "Forbidden request: %{msg}"
3941
3961
  msgstr ""
3942
3962
 
3943
- #: ../lib/puppet/network/rights.rb:126
3963
+ #: ../lib/puppet/network/rights.rb:127
3944
3964
  msgid "Unknown right type '%{name}'"
3945
3965
  msgstr ""
3946
3966
 
3947
- #: ../lib/puppet/network/rights.rb:168
3967
+ #: ../lib/puppet/network/rights.rb:169
3948
3968
  msgid "'%{m}' is not an allowed value for method directive"
3949
3969
  msgstr ""
3950
3970
 
3951
- #: ../lib/puppet/network/rights.rb:175
3971
+ #: ../lib/puppet/network/rights.rb:176
3952
3972
  msgid "'%{m}' is already in the '%{name}' ACL"
3953
3973
  msgstr ""
3954
3974
 
3955
- #: ../lib/puppet/network/rights.rb:182
3975
+ #: ../lib/puppet/network/rights.rb:183
3956
3976
  msgid "'%{env}' is already in the '%{name}' ACL"
3957
3977
  msgstr ""
3958
3978
 
3959
- #: ../lib/puppet/network/rights.rb:194
3979
+ #: ../lib/puppet/network/rights.rb:195
3960
3980
  msgid "'%{name}' incorrect authenticated value: %{authentication}"
3961
3981
  msgstr ""
3962
3982
 
@@ -3964,23 +3984,23 @@ msgstr ""
3964
3984
  msgid "No name provided in serialized data"
3965
3985
  msgstr ""
3966
3986
 
3967
- #: ../lib/puppet/node.rb:101
3987
+ #: ../lib/puppet/node.rb:102
3968
3988
  msgid "Node names cannot be nil"
3969
3989
  msgstr ""
3970
3990
 
3971
- #: ../lib/puppet/node.rb:137
3991
+ #: ../lib/puppet/node.rb:140
3972
3992
  msgid "Could not retrieve facts for %{name}: %{detail}"
3973
3993
  msgstr ""
3974
3994
 
3975
- #: ../lib/puppet/node.rb:155
3995
+ #: ../lib/puppet/node.rb:158
3976
3996
  msgid "The node parameter '%{param_name}' for node '%{node_name}' was already set to '%{value}'. It could not be set to '%{desired_value}'"
3977
3997
  msgstr ""
3978
3998
 
3979
- #: ../lib/puppet/node.rb:194
3999
+ #: ../lib/puppet/node.rb:198
3980
4000
  msgid "Host is missing hostname and/or domain: %{name}"
3981
4001
  msgstr ""
3982
4002
 
3983
- #: ../lib/puppet/node.rb:226
4003
+ #: ../lib/puppet/node.rb:230
3984
4004
  msgid "Trusted node data modified for node %{name}"
3985
4005
  msgstr ""
3986
4006
 
@@ -3992,24 +4012,24 @@ msgstr ""
3992
4012
  msgid "Could not parse for environment %{env}: %{detail}"
3993
4013
  msgstr ""
3994
4014
 
3995
- #: ../lib/puppet/pal/compiler.rb:86
4015
+ #: ../lib/puppet/pal/compiler.rb:87
3996
4016
  msgid "The argument 'puppet_code' must be a String, got %{type}"
3997
4017
  msgstr ""
3998
4018
 
3999
4019
  #. TRANSLATORS, the 'ast' is the name of a parameter, do not translate
4000
- #: ../lib/puppet/pal/compiler.rb:128
4020
+ #: ../lib/puppet/pal/compiler.rb:129
4001
4021
  msgid "The given 'ast' does not represent a literal value"
4002
4022
  msgstr ""
4003
4023
 
4004
- #: ../lib/puppet/pal/compiler.rb:140
4024
+ #: ../lib/puppet/pal/compiler.rb:141
4005
4025
  msgid "The argument 'code_string' must be a String, got %{type}"
4006
4026
  msgstr ""
4007
4027
 
4008
- #: ../lib/puppet/pal/compiler.rb:153
4028
+ #: ../lib/puppet/pal/compiler.rb:154
4009
4029
  msgid "The argument 'file' must be a String, got %{type}"
4010
4030
  msgstr ""
4011
4031
 
4012
- #: ../lib/puppet/pal/compiler.rb:190
4032
+ #: ../lib/puppet/pal/compiler.rb:191
4013
4033
  msgid "Given data_type value is not a data type, got '%{type}'"
4014
4034
  msgstr ""
4015
4035
 
@@ -4071,15 +4091,15 @@ msgstr ""
4071
4091
  msgid "A block must be given"
4072
4092
  msgstr ""
4073
4093
 
4074
- #: ../lib/puppet/parameter.rb:345
4094
+ #: ../lib/puppet/parameter.rb:347
4075
4095
  msgid "No resource set for %{name}"
4076
4096
  msgstr ""
4077
4097
 
4078
- #: ../lib/puppet/parameter.rb:433
4098
+ #: ../lib/puppet/parameter.rb:435
4079
4099
  msgid "Munging failed for value %{value} in class %{class_name}: %{detail}"
4080
4100
  msgstr ""
4081
4101
 
4082
- #: ../lib/puppet/parameter.rb:467
4102
+ #: ../lib/puppet/parameter.rb:469
4083
4103
  msgid "Validate method failed for class %{class_name}: %{detail}"
4084
4104
  msgstr ""
4085
4105
 
@@ -4132,7 +4152,7 @@ msgstr ""
4132
4152
  msgid "Node inheritance is removed in Puppet 4.0.0. See http://links.puppet.com/puppet-node-inheritance-deprecation"
4133
4153
  msgstr ""
4134
4154
 
4135
- #: ../lib/puppet/parser/ast/pops_bridge.rb:194
4155
+ #: ../lib/puppet/parser/ast/pops_bridge.rb:195
4136
4156
  msgid "Instantiating Resource with type checked parameters - scope is missing, skipping type checking."
4137
4157
  msgstr ""
4138
4158
 
@@ -4157,138 +4177,138 @@ msgid "For more information, see https://puppet.com/docs/puppet/latest/environme
4157
4177
  msgstr ""
4158
4178
 
4159
4179
  #. TRANSLATORS "stage" is a keyword in Puppet and should not be translated
4160
- #: ../lib/puppet/parser/compiler.rb:97 ../lib/puppet/parser/environment_compiler.rb:134
4180
+ #: ../lib/puppet/parser/compiler.rb:98 ../lib/puppet/parser/environment_compiler.rb:134
4161
4181
  msgid "Only classes can set 'stage'; normal resources like %{resource} cannot change run stage"
4162
4182
  msgstr ""
4163
4183
 
4164
4184
  #. TRANSLATORS "Site" is a puppet keyword and should not be translated
4165
- #: ../lib/puppet/parser/compiler.rb:124
4185
+ #: ../lib/puppet/parser/compiler.rb:125
4166
4186
  msgid "Application instances like '%{resource}' can only be contained within a Site"
4167
4187
  msgstr ""
4168
4188
 
4169
- #: ../lib/puppet/parser/compiler.rb:154
4189
+ #: ../lib/puppet/parser/compiler.rb:155
4170
4190
  msgid "For compiling %{node}"
4171
4191
  msgstr ""
4172
4192
 
4173
- #: ../lib/puppet/parser/compiler.rb:158
4193
+ #: ../lib/puppet/parser/compiler.rb:159
4174
4194
  msgid "Compile: Set node parameters"
4175
4195
  msgstr ""
4176
4196
 
4177
- #: ../lib/puppet/parser/compiler.rb:160
4197
+ #: ../lib/puppet/parser/compiler.rb:161
4178
4198
  msgid "Compile: Created settings scope"
4179
4199
  msgstr ""
4180
4200
 
4181
- #: ../lib/puppet/parser/compiler.rb:162
4201
+ #: ../lib/puppet/parser/compiler.rb:163
4182
4202
  msgid "Compile: Evaluated capability mappings"
4183
4203
  msgstr ""
4184
4204
 
4185
4205
  #. TRANSLATORS "main" is a function name and should not be translated
4186
- #: ../lib/puppet/parser/compiler.rb:165
4206
+ #: ../lib/puppet/parser/compiler.rb:166
4187
4207
  msgid "Compile: Evaluated main"
4188
4208
  msgstr ""
4189
4209
 
4190
- #: ../lib/puppet/parser/compiler.rb:167
4210
+ #: ../lib/puppet/parser/compiler.rb:168
4191
4211
  msgid "Compile: Evaluated site"
4192
4212
  msgstr ""
4193
4213
 
4194
- #: ../lib/puppet/parser/compiler.rb:169
4214
+ #: ../lib/puppet/parser/compiler.rb:170
4195
4215
  msgid "Compile: Evaluated AST node"
4196
4216
  msgstr ""
4197
4217
 
4198
- #: ../lib/puppet/parser/compiler.rb:171
4218
+ #: ../lib/puppet/parser/compiler.rb:172
4199
4219
  msgid "Compile: Evaluated node classes"
4200
4220
  msgstr ""
4201
4221
 
4202
- #: ../lib/puppet/parser/compiler.rb:173
4222
+ #: ../lib/puppet/parser/compiler.rb:174
4203
4223
  msgid "Compile: Evaluated application instances"
4204
4224
  msgstr ""
4205
4225
 
4206
- #: ../lib/puppet/parser/compiler.rb:176
4226
+ #: ../lib/puppet/parser/compiler.rb:177
4207
4227
  msgid "Compile: Evaluated site capability mappings"
4208
4228
  msgstr ""
4209
4229
 
4210
- #: ../lib/puppet/parser/compiler.rb:178
4230
+ #: ../lib/puppet/parser/compiler.rb:179
4211
4231
  msgid "Compile: Evaluated generators"
4212
4232
  msgstr ""
4213
4233
 
4214
- #: ../lib/puppet/parser/compiler.rb:180
4234
+ #: ../lib/puppet/parser/compiler.rb:181
4215
4235
  msgid "Compile: Validate Catalog pre-finish"
4216
4236
  msgstr ""
4217
4237
 
4218
- #: ../lib/puppet/parser/compiler.rb:184
4238
+ #: ../lib/puppet/parser/compiler.rb:185
4219
4239
  msgid "Compile: Finished catalog"
4220
4240
  msgstr ""
4221
4241
 
4222
- #: ../lib/puppet/parser/compiler.rb:186
4242
+ #: ../lib/puppet/parser/compiler.rb:187
4223
4243
  msgid "Compile: Prune"
4224
4244
  msgstr ""
4225
4245
 
4226
- #: ../lib/puppet/parser/compiler.rb:190
4246
+ #: ../lib/puppet/parser/compiler.rb:191
4227
4247
  msgid "Compile: Validate Catalog final"
4228
4248
  msgstr ""
4229
4249
 
4230
- #: ../lib/puppet/parser/compiler.rb:320
4250
+ #: ../lib/puppet/parser/compiler.rb:321
4231
4251
  msgid "Invalid node mapping in %{app}: Mapping must be a hash"
4232
4252
  msgstr ""
4233
4253
 
4234
- #: ../lib/puppet/parser/compiler.rb:323
4254
+ #: ../lib/puppet/parser/compiler.rb:324
4235
4255
  msgid "Invalid node mapping in %{app}: Key %{k} is not a Node"
4236
4256
  msgstr ""
4237
4257
 
4238
- #: ../lib/puppet/parser/compiler.rb:326
4258
+ #: ../lib/puppet/parser/compiler.rb:327
4239
4259
  msgid "Invalid node mapping in %{app}: Value %{res} is not a resource"
4240
4260
  msgstr ""
4241
4261
 
4242
- #: ../lib/puppet/parser/compiler.rb:327
4262
+ #: ../lib/puppet/parser/compiler.rb:328
4243
4263
  msgid "Application %{app} maps component %{res} to multiple nodes"
4244
4264
  msgstr ""
4245
4265
 
4246
- #: ../lib/puppet/parser/compiler.rb:356
4266
+ #: ../lib/puppet/parser/compiler.rb:357
4247
4267
  msgid "No source for scope passed to evaluate_classes"
4248
4268
  msgstr ""
4249
4269
 
4250
- #: ../lib/puppet/parser/compiler.rb:372
4270
+ #: ../lib/puppet/parser/compiler.rb:373
4251
4271
  msgid "Could not find class %{name} for %{node}"
4252
4272
  msgstr ""
4253
4273
 
4254
- #: ../lib/puppet/parser/compiler.rb:474
4274
+ #: ../lib/puppet/parser/compiler.rb:475
4255
4275
  msgid "Capability mapping error: %{kind} clause references nonexistent %{component_type} %{component_name}"
4256
4276
  msgstr ""
4257
4277
 
4258
- #: ../lib/puppet/parser/compiler.rb:500
4278
+ #: ../lib/puppet/parser/compiler.rb:502
4259
4279
  msgid "Could not find node statement with name 'default' or '%{names}'"
4260
4280
  msgstr ""
4261
4281
 
4262
- #: ../lib/puppet/parser/compiler.rb:521
4282
+ #: ../lib/puppet/parser/compiler.rb:523
4263
4283
  msgid "Evaluated collections"
4264
4284
  msgstr ""
4265
4285
 
4266
- #: ../lib/puppet/parser/compiler.rb:536
4286
+ #: ../lib/puppet/parser/compiler.rb:538
4267
4287
  msgid "Evaluated definitions"
4268
4288
  msgstr ""
4269
4289
 
4270
- #: ../lib/puppet/parser/compiler.rb:565
4290
+ #: ../lib/puppet/parser/compiler.rb:567
4271
4291
  msgid "Iterated (%{count}) on generators"
4272
4292
  msgstr ""
4273
4293
 
4274
- #: ../lib/puppet/parser/compiler.rb:576
4294
+ #: ../lib/puppet/parser/compiler.rb:578
4275
4295
  msgid "Somehow looped more than 1000 times while evaluating host catalog"
4276
4296
  msgstr ""
4277
4297
 
4278
- #: ../lib/puppet/parser/compiler.rb:608
4298
+ #: ../lib/puppet/parser/compiler.rb:610
4279
4299
  msgid "Could not find resource(s) %{resources} for overriding"
4280
4300
  msgstr ""
4281
4301
 
4282
- #: ../lib/puppet/parser/compiler.rb:619
4302
+ #: ../lib/puppet/parser/compiler.rb:621
4283
4303
  msgid "Failed to realize virtual resources %{resources}"
4284
4304
  msgstr ""
4285
4305
 
4286
4306
  #. TRANSLATORS "main" is a function name and should not be translated
4287
- #: ../lib/puppet/parser/compiler.rb:650
4307
+ #: ../lib/puppet/parser/compiler.rb:654
4288
4308
  msgid "Couldn't find main"
4289
4309
  msgstr ""
4290
4310
 
4291
- #: ../lib/puppet/parser/compiler.rb:722
4311
+ #: ../lib/puppet/parser/compiler.rb:727
4292
4312
  msgid "For initializing compiler"
4293
4313
  msgstr ""
4294
4314
 
@@ -4396,7 +4416,7 @@ msgstr ""
4396
4416
  msgid "custom functions must be called with a single array that contains the arguments. For example, function_example([1]) instead of function_example(1)"
4397
4417
  msgstr ""
4398
4418
 
4399
- #: ../lib/puppet/parser/functions.rb:308
4419
+ #: ../lib/puppet/parser/functions.rb:309
4400
4420
  msgid "%{name}() can only be called using the 4.x function API. See Scope#call_function"
4401
4421
  msgstr ""
4402
4422
 
@@ -4470,107 +4490,107 @@ msgstr ""
4470
4490
  msgid "Invalid relationship type %{relationship_type}"
4471
4491
  msgstr ""
4472
4492
 
4473
- #: ../lib/puppet/parser/relationship.rb:40
4493
+ #: ../lib/puppet/parser/relationship.rb:41
4474
4494
  msgid "Could not find resource '%{source}' for relationship on '%{target}'"
4475
4495
  msgstr ""
4476
4496
 
4477
- #: ../lib/puppet/parser/relationship.rb:43
4497
+ #: ../lib/puppet/parser/relationship.rb:44
4478
4498
  msgid "Could not find resource '%{target}' for relationship from '%{source}'"
4479
4499
  msgstr ""
4480
4500
 
4481
- #: ../lib/puppet/parser/resource.rb:60
4501
+ #: ../lib/puppet/parser/resource.rb:61
4482
4502
  msgid "Could not find stage %{stage} specified by %{resource}"
4483
4503
  msgstr ""
4484
4504
 
4485
- #: ../lib/puppet/parser/resource.rb:70
4505
+ #: ../lib/puppet/parser/resource.rb:71
4486
4506
  msgid "Evaluated resource %{res}"
4487
4507
  msgstr ""
4488
4508
 
4489
- #: ../lib/puppet/parser/resource.rb:124
4509
+ #: ../lib/puppet/parser/resource.rb:125
4490
4510
  msgid "Resources require a hash as last argument"
4491
4511
  msgstr ""
4492
4512
 
4493
- #: ../lib/puppet/parser/resource.rb:125
4513
+ #: ../lib/puppet/parser/resource.rb:126
4494
4514
  msgid "Resources require a scope"
4495
4515
  msgstr ""
4496
4516
 
4497
- #: ../lib/puppet/parser/resource.rb:167
4517
+ #: ../lib/puppet/parser/resource.rb:168
4498
4518
  msgid "Only subclasses can override parameters"
4499
4519
  msgstr ""
4500
4520
 
4501
- #: ../lib/puppet/parser/resource.rb:173
4521
+ #: ../lib/puppet/parser/resource.rb:174
4502
4522
  msgid "Attempt to override an already evaluated resource with new values"
4503
4523
  msgstr ""
4504
4524
 
4505
- #: ../lib/puppet/parser/resource.rb:175
4525
+ #: ../lib/puppet/parser/resource.rb:176
4506
4526
  msgid "Attempt to override an already evaluated resource, defined at %{error_location}, with new values"
4507
4527
  msgstr ""
4508
4528
 
4509
- #: ../lib/puppet/parser/resource.rb:272
4529
+ #: ../lib/puppet/parser/resource.rb:273
4510
4530
  msgid "Invalid consume in %{value0}: %{ref} is not a resource"
4511
4531
  msgstr ""
4512
4532
 
4513
- #: ../lib/puppet/parser/resource.rb:279
4533
+ #: ../lib/puppet/parser/resource.rb:280
4514
4534
  msgid "Resource %{ref} could not be found; it might not have been produced yet"
4515
4535
  msgstr ""
4516
4536
 
4517
- #: ../lib/puppet/parser/resource.rb:283
4537
+ #: ../lib/puppet/parser/resource.rb:284
4518
4538
  msgid "Invalid consume in %{ref}: %{cap} is not a capability resource"
4519
4539
  msgstr ""
4520
4540
 
4521
- #: ../lib/puppet/parser/resource.rb:292
4541
+ #: ../lib/puppet/parser/resource.rb:293
4522
4542
  msgid "Resource %{res} tries to consume %{cns} but no 'consumes' mapping exists for %{resource_type} and %{cns_type}"
4523
4543
  msgstr ""
4524
4544
 
4525
- #: ../lib/puppet/parser/resource.rb:311
4545
+ #: ../lib/puppet/parser/resource.rb:313
4526
4546
  msgid "Attempt to reassign attribute '%{name}' in '%{resource}' caused by multiple consumed mappings to the same attribute"
4527
4547
  msgstr ""
4528
4548
 
4529
- #: ../lib/puppet/parser/resource.rb:361
4549
+ #: ../lib/puppet/parser/resource.rb:364
4530
4550
  msgid "Parameter '%{name}' is already set on %{resource}; cannot redefine"
4531
4551
  msgstr ""
4532
4552
 
4533
- #: ../lib/puppet/parser/resource.rb:364
4553
+ #: ../lib/puppet/parser/resource.rb:367
4534
4554
  msgid "Parameter '%{name}' is already set on %{resource} at %{error_location}; cannot redefine"
4535
4555
  msgstr ""
4536
4556
 
4537
- #: ../lib/puppet/parser/resource.rb:369
4557
+ #: ../lib/puppet/parser/resource.rb:372
4538
4558
  msgid "Parameter '%{name}' is already set on %{resource} by %{source}; cannot redefine"
4539
4559
  msgstr ""
4540
4560
 
4541
- #: ../lib/puppet/parser/resource.rb:372
4561
+ #: ../lib/puppet/parser/resource.rb:375
4542
4562
  msgid "Parameter '%{name}' is already set on %{resource} by %{source} at %{error_location}; cannot redefine"
4543
4563
  msgstr ""
4544
4564
 
4545
- #: ../lib/puppet/parser/resource.rb:411
4565
+ #: ../lib/puppet/parser/resource.rb:414
4546
4566
  msgid "Duplicate parameter '%{param}' for on %{resource}"
4547
4567
  msgstr ""
4548
4568
 
4549
- #: ../lib/puppet/parser/scope.rb:156
4569
+ #: ../lib/puppet/parser/scope.rb:155
4550
4570
  msgid "Numerical variables cannot be changed. Attempt to set $%{name}"
4551
4571
  msgstr ""
4552
4572
 
4553
- #: ../lib/puppet/parser/scope.rb:161
4573
+ #: ../lib/puppet/parser/scope.rb:160
4554
4574
  msgid "Numerical variables cannot be deleted: Attempt to delete: $%{name}"
4555
4575
  msgstr ""
4556
4576
 
4557
- #: ../lib/puppet/parser/scope.rb:215
4577
+ #: ../lib/puppet/parser/scope.rb:214
4558
4578
  msgid "%{callee}: expects a value for parameter $%{to}"
4559
4579
  msgstr ""
4560
4580
 
4561
- #: ../lib/puppet/parser/scope.rb:216
4581
+ #: ../lib/puppet/parser/scope.rb:215
4562
4582
  msgid "%{callee}: default expression for $%{from} tries to illegally access not yet evaluated $%{to}"
4563
4583
  msgstr ""
4564
4584
 
4565
- #: ../lib/puppet/parser/scope.rb:235
4585
+ #: ../lib/puppet/parser/scope.rb:234
4566
4586
  msgid "Attempt to assign variable %{name} when evaluating parameters"
4567
4587
  msgstr ""
4568
4588
 
4569
- #: ../lib/puppet/parser/scope.rb:378
4589
+ #: ../lib/puppet/parser/scope.rb:377
4570
4590
  msgid "you must pass a compiler instance to a new scope object"
4571
4591
  msgstr ""
4572
4592
 
4573
- #: ../lib/puppet/parser/scope.rb:494
4593
+ #: ../lib/puppet/parser/scope.rb:493
4574
4594
  msgid "Scope variable name %{name} is a %{klass}, not a string"
4575
4595
  msgstr ""
4576
4596
 
@@ -4578,83 +4598,83 @@ msgstr ""
4578
4598
  msgid "class %{classname} could not be found"
4579
4599
  msgstr ""
4580
4600
 
4581
- #: ../lib/puppet/parser/scope.rb:656
4601
+ #: ../lib/puppet/parser/scope.rb:657
4582
4602
  msgid "class %{classname} has not been evaluated"
4583
4603
  msgstr ""
4584
4604
 
4585
- #: ../lib/puppet/parser/scope.rb:701
4605
+ #: ../lib/puppet/parser/scope.rb:702
4586
4606
  msgid "Default already defined for %{type} { %{param} }; cannot redefine"
4587
4607
  msgstr ""
4588
4608
 
4589
- #: ../lib/puppet/parser/scope.rb:761
4609
+ #: ../lib/puppet/parser/scope.rb:762
4590
4610
  msgid "Cannot assign to a numeric match result variable '$%{name}'"
4591
4611
  msgstr ""
4592
4612
 
4593
- #: ../lib/puppet/parser/scope.rb:764
4613
+ #: ../lib/puppet/parser/scope.rb:765
4594
4614
  msgid "Scope variable name %{name} is a %{class_type}, not a string"
4595
4615
  msgstr ""
4596
4616
 
4597
- #: ../lib/puppet/parser/scope.rb:769 ../lib/puppet/parser/scope.rb:774
4617
+ #: ../lib/puppet/parser/scope.rb:770 ../lib/puppet/parser/scope.rb:775
4598
4618
  msgid "Attempt to assign to a reserved variable name: '%{name}'"
4599
4619
  msgstr ""
4600
4620
 
4601
- #: ../lib/puppet/parser/scope.rb:779
4621
+ #: ../lib/puppet/parser/scope.rb:780
4602
4622
  msgid "Cannot reassign variable '$%{name}'"
4603
4623
  msgstr ""
4604
4624
 
4605
- #: ../lib/puppet/parser/scope.rb:833
4625
+ #: ../lib/puppet/parser/scope.rb:834
4606
4626
  msgid "Unsupported data type: '%{klass}'"
4607
4627
  msgstr ""
4608
4628
 
4609
- #: ../lib/puppet/parser/scope.rb:1009
4629
+ #: ../lib/puppet/parser/scope.rb:1011
4610
4630
  msgid "Invalid regex match data. Got a %{klass}"
4611
4631
  msgstr ""
4612
4632
 
4613
- #: ../lib/puppet/parser/scope.rb:1017
4633
+ #: ../lib/puppet/parser/scope.rb:1019
4614
4634
  msgid "Scope#find_resource_type() is no longer supported, use Puppet::Pops::Evaluator::Runtime3ResourceSupport instead"
4615
4635
  msgstr ""
4616
4636
 
4617
- #: ../lib/puppet/parser/scope.rb:1022
4637
+ #: ../lib/puppet/parser/scope.rb:1024
4618
4638
  msgid "Scope#find_builtin_resource_type() is no longer supported, use Puppet::Pops::Evaluator::Runtime3ResourceSupport instead"
4619
4639
  msgstr ""
4620
4640
 
4621
- #: ../lib/puppet/parser/scope.rb:1027
4641
+ #: ../lib/puppet/parser/scope.rb:1029
4622
4642
  msgid "Scope#find_defined_resource_type() is no longer supported, use Puppet::Pops::Evaluator::Runtime3ResourceSupport instead"
4623
4643
  msgstr ""
4624
4644
 
4625
- #: ../lib/puppet/parser/scope.rb:1041
4645
+ #: ../lib/puppet/parser/scope.rb:1043
4626
4646
  msgid "Function %{name} not defined despite being loaded!"
4627
4647
  msgstr ""
4628
4648
 
4629
- #: ../lib/puppet/parser/scope.rb:1048
4649
+ #: ../lib/puppet/parser/scope.rb:1050
4630
4650
  msgid "Scope#resolve_type_and_title() is no longer supported, use Puppet::Pops::Evaluator::Runtime3ResourceSupport instead"
4631
4651
  msgstr ""
4632
4652
 
4633
- #: ../lib/puppet/parser/scope.rb:1068
4653
+ #: ../lib/puppet/parser/scope.rb:1070
4634
4654
  msgid "Cannot use undef as a class name"
4635
4655
  msgstr ""
4636
4656
 
4637
- #: ../lib/puppet/parser/scope.rb:1070
4657
+ #: ../lib/puppet/parser/scope.rb:1072
4638
4658
  msgid "Cannot use empty string as a class name"
4639
4659
  msgstr ""
4640
4660
 
4641
4661
  #. TRANSLATORS "Class" and "Type" are Puppet keywords and should not be translated
4642
- #: ../lib/puppet/parser/scope.rb:1079
4662
+ #: ../lib/puppet/parser/scope.rb:1081
4643
4663
  msgid "Cannot use an unspecific Class[] Type"
4644
4664
  msgstr ""
4645
4665
 
4646
4666
  #. TRANSLATORS "Resource" is a class name and should not be translated
4647
- #: ../lib/puppet/parser/scope.rb:1106
4667
+ #: ../lib/puppet/parser/scope.rb:1108
4648
4668
  msgid "Cannot use an unspecific Resource[] where a Resource['class', name] is expected"
4649
4669
  msgstr ""
4650
4670
 
4651
4671
  #. TRANSLATORS "Resource" is a class name and should not be translated
4652
- #: ../lib/puppet/parser/scope.rb:1110
4672
+ #: ../lib/puppet/parser/scope.rb:1112
4653
4673
  msgid "Cannot use a Resource[%{type_name}] where a Resource['class', name] is expected"
4654
4674
  msgstr ""
4655
4675
 
4656
4676
  #. TRANSLATORS "Resource" is a class name and should not be translated
4657
- #: ../lib/puppet/parser/scope.rb:1114
4677
+ #: ../lib/puppet/parser/scope.rb:1116
4658
4678
  msgid "Cannot use an unspecific Resource['class'] where a Resource['class', name] is expected"
4659
4679
  msgstr ""
4660
4680
 
@@ -4667,19 +4687,19 @@ msgstr ""
4667
4687
  msgid "having multiple named scopes is not supported when scripting"
4668
4688
  msgstr ""
4669
4689
 
4670
- #: ../lib/puppet/parser/templatewrapper.rb:65
4690
+ #: ../lib/puppet/parser/templatewrapper.rb:66
4671
4691
  msgid "Could not find template '%{filename}'"
4672
4692
  msgstr ""
4673
4693
 
4674
- #: ../lib/puppet/parser/templatewrapper.rb:82
4694
+ #: ../lib/puppet/parser/templatewrapper.rb:83
4675
4695
  msgid "Bound template variables for %{template_source} in %%{seconds} seconds"
4676
4696
  msgstr ""
4677
4697
 
4678
- #: ../lib/puppet/parser/templatewrapper.rb:90
4698
+ #: ../lib/puppet/parser/templatewrapper.rb:91
4679
4699
  msgid "Interpolated template %{template_source} in %%{seconds} seconds"
4680
4700
  msgstr ""
4681
4701
 
4682
- #: ../lib/puppet/parser/type_loader.rb:101
4702
+ #: ../lib/puppet/parser/type_loader.rb:102
4683
4703
  msgid "No file(s) found for import of '%{pattern}'"
4684
4704
  msgstr ""
4685
4705
 
@@ -4704,7 +4724,7 @@ msgstr ""
4704
4724
  msgid "Exported resource try to override without parameters"
4705
4725
  msgstr ""
4706
4726
 
4707
- #: ../lib/puppet/pops/evaluator/collectors/exported_collector.rb:50
4727
+ #: ../lib/puppet/pops/evaluator/collectors/exported_collector.rb:51
4708
4728
  msgid "A duplicate resource was found while collecting exported resources, with the type and title %{title}"
4709
4729
  msgstr ""
4710
4730
 
@@ -4804,7 +4824,7 @@ msgstr ""
4804
4824
  msgid "Can only delete from an Array or Hash."
4805
4825
  msgstr ""
4806
4826
 
4807
- #: ../lib/puppet/pops/evaluator/external_syntax_support.rb:22 ../lib/puppet/pops/evaluator/runtime3_support.rb:23 ../lib/puppet/pops/evaluator/runtime3_support.rb:525
4827
+ #: ../lib/puppet/pops/evaluator/external_syntax_support.rb:22 ../lib/puppet/pops/evaluator/runtime3_support.rb:23 ../lib/puppet/pops/evaluator/runtime3_support.rb:529
4808
4828
  msgid "Internal Error: Configuration of runtime error handling wrong: should have raised exception"
4809
4829
  msgstr ""
4810
4830
 
@@ -4825,7 +4845,7 @@ msgstr ""
4825
4845
  msgid "Internal error - attempt to create a local scope without a hash"
4826
4846
  msgstr ""
4827
4847
 
4828
- #: ../lib/puppet/pops/evaluator/runtime3_support.rb:286
4848
+ #: ../lib/puppet/pops/evaluator/runtime3_support.rb:288
4829
4849
  msgid "Unknown function '%{name}'"
4830
4850
  msgstr ""
4831
4851
 
@@ -5576,23 +5596,23 @@ msgstr ""
5576
5596
  msgid "<%{string}> does not appear to contain a word"
5577
5597
  msgstr ""
5578
5598
 
5579
- #: ../lib/puppet/pops/loader/base_loader.rb:122
5599
+ #: ../lib/puppet/pops/loader/base_loader.rb:124
5580
5600
  msgid "Originally set %{original}."
5581
5601
  msgstr ""
5582
5602
 
5583
- #: ../lib/puppet/pops/loader/base_loader.rb:122
5603
+ #: ../lib/puppet/pops/loader/base_loader.rb:124
5584
5604
  msgid "Set at unknown location"
5585
5605
  msgstr ""
5586
5606
 
5587
- #: ../lib/puppet/pops/loader/base_loader.rb:123
5607
+ #: ../lib/puppet/pops/loader/base_loader.rb:125
5588
5608
  msgid "Attempt to redefine entity '%{name}'. %{origin_info}"
5589
5609
  msgstr ""
5590
5610
 
5591
- #: ../lib/puppet/pops/loader/gem_support.rb:30
5611
+ #: ../lib/puppet/pops/loader/gem_support.rb:31
5592
5612
  msgid "Gem not found %{uri}"
5593
5613
  msgstr ""
5594
5614
 
5595
- #: ../lib/puppet/pops/loader/gem_support.rb:45
5615
+ #: ../lib/puppet/pops/loader/gem_support.rb:47
5596
5616
  msgid "Gem not found '%{gem_name}'"
5597
5617
  msgstr ""
5598
5618
 
@@ -5906,11 +5926,11 @@ msgid "Unacceptable transform - found an Object without a rule: %{klass}"
5906
5926
  msgstr ""
5907
5927
 
5908
5928
  #. TRANSLATORS 'NUMBER' refers to a method name and the 'name_or_numeric' was the passed in value and should not be translated
5909
- #: ../lib/puppet/pops/model/factory.rb:848
5929
+ #: ../lib/puppet/pops/model/factory.rb:849
5910
5930
  msgid "Internal Error, NUMBER token does not contain a valid number, %{name_or_numeric}"
5911
5931
  msgstr ""
5912
5932
 
5913
- #: ../lib/puppet/pops/model/factory.rb:1164
5933
+ #: ../lib/puppet/pops/model/factory.rb:1166
5914
5934
  msgid "can only concatenate strings, got %{class_name}"
5915
5935
  msgstr ""
5916
5936
 
@@ -6218,23 +6238,23 @@ msgstr ""
6218
6238
  msgid "Everything is now reported using present tense"
6219
6239
  msgstr ""
6220
6240
 
6221
- #: ../lib/puppet/pops/types/type_parser.rb:427
6241
+ #: ../lib/puppet/pops/types/type_parser.rb:429
6222
6242
  msgid "Enum parameters must be identifiers or strings"
6223
6243
  msgstr ""
6224
6244
 
6225
- #: ../lib/puppet/pops/types/type_parser.rb:663
6245
+ #: ../lib/puppet/pops/types/type_parser.rb:665
6226
6246
  msgid "The expression <%{expression}> is not a valid type specification."
6227
6247
  msgstr ""
6228
6248
 
6229
- #: ../lib/puppet/pops/types/type_parser.rb:668
6249
+ #: ../lib/puppet/pops/types/type_parser.rb:670
6230
6250
  msgid "Invalid number of type parameters specified: %{type} requires %{required}, %{given} provided"
6231
6251
  msgstr ""
6232
6252
 
6233
- #: ../lib/puppet/pops/types/type_parser.rb:673
6253
+ #: ../lib/puppet/pops/types/type_parser.rb:675
6234
6254
  msgid "Not a parameterized type <%{type}>"
6235
6255
  msgstr ""
6236
6256
 
6237
- #: ../lib/puppet/pops/types/type_parser.rb:677
6257
+ #: ../lib/puppet/pops/types/type_parser.rb:679
6238
6258
  msgid "Unknown type <%{type}>"
6239
6259
  msgstr ""
6240
6260
 
@@ -6325,25 +6345,25 @@ msgstr ""
6325
6345
  msgid "Supported values for Property#array_matching are 'first' and 'all'"
6326
6346
  msgstr ""
6327
6347
 
6328
- #: ../lib/puppet/property.rb:171
6348
+ #: ../lib/puppet/property.rb:169
6329
6349
  msgid "Attempt to redefine method %{method} with block"
6330
6350
  msgstr ""
6331
6351
 
6332
- #: ../lib/puppet/property.rb:215
6352
+ #: ../lib/puppet/property.rb:213
6333
6353
  msgid "Could not convert change '%{name}' to string: %{detail}"
6334
6354
  msgstr ""
6335
6355
 
6336
6356
  #. TRANSLATORS 'insync_values?' should not be translated
6337
- #: ../lib/puppet/property.rb:372
6357
+ #: ../lib/puppet/property.rb:370
6338
6358
  msgid "Unknown failure using insync_values? on type: %{type} / property: %{name} to compare values %{should} and %{is}"
6339
6359
  msgstr ""
6340
6360
 
6341
- #: ../lib/puppet/property.rb:495
6361
+ #: ../lib/puppet/property.rb:494
6342
6362
  msgid "Could not set '%{value}' on %{class_name}: %{detail}"
6343
6363
  msgstr ""
6344
6364
 
6345
6365
  #. TRANSLATORS 'Provider' refers to a Puppet provider class
6346
- #: ../lib/puppet/property.rb:593
6366
+ #: ../lib/puppet/property.rb:596
6347
6367
  msgid "Provider %{provider} must have features '%{needed_features}' to set '%{property}' to '%{value}'"
6348
6368
  msgstr ""
6349
6369
 
@@ -6363,23 +6383,23 @@ msgstr ""
6363
6383
  msgid "Could not convert change %{name} to string: %{detail}"
6364
6384
  msgstr ""
6365
6385
 
6366
- #: ../lib/puppet/property/ensure.rb:85
6386
+ #: ../lib/puppet/property/ensure.rb:86
6367
6387
  msgid "No ability to determine if %{name} exists"
6368
6388
  msgstr ""
6369
6389
 
6370
- #: ../lib/puppet/property/keyvalue.rb:131
6390
+ #: ../lib/puppet/property/keyvalue.rb:132
6371
6391
  msgid "The %{name} property must be specified as a hash or an array of key/value pairs (strings)!"
6372
6392
  msgstr ""
6373
6393
 
6374
- #: ../lib/puppet/property/keyvalue.rb:137
6394
+ #: ../lib/puppet/property/keyvalue.rb:138
6375
6395
  msgid "Key/value pairs must be separated by '%{separator}'"
6376
6396
  msgstr ""
6377
6397
 
6378
- #: ../lib/puppet/provider.rb:146
6398
+ #: ../lib/puppet/provider.rb:145
6379
6399
  msgid "No command %{command} defined for provider %{provider}"
6380
6400
  msgstr ""
6381
6401
 
6382
- #: ../lib/puppet/provider.rb:398
6402
+ #: ../lib/puppet/provider.rb:397
6383
6403
  msgid "To support listing resources of this type the '%{provider}' provider needs to implement an 'instances' class method returning the current set of resources. We recommend porting your module to the simpler Resource API instead: https://puppet.com/search/docs?keys=resource+api"
6384
6404
  msgstr ""
6385
6405
 
@@ -6387,7 +6407,7 @@ msgstr ""
6387
6407
  msgid "'%{parameter_name}' is not a valid parameter for %{resource_type}"
6388
6408
  msgstr ""
6389
6409
 
6390
- #: ../lib/puppet/provider.rb:554
6410
+ #: ../lib/puppet/provider.rb:556
6391
6411
  msgid "No resource and no name in property hash in %{class_name} instance"
6392
6412
  msgstr ""
6393
6413
 
@@ -6411,11 +6431,11 @@ msgstr ""
6411
6431
  msgid "aix.object_info(): Could not find %{resource}[%{name}]"
6412
6432
  msgstr ""
6413
6433
 
6414
- #: ../lib/puppet/provider/aix_object.rb:469 ../lib/puppet/provider/nameservice.rb:180 ../lib/puppet/provider/nameservice/directoryservice.rb:421
6434
+ #: ../lib/puppet/provider/aix_object.rb:469 ../lib/puppet/provider/nameservice.rb:181 ../lib/puppet/provider/nameservice/directoryservice.rb:425
6415
6435
  msgid "Could not create %{resource} %{name}: %{detail}"
6416
6436
  msgstr ""
6417
6437
 
6418
- #: ../lib/puppet/provider/aix_object.rb:481 ../lib/puppet/provider/nameservice.rb:194
6438
+ #: ../lib/puppet/provider/aix_object.rb:481 ../lib/puppet/provider/nameservice.rb:195
6419
6439
  msgid "Could not delete %{resource} %{name}: %{detail}"
6420
6440
  msgstr ""
6421
6441
 
@@ -6435,7 +6455,7 @@ msgstr ""
6435
6455
  msgid "Empty environment setting '%{var}'"
6436
6456
  msgstr ""
6437
6457
 
6438
- #: ../lib/puppet/provider/exec.rb:96
6458
+ #: ../lib/puppet/provider/exec.rb:99
6439
6459
  msgid "'%{command}' is not qualified and no path was specified. Please qualify the command or specify a path."
6440
6460
  msgstr ""
6441
6461
 
@@ -6451,23 +6471,23 @@ msgstr ""
6451
6471
  msgid "'%{exe}' is not executable"
6452
6472
  msgstr ""
6453
6473
 
6454
- #: ../lib/puppet/provider/file/posix.rb:66
6474
+ #: ../lib/puppet/provider/file/posix.rb:67
6455
6475
  msgid "Apparently using negative UID (%{currentvalue}) on a platform that does not consistently handle them"
6456
6476
  msgstr ""
6457
6477
 
6458
- #: ../lib/puppet/provider/file/posix.rb:84 ../lib/puppet/provider/file/windows.rb:46
6478
+ #: ../lib/puppet/provider/file/posix.rb:85 ../lib/puppet/provider/file/windows.rb:46
6459
6479
  msgid "Failed to set owner to '%{should}': %{detail}"
6460
6480
  msgstr ""
6461
6481
 
6462
- #: ../lib/puppet/provider/file/posix.rb:97
6482
+ #: ../lib/puppet/provider/file/posix.rb:99
6463
6483
  msgid "Apparently using negative GID (%{currentvalue}) on a platform that does not consistently handle them"
6464
6484
  msgstr ""
6465
6485
 
6466
- #: ../lib/puppet/provider/file/posix.rb:115 ../lib/puppet/provider/file/windows.rb:59
6486
+ #: ../lib/puppet/provider/file/posix.rb:117 ../lib/puppet/provider/file/windows.rb:59
6467
6487
  msgid "Failed to set group to '%{should}': %{detail}"
6468
6488
  msgstr ""
6469
6489
 
6470
- #: ../lib/puppet/provider/file/posix.rb:131 ../lib/puppet/provider/file/windows.rb:78
6490
+ #: ../lib/puppet/provider/file/posix.rb:134 ../lib/puppet/provider/file/windows.rb:78
6471
6491
  msgid "failed to set mode %{mode} on %{path}: %{message}"
6472
6492
  msgstr ""
6473
6493
 
@@ -6492,11 +6512,11 @@ msgstr ""
6492
6512
  msgid "GID %{resource} already exists, use allowdupe to force group creation"
6493
6513
  msgstr ""
6494
6514
 
6495
- #: ../lib/puppet/provider/ldap.rb:77
6515
+ #: ../lib/puppet/provider/ldap.rb:80
6496
6516
  msgid "No LDAP Configuration defined for %{class_name}"
6497
6517
  msgstr ""
6498
6518
 
6499
- #: ../lib/puppet/provider/ldap.rb:78
6519
+ #: ../lib/puppet/provider/ldap.rb:81
6500
6520
  msgid "Invalid LDAP Configuration defined for %{class_name}"
6501
6521
  msgstr ""
6502
6522
 
@@ -6513,23 +6533,23 @@ msgid "Invalid value %{value}: %{error}"
6513
6533
  msgstr ""
6514
6534
 
6515
6535
  #. TRANSLATORS "autogen_id()" is a method name and should not be translated
6516
- #: ../lib/puppet/provider/nameservice.rb:147
6536
+ #: ../lib/puppet/provider/nameservice.rb:148
6517
6537
  msgid "autogen_id() does not support auto generation of id for resource type %{resource_type}"
6518
6538
  msgstr ""
6519
6539
 
6520
- #: ../lib/puppet/provider/nameservice.rb:169 ../lib/puppet/provider/nameservice/directoryservice.rb:376
6540
+ #: ../lib/puppet/provider/nameservice.rb:170 ../lib/puppet/provider/nameservice/directoryservice.rb:379
6521
6541
  msgid "already exists"
6522
6542
  msgstr ""
6523
6543
 
6524
- #: ../lib/puppet/provider/nameservice.rb:186
6544
+ #: ../lib/puppet/provider/nameservice.rb:187
6525
6545
  msgid "already absent"
6526
6546
  msgstr ""
6527
6547
 
6528
- #: ../lib/puppet/provider/nameservice.rb:278
6548
+ #: ../lib/puppet/provider/nameservice.rb:281
6529
6549
  msgid "Nameservice command must be an array"
6530
6550
  msgstr ""
6531
6551
 
6532
- #: ../lib/puppet/provider/nameservice.rb:282 ../lib/puppet/provider/nameservice/directoryservice.rb:337 ../lib/puppet/provider/nameservice/directoryservice.rb:366
6552
+ #: ../lib/puppet/provider/nameservice.rb:285 ../lib/puppet/provider/nameservice/directoryservice.rb:340 ../lib/puppet/provider/nameservice/directoryservice.rb:369
6533
6553
  msgid "Could not set %{param} on %{resource}[%{name}]: %{detail}"
6534
6554
  msgstr ""
6535
6555
 
@@ -6554,20 +6574,20 @@ msgstr ""
6554
6574
  msgid "Invalid id_type %{id_type}. Only 'uid' and 'gid' supported"
6555
6575
  msgstr ""
6556
6576
 
6557
- #: ../lib/puppet/provider/nameservice/directoryservice.rb:393
6577
+ #: ../lib/puppet/provider/nameservice/directoryservice.rb:396
6558
6578
  msgid "Could not set GeneratedUID for %{resource} %{name}: %{detail}"
6559
6579
  msgstr ""
6560
6580
 
6561
- #: ../lib/puppet/provider/nameservice/directoryservice.rb:441
6581
+ #: ../lib/puppet/provider/nameservice/directoryservice.rb:445
6562
6582
  msgid "Could not remove %{member} from group: %{resource}, %{detail}"
6563
6583
  msgstr ""
6564
6584
 
6565
- #: ../lib/puppet/provider/nameservice/directoryservice.rb:455
6585
+ #: ../lib/puppet/provider/nameservice/directoryservice.rb:459
6566
6586
  msgid "Could not add %{new_member} to group: %{name}, %{detail}"
6567
6587
  msgstr ""
6568
6588
 
6569
6589
  #. TRANSLATORS "prefetch" is a program name and should not be translated
6570
- #: ../lib/puppet/provider/network_device.rb:26
6590
+ #: ../lib/puppet/provider/network_device.rb:27
6571
6591
  msgid "Could not perform network device prefetch: %{detail}"
6572
6592
  msgstr ""
6573
6593
 
@@ -6579,31 +6599,31 @@ msgstr ""
6579
6599
  msgid "Failed to uninstall package '%{name}'"
6580
6600
  msgstr ""
6581
6601
 
6582
- #: ../lib/puppet/provider/package/aix.rb:85
6602
+ #: ../lib/puppet/provider/package/aix.rb:86
6583
6603
  msgid "A directory is required which will be used to find packages"
6584
6604
  msgstr ""
6585
6605
 
6586
- #: ../lib/puppet/provider/package/aix.rb:97
6606
+ #: ../lib/puppet/provider/package/aix.rb:98
6587
6607
  msgid "aix package provider is unable to downgrade packages"
6588
6608
  msgstr ""
6589
6609
 
6590
- #: ../lib/puppet/provider/package/aix.rb:116
6610
+ #: ../lib/puppet/provider/package/aix.rb:118
6591
6611
  msgid "Could not list installed Packages: %{detail}"
6592
6612
  msgstr ""
6593
6613
 
6594
- #: ../lib/puppet/provider/package/aix.rb:139 ../lib/puppet/provider/package/yum.rb:248
6614
+ #: ../lib/puppet/provider/package/aix.rb:141 ../lib/puppet/provider/package/yum.rb:248
6595
6615
  msgid "Tried to get latest on a missing package"
6596
6616
  msgstr ""
6597
6617
 
6598
- #: ../lib/puppet/provider/package/appdmg.rb:102 ../lib/puppet/provider/package/pkgdmg.rb:144
6618
+ #: ../lib/puppet/provider/package/appdmg.rb:103 ../lib/puppet/provider/package/pkgdmg.rb:145
6599
6619
  msgid "Mac OS X PKG DMGs must specify a package source."
6600
6620
  msgstr ""
6601
6621
 
6602
- #: ../lib/puppet/provider/package/appdmg.rb:105 ../lib/puppet/provider/package/pkgdmg.rb:147
6622
+ #: ../lib/puppet/provider/package/appdmg.rb:107 ../lib/puppet/provider/package/pkgdmg.rb:149
6603
6623
  msgid "Mac OS X PKG DMGs must specify a package name."
6604
6624
  msgstr ""
6605
6625
 
6606
- #: ../lib/puppet/provider/package/apple.rb:41
6626
+ #: ../lib/puppet/provider/package/apple.rb:42
6607
6627
  msgid "Mac OS X packages must specify a package source"
6608
6628
  msgstr ""
6609
6629
 
@@ -6611,19 +6631,19 @@ msgstr ""
6611
6631
  msgid "/etc/apt/sources.list contains a cdrom source; not installing. Use 'allowcdrom' to override this failure."
6612
6632
  msgstr ""
6613
6633
 
6614
- #: ../lib/puppet/provider/package/apt.rb:83 ../lib/puppet/provider/package/fink.rb:50
6634
+ #: ../lib/puppet/provider/package/apt.rb:84 ../lib/puppet/provider/package/fink.rb:50
6615
6635
  msgid "Could not find latest version"
6616
6636
  msgstr ""
6617
6637
 
6618
- #: ../lib/puppet/provider/package/apt.rb:93 ../lib/puppet/provider/package/fink.rb:60
6638
+ #: ../lib/puppet/provider/package/apt.rb:95 ../lib/puppet/provider/package/fink.rb:61
6619
6639
  msgid "Preseeding %{response} to debconf-set-selections"
6620
6640
  msgstr ""
6621
6641
 
6622
- #: ../lib/puppet/provider/package/apt.rb:97 ../lib/puppet/provider/package/fink.rb:64
6642
+ #: ../lib/puppet/provider/package/apt.rb:99 ../lib/puppet/provider/package/fink.rb:65
6623
6643
  msgid "No responsefile specified or non existent, not preseeding anything"
6624
6644
  msgstr ""
6625
6645
 
6626
- #: ../lib/puppet/provider/package/aptitude.rb:21 ../lib/puppet/provider/package/ports.rb:20 ../lib/puppet/provider/package/portupgrade.rb:93 ../lib/puppet/provider/package/portupgrade.rb:151 ../lib/puppet/provider/package/rug.rb:28 ../lib/puppet/provider/package/up2date.rb:17 ../lib/puppet/provider/package/yum.rb:229 ../lib/puppet/provider/package/zypper.rb:109
6646
+ #: ../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:229 ../lib/puppet/provider/package/zypper.rb:109
6627
6647
  msgid "Could not find package %{name}"
6628
6648
  msgstr ""
6629
6649
 
@@ -6651,11 +6671,11 @@ msgstr ""
6651
6671
  msgid "Cannot match %{line}"
6652
6672
  msgstr ""
6653
6673
 
6654
- #: ../lib/puppet/provider/package/dpkg.rb:82
6674
+ #: ../lib/puppet/provider/package/dpkg.rb:85
6655
6675
  msgid "You cannot install dpkg packages without a source"
6656
6676
  msgstr ""
6657
6677
 
6658
- #: ../lib/puppet/provider/package/dpkg.rb:107
6678
+ #: ../lib/puppet/provider/package/dpkg.rb:110
6659
6679
  msgid "source doesn't contain named package, but %{name}"
6660
6680
  msgstr ""
6661
6681
 
@@ -6663,27 +6683,27 @@ msgstr ""
6663
6683
  msgid "source is defined but does not have trailing slash, ignoring %{source}"
6664
6684
  msgstr ""
6665
6685
 
6666
- #: ../lib/puppet/provider/package/gem.rb:94
6686
+ #: ../lib/puppet/provider/package/gem.rb:95
6667
6687
  msgid "Could not list gems: %{detail}"
6668
6688
  msgstr ""
6669
6689
 
6670
- #: ../lib/puppet/provider/package/gem.rb:120
6690
+ #: ../lib/puppet/provider/package/gem.rb:121
6671
6691
  msgid "Could not match %{desc}"
6672
6692
  msgstr ""
6673
6693
 
6674
- #: ../lib/puppet/provider/package/gem.rb:168
6694
+ #: ../lib/puppet/provider/package/gem.rb:170
6675
6695
  msgid "Invalid source '%{uri}': %{detail}"
6676
6696
  msgstr ""
6677
6697
 
6678
- #: ../lib/puppet/provider/package/gem.rb:179
6698
+ #: ../lib/puppet/provider/package/gem.rb:181
6679
6699
  msgid "puppet:// URLs are not supported as gem sources"
6680
6700
  msgstr ""
6681
6701
 
6682
- #: ../lib/puppet/provider/package/gem.rb:195
6702
+ #: ../lib/puppet/provider/package/gem.rb:197
6683
6703
  msgid "Could not install: %{output}"
6684
6704
  msgstr ""
6685
6705
 
6686
- #: ../lib/puppet/provider/package/gem.rb:221
6706
+ #: ../lib/puppet/provider/package/gem.rb:223
6687
6707
  msgid "Could not uninstall: %{output}"
6688
6708
  msgstr ""
6689
6709
 
@@ -6695,65 +6715,65 @@ msgstr ""
6695
6715
  msgid "Unrecognized AIX package type identifier: '%{pkg_type}'"
6696
6716
  msgstr ""
6697
6717
 
6698
- #: ../lib/puppet/provider/package/nim.rb:59
6718
+ #: ../lib/puppet/provider/package/nim.rb:60
6699
6719
  msgid "An LPP source location is required in 'source'"
6700
6720
  msgstr ""
6701
6721
 
6702
- #: ../lib/puppet/provider/package/nim.rb:102
6722
+ #: ../lib/puppet/provider/package/nim.rb:103
6703
6723
  msgid "Unable to find package '%{package}' with version '%{version}' on lpp_source '%{source}'"
6704
6724
  msgstr ""
6705
6725
 
6706
- #: ../lib/puppet/provider/package/nim.rb:105
6726
+ #: ../lib/puppet/provider/package/nim.rb:106
6707
6727
  msgid "Unable to find package '%{package}' on lpp_source '%{source}'"
6708
6728
  msgstr ""
6709
6729
 
6710
- #: ../lib/puppet/provider/package/nim.rb:138 ../lib/puppet/provider/package/nim.rb:142
6730
+ #: ../lib/puppet/provider/package/nim.rb:139 ../lib/puppet/provider/package/nim.rb:143
6711
6731
  msgid "NIM package provider is unable to downgrade packages"
6712
6732
  msgstr ""
6713
6733
 
6714
- #: ../lib/puppet/provider/package/nim.rb:211
6734
+ #: ../lib/puppet/provider/package/nim.rb:212
6715
6735
  msgid ""
6716
6736
  "Unable to parse output from nimclient showres: line does not match expected package header format:\n"
6717
6737
  "'%{line}'"
6718
6738
  msgstr ""
6719
6739
 
6720
- #: ../lib/puppet/provider/package/nim.rb:217
6740
+ #: ../lib/puppet/provider/package/nim.rb:219
6721
6741
  msgid ""
6722
6742
  "Unable to parse output from nimclient showres: package string does not match expected installp package string format:\n"
6723
6743
  "'%{package_string}'"
6724
6744
  msgstr ""
6725
6745
 
6726
- #: ../lib/puppet/provider/package/nim.rb:226
6746
+ #: ../lib/puppet/provider/package/nim.rb:229
6727
6747
  msgid ""
6728
6748
  "Unable to parse output from nimclient showres: package string does not match expected rpm package string format:\n"
6729
6749
  "'%{package_string}'"
6730
6750
  msgstr ""
6731
6751
 
6732
- #: ../lib/puppet/provider/package/nim.rb:235
6752
+ #: ../lib/puppet/provider/package/nim.rb:239
6733
6753
  msgid ""
6734
6754
  "Unable to parse output from nimclient showres: line does not match expected package line format:\n"
6735
6755
  "'%{line}'"
6736
6756
  msgstr ""
6737
6757
 
6738
- #: ../lib/puppet/provider/package/nim.rb:247
6758
+ #: ../lib/puppet/provider/package/nim.rb:251
6739
6759
  msgid ""
6740
6760
  "Unrecognized package type specifier: '%{package_type_flag}' in package line:\n"
6741
6761
  "'%{line}'"
6742
6762
  msgstr ""
6743
6763
 
6744
- #: ../lib/puppet/provider/package/openbsd.rb:49 ../lib/puppet/provider/package/opkg.rb:25
6764
+ #: ../lib/puppet/provider/package/openbsd.rb:50 ../lib/puppet/provider/package/opkg.rb:26
6745
6765
  msgid "Failed to match line %{line}"
6746
6766
  msgstr ""
6747
6767
 
6748
- #: ../lib/puppet/provider/package/openbsd.rb:136
6768
+ #: ../lib/puppet/provider/package/openbsd.rb:141
6749
6769
  msgid "No valid installpath found in /etc/pkg.conf and no source was set"
6750
6770
  msgstr ""
6751
6771
 
6752
- #: ../lib/puppet/provider/package/openbsd.rb:140
6772
+ #: ../lib/puppet/provider/package/openbsd.rb:145
6753
6773
  msgid "You must specify a package source or configure an installpath in /etc/pkg.conf"
6754
6774
  msgstr ""
6755
6775
 
6756
- #: ../lib/puppet/provider/package/openbsd.rb:212
6776
+ #: ../lib/puppet/provider/package/openbsd.rb:218
6757
6777
  msgid "%{version} is not available for this package"
6758
6778
  msgstr ""
6759
6779
 
@@ -6761,35 +6781,35 @@ msgstr ""
6761
6781
  msgid "Could not find package '%{name}'"
6762
6782
  msgstr ""
6763
6783
 
6764
- #: ../lib/puppet/provider/package/pacman.rb:84
6784
+ #: ../lib/puppet/provider/package/pacman.rb:85
6765
6785
  msgid "Failed to match line '%{line}'"
6766
6786
  msgstr ""
6767
6787
 
6768
- #: ../lib/puppet/provider/package/pacman.rb:90
6788
+ #: ../lib/puppet/provider/package/pacman.rb:91
6769
6789
  msgid "Error getting installed packages"
6770
6790
  msgstr ""
6771
6791
 
6772
- #: ../lib/puppet/provider/package/pacman.rb:175
6792
+ #: ../lib/puppet/provider/package/pacman.rb:176
6773
6793
  msgid "%{resource_name} is a group, but allow_virtual is false."
6774
6794
  msgstr ""
6775
6795
 
6776
- #: ../lib/puppet/provider/package/pacman.rb:202
6796
+ #: ../lib/puppet/provider/package/pacman.rb:203
6777
6797
  msgid "Refusing to uninstall package group %{resource_name}, because allow_virtual is false."
6778
6798
  msgstr ""
6779
6799
 
6780
- #: ../lib/puppet/provider/package/pacman.rb:232
6800
+ #: ../lib/puppet/provider/package/pacman.rb:233
6781
6801
  msgid "Invalid source '%{source}': %{detail}"
6782
6802
  msgstr ""
6783
6803
 
6784
- #: ../lib/puppet/provider/package/pacman.rb:241
6804
+ #: ../lib/puppet/provider/package/pacman.rb:242
6785
6805
  msgid "puppet:// URL is not supported by pacman"
6786
6806
  msgstr ""
6787
6807
 
6788
- #: ../lib/puppet/provider/package/pacman.rb:243
6808
+ #: ../lib/puppet/provider/package/pacman.rb:244
6789
6809
  msgid "Source %{source} is not supported by pacman"
6790
6810
  msgstr ""
6791
6811
 
6792
- #: ../lib/puppet/provider/package/pacman.rb:253
6812
+ #: ../lib/puppet/provider/package/pacman.rb:254
6793
6813
  msgid "Refusing to install package group %{resource_name}, because allow_virtual is false."
6794
6814
  msgstr ""
6795
6815
 
@@ -6877,11 +6897,11 @@ msgstr ""
6877
6897
  msgid "Could not match version info '%{info}'"
6878
6898
  msgstr ""
6879
6899
 
6880
- #: ../lib/puppet/provider/package/portupgrade.rb:154
6900
+ #: ../lib/puppet/provider/package/portupgrade.rb:155
6881
6901
  msgid "Unexpected output from portversion: %{output}"
6882
6902
  msgstr ""
6883
6903
 
6884
- #: ../lib/puppet/provider/package/portupgrade.rb:163
6904
+ #: ../lib/puppet/provider/package/portupgrade.rb:164
6885
6905
  msgid "portversion.latest() - fatal error with portversion: %{output}"
6886
6906
  msgstr ""
6887
6907
 
@@ -6889,7 +6909,7 @@ msgstr ""
6889
6909
  msgid "Failed to list packages"
6890
6910
  msgstr ""
6891
6911
 
6892
- #: ../lib/puppet/provider/package/rpm.rb:130 ../lib/puppet/provider/package/rpm.rb:142
6912
+ #: ../lib/puppet/provider/package/rpm.rb:131 ../lib/puppet/provider/package/rpm.rb:144
6893
6913
  msgid "RPMs must specify a package source"
6894
6914
  msgstr ""
6895
6915
 
@@ -6922,15 +6942,15 @@ msgstr ""
6922
6942
  msgid "The source parameter cannot be empty when using the Windows provider."
6923
6943
  msgstr ""
6924
6944
 
6925
- #: ../lib/puppet/provider/package/windows/package.rb:61
6945
+ #: ../lib/puppet/provider/package/windows/package.rb:62
6926
6946
  msgid "The source parameter is required when using the Windows provider."
6927
6947
  msgstr ""
6928
6948
 
6929
- #: ../lib/puppet/provider/package/windows/package.rb:69
6949
+ #: ../lib/puppet/provider/package/windows/package.rb:70
6930
6950
  msgid "The source does not exist: '%{source}'"
6931
6951
  msgstr ""
6932
6952
 
6933
- #: ../lib/puppet/provider/package/windows/package.rb:72
6953
+ #: ../lib/puppet/provider/package/windows/package.rb:73
6934
6954
  msgid "Don't know how to install '%{source}'"
6935
6955
  msgstr ""
6936
6956
 
@@ -6954,56 +6974,56 @@ msgstr ""
6954
6974
  msgid "Failed to update to version %{should}, got version %{version} instead"
6955
6975
  msgstr ""
6956
6976
 
6957
- #: ../lib/puppet/provider/package_targetable.rb:53
6977
+ #: ../lib/puppet/provider/package_targetable.rb:55
6958
6978
  msgid "Provider %{name} package command is not functional on this host"
6959
6979
  msgstr ""
6960
6980
 
6961
- #: ../lib/puppet/provider/package_targetable.rb:56
6981
+ #: ../lib/puppet/provider/package_targetable.rb:58
6962
6982
  msgid "Provider %{name} package command '%{cmd}' does not exist on this host"
6963
6983
  msgstr ""
6964
6984
 
6965
- #: ../lib/puppet/provider/parsedfile.rb:52
6985
+ #: ../lib/puppet/provider/parsedfile.rb:54
6966
6986
  msgid "Invalid filetype %{type}"
6967
6987
  msgstr ""
6968
6988
 
6969
- #: ../lib/puppet/provider/parsedfile.rb:99
6989
+ #: ../lib/puppet/provider/parsedfile.rb:102
6970
6990
  msgid "Failed to read %{target}'s records when prefetching them. Reason: %{detail}"
6971
6991
  msgstr ""
6972
6992
 
6973
- #: ../lib/puppet/provider/parsedfile.rb:287
6993
+ #: ../lib/puppet/provider/parsedfile.rb:291
6974
6994
  msgid "Could not prefetch %{resource} provider '%{name}' target '%{target}': %{detail}. Treating as empty"
6975
6995
  msgstr ""
6976
6996
 
6977
- #: ../lib/puppet/provider/parsedfile.rb:301
6997
+ #: ../lib/puppet/provider/parsedfile.rb:305
6978
6998
  msgid "Prefetching %{target} for provider %{name} returned nil"
6979
6999
  msgstr ""
6980
7000
 
6981
- #: ../lib/puppet/provider/parsedfile.rb:374
7001
+ #: ../lib/puppet/provider/parsedfile.rb:378
6982
7002
  msgid "Parsed Providers must define a default target"
6983
7003
  msgstr ""
6984
7004
 
6985
- #: ../lib/puppet/provider/parsedfile.rb:463
7005
+ #: ../lib/puppet/provider/parsedfile.rb:469
6986
7006
  msgid "Somehow got told to prefetch with no resource set"
6987
7007
  msgstr ""
6988
7008
 
6989
- #: ../lib/puppet/provider/service/base.rb:118
7009
+ #: ../lib/puppet/provider/service/base.rb:121
6990
7010
  msgid "%{name} is not running"
6991
7011
  msgstr ""
6992
7012
 
6993
7013
  #. TRANSLATORS 'plist' and label' should not be translated
6994
- #: ../lib/puppet/provider/service/launchd.rb:144
7014
+ #: ../lib/puppet/provider/service/launchd.rb:145
6995
7015
  msgid "The %{file} plist does not contain a 'label' key; Puppet is skipping it"
6996
7016
  msgstr ""
6997
7017
 
6998
- #: ../lib/puppet/provider/service/launchd.rb:204
7018
+ #: ../lib/puppet/provider/service/launchd.rb:205
6999
7019
  msgid "Reading overrides plist, attempt %{i}"
7000
7020
  msgstr ""
7001
7021
 
7002
- #: ../lib/puppet/provider/service/launchd.rb:207
7022
+ #: ../lib/puppet/provider/service/launchd.rb:208
7003
7023
  msgid "Unable to read overrides plist, too many attempts"
7004
7024
  msgstr ""
7005
7025
 
7006
- #: ../lib/puppet/provider/service/launchd.rb:208
7026
+ #: ../lib/puppet/provider/service/launchd.rb:209
7007
7027
  msgid "Overrides file could not be read, trying again."
7008
7028
  msgstr ""
7009
7029
 
@@ -7066,7 +7086,7 @@ msgid "Could not reset the groups property back to %{cur_groups} after setting t
7066
7086
  msgstr ""
7067
7087
 
7068
7088
  #. TRANSLATORS 'ruby-shadow' is a Ruby gem library
7069
- #: ../lib/puppet/provider/user/openbsd.rb:50
7089
+ #: ../lib/puppet/provider/user/openbsd.rb:51
7070
7090
  msgid "ruby-shadow doesn't support %{method}"
7071
7091
  msgstr ""
7072
7092
 
@@ -7090,46 +7110,46 @@ msgstr ""
7090
7110
  msgid "incorrect metaparams: %{detail}"
7091
7111
  msgstr ""
7092
7112
 
7093
- #: ../lib/puppet/reference/providers.rb:59
7113
+ #: ../lib/puppet/reference/providers.rb:58
7094
7114
  msgid ""
7095
7115
  " - Missing files %{files}\n"
7096
7116
  msgstr ""
7097
7117
 
7098
- #: ../lib/puppet/reference/providers.rb:63
7118
+ #: ../lib/puppet/reference/providers.rb:62
7099
7119
  msgid ""
7100
7120
  " - Setting %{name} (currently %{value}) not in list %{facts}\n"
7101
7121
  msgstr ""
7102
7122
 
7103
- #: ../lib/puppet/reference/providers.rb:65
7123
+ #: ../lib/puppet/reference/providers.rb:64
7104
7124
  msgid ""
7105
7125
  " - Fact %{name} (currently %{value}) not in list %{facts}\n"
7106
7126
  msgstr ""
7107
7127
 
7108
- #: ../lib/puppet/reference/providers.rb:69
7128
+ #: ../lib/puppet/reference/providers.rb:68
7109
7129
  msgid ""
7110
7130
  " - Got %{values} true tests that should have been false\n"
7111
7131
  msgstr ""
7112
7132
 
7113
- #: ../lib/puppet/reference/providers.rb:71
7133
+ #: ../lib/puppet/reference/providers.rb:70
7114
7134
  msgid ""
7115
7135
  " - Got %{values} false tests that should have been true\n"
7116
7136
  msgstr ""
7117
7137
 
7118
- #: ../lib/puppet/reference/providers.rb:73
7138
+ #: ../lib/puppet/reference/providers.rb:72
7119
7139
  msgid ""
7120
7140
  " - Missing features %{values}\n"
7121
7141
  msgstr ""
7122
7142
 
7123
- #: ../lib/puppet/reference/type.rb:80
7143
+ #: ../lib/puppet/reference/type.rb:81
7124
7144
  msgid "Could not retrieve property %{sname} on type %{type_name}"
7125
7145
  msgstr ""
7126
7146
 
7127
- #: ../lib/puppet/reference/type.rb:83
7147
+ #: ../lib/puppet/reference/type.rb:85
7128
7148
  msgid "No docs for %{type}[%{sname}]"
7129
7149
  msgstr ""
7130
7150
 
7131
7151
  #. TRANSLATORS 'NONE' should not be translated
7132
- #: ../lib/puppet/relationship.rb:34
7152
+ #: ../lib/puppet/relationship.rb:30
7133
7153
  msgid "You must pass a callback for non-NONE events"
7134
7154
  msgstr ""
7135
7155
 
@@ -7141,60 +7161,60 @@ msgstr ""
7141
7161
  msgid "Invalid node name %{host}"
7142
7162
  msgstr ""
7143
7163
 
7144
- #: ../lib/puppet/resource.rb:47
7164
+ #: ../lib/puppet/resource.rb:48
7145
7165
  msgid "No resource type provided in serialized data"
7146
7166
  msgstr ""
7147
7167
 
7148
- #: ../lib/puppet/resource.rb:48
7168
+ #: ../lib/puppet/resource.rb:50
7149
7169
  msgid "No resource title provided in serialized data"
7150
7170
  msgstr ""
7151
7171
 
7152
7172
  #. TRANSLATORS 'Puppet::Resource.new' should not be translated
7153
- #: ../lib/puppet/resource.rb:272
7173
+ #: ../lib/puppet/resource.rb:277
7154
7174
  msgid "Puppet::Resource.new does not take a hash as the first argument."
7155
7175
  msgstr ""
7156
7176
 
7157
- #: ../lib/puppet/resource.rb:273
7177
+ #: ../lib/puppet/resource.rb:278
7158
7178
  msgid "Did you mean (%{type}, %{title}) ?"
7159
7179
  msgstr ""
7160
7180
 
7161
- #: ../lib/puppet/resource.rb:310
7181
+ #: ../lib/puppet/resource.rb:315
7162
7182
  msgid "Could not find declared class %{title}"
7163
7183
  msgstr ""
7164
7184
 
7165
- #: ../lib/puppet/resource.rb:312
7185
+ #: ../lib/puppet/resource.rb:317
7166
7186
  msgid "Invalid resource type %{type}"
7167
7187
  msgstr ""
7168
7188
 
7169
- #: ../lib/puppet/resource.rb:499
7189
+ #: ../lib/puppet/resource.rb:504
7170
7190
  msgid "The method Puppet::Resource.set_default_parameters is deprecated and will be removed in the next major release of Puppet."
7171
7191
  msgstr ""
7172
7192
 
7173
- #: ../lib/puppet/resource.rb:504
7193
+ #: ../lib/puppet/resource.rb:509
7174
7194
  msgid "Cannot evaluate default parameters for %{resource} - not a parser resource"
7175
7195
  msgstr ""
7176
7196
 
7177
- #: ../lib/puppet/resource.rb:544
7197
+ #: ../lib/puppet/resource.rb:549
7178
7198
  msgid "The method Puppet::Resource.validate_complete is deprecated and will be removed in the next major release of Puppet."
7179
7199
  msgstr ""
7180
7200
 
7181
- #: ../lib/puppet/resource.rb:550
7201
+ #: ../lib/puppet/resource.rb:555
7182
7202
  msgid "Must pass %{param} to %{resource}"
7183
7203
  msgstr ""
7184
7204
 
7185
- #: ../lib/puppet/resource.rb:561
7205
+ #: ../lib/puppet/resource.rb:567
7186
7206
  msgid "Expected parameter '%{name}' of '%{value0}' to have type %{value1}, got %{value2}"
7187
7207
  msgstr ""
7188
7208
 
7189
- #: ../lib/puppet/resource.rb:567
7209
+ #: ../lib/puppet/resource.rb:573
7190
7210
  msgid "no parameter named '%{name}'"
7191
7211
  msgstr ""
7192
7212
 
7193
- #: ../lib/puppet/resource.rb:611
7213
+ #: ../lib/puppet/resource.rb:617
7194
7214
  msgid "No title provided and %{type} is not a valid resource reference"
7195
7215
  msgstr ""
7196
7216
 
7197
- #: ../lib/puppet/resource.rb:684
7217
+ #: ../lib/puppet/resource.rb:691
7198
7218
  msgid "No set of title patterns matched the title \"%{title}\"."
7199
7219
  msgstr ""
7200
7220
 
@@ -7202,29 +7222,29 @@ msgstr ""
7202
7222
  msgid "PuppetDB is not available"
7203
7223
  msgstr ""
7204
7224
 
7205
- #: ../lib/puppet/resource/capability_finder.rb:45
7225
+ #: ../lib/puppet/resource/capability_finder.rb:47
7206
7226
  msgid "Unexpected response from PuppetDB when looking up %{capability}:"
7207
7227
  msgstr ""
7208
7228
 
7209
- #: ../lib/puppet/resource/capability_finder.rb:46
7229
+ #: ../lib/puppet/resource/capability_finder.rb:48
7210
7230
  msgid "expected exactly one resource but got %{count};"
7211
7231
  msgstr ""
7212
7232
 
7213
- #: ../lib/puppet/resource/capability_finder.rb:47
7233
+ #: ../lib/puppet/resource/capability_finder.rb:49
7214
7234
  msgid ""
7215
7235
  "returned data is:\n"
7216
7236
  "%{resources}"
7217
7237
  msgstr ""
7218
7238
 
7219
- #: ../lib/puppet/resource/capability_finder.rb:78
7239
+ #: ../lib/puppet/resource/capability_finder.rb:81
7220
7240
  msgid "Looking up capability %{capability} in PuppetDB: %{query_terms}"
7221
7241
  msgstr ""
7222
7242
 
7223
- #: ../lib/puppet/resource/capability_finder.rb:102
7243
+ #: ../lib/puppet/resource/capability_finder.rb:105
7224
7244
  msgid "Unexpected response from PuppetDB when looking up %{capability}: expected an Array but got %{result}"
7225
7245
  msgstr ""
7226
7246
 
7227
- #: ../lib/puppet/resource/capability_finder.rb:109
7247
+ #: ../lib/puppet/resource/capability_finder.rb:112
7228
7248
  msgid ""
7229
7249
  "Invalid JSON from PuppetDB when looking up %{capability}\n"
7230
7250
  "%{detail}"
@@ -7239,44 +7259,44 @@ msgid "Cannot add resource %{resource_1} after %{resource_2} because %{resource_
7239
7259
  msgstr ""
7240
7260
 
7241
7261
  #. TRANSLATORS 'alias' should not be translated
7242
- #: ../lib/puppet/resource/catalog.rb:205
7262
+ #: ../lib/puppet/resource/catalog.rb:206
7243
7263
  msgid "Cannot alias %{resource} to %{key}; resource %{newref} already declared"
7244
7264
  msgstr ""
7245
7265
 
7246
7266
  #. TRANSLATORS 'alias' should not be translated
7247
- #: ../lib/puppet/resource/catalog.rb:209
7267
+ #: ../lib/puppet/resource/catalog.rb:210
7248
7268
  msgid "Cannot alias %{resource} to %{key} at %{resource_declaration}; resource %{newref} already declared"
7249
7269
  msgstr ""
7250
7270
 
7251
- #: ../lib/puppet/resource/catalog.rb:290
7271
+ #: ../lib/puppet/resource/catalog.rb:292
7252
7272
  msgid "Unknown resource type %{type}"
7253
7273
  msgstr ""
7254
7274
 
7255
- #: ../lib/puppet/resource/catalog.rb:451
7275
+ #: ../lib/puppet/resource/catalog.rb:446
7256
7276
  msgid "Could not intern from data: Could not find relationship source %{source} for %{target}"
7257
7277
  msgstr ""
7258
7278
 
7259
- #: ../lib/puppet/resource/catalog.rb:457
7279
+ #: ../lib/puppet/resource/catalog.rb:453
7260
7280
  msgid "Could not intern from data: Could not find relationship target %{target} for %{source}"
7261
7281
  msgstr ""
7262
7282
 
7263
- #: ../lib/puppet/resource/catalog.rb:550
7283
+ #: ../lib/puppet/resource/catalog.rb:543
7264
7284
  msgid "Could not create class file %{file}: %{detail}"
7265
7285
  msgstr ""
7266
7286
 
7267
- #: ../lib/puppet/resource/catalog.rb:566
7287
+ #: ../lib/puppet/resource/catalog.rb:559
7268
7288
  msgid "Could not create resource file %{file}: %{detail}"
7269
7289
  msgstr ""
7270
7290
 
7271
- #: ../lib/puppet/resource/catalog.rb:600
7291
+ #: ../lib/puppet/resource/catalog.rb:594
7272
7292
  msgid "Duplicate declaration: %{resource} is already declared; cannot redeclare"
7273
7293
  msgstr ""
7274
7294
 
7275
- #: ../lib/puppet/resource/catalog.rb:602
7295
+ #: ../lib/puppet/resource/catalog.rb:596
7276
7296
  msgid "Duplicate declaration: %{resource} is already declared at %{error_location}; cannot redeclare"
7277
7297
  msgstr ""
7278
7298
 
7279
- #: ../lib/puppet/resource/catalog.rb:650 ../lib/puppet/resource/catalog.rb:654
7299
+ #: ../lib/puppet/resource/catalog.rb:645 ../lib/puppet/resource/catalog.rb:650
7280
7300
  msgid "Could not find resource %{resource} when converting %{message} resources"
7281
7301
  msgstr ""
7282
7302
 
@@ -7296,55 +7316,55 @@ msgstr ""
7296
7316
  msgid "Resource type %{res_type} does not produce %{ex_type}"
7297
7317
  msgstr ""
7298
7318
 
7299
- #: ../lib/puppet/resource/type.rb:143
7319
+ #: ../lib/puppet/resource/type.rb:144
7300
7320
  msgid "Invalid resource supertype '%{type}'"
7301
7321
  msgstr ""
7302
7322
 
7303
- #: ../lib/puppet/resource/type.rb:190
7323
+ #: ../lib/puppet/resource/type.rb:192
7304
7324
  msgid "%{name} is not a class; cannot add code to it"
7305
7325
  msgstr ""
7306
7326
 
7307
- #: ../lib/puppet/resource/type.rb:191
7327
+ #: ../lib/puppet/resource/type.rb:193
7308
7328
  msgid "%{name} is not a class; cannot add code from it"
7309
7329
  msgstr ""
7310
7330
 
7311
- #: ../lib/puppet/resource/type.rb:195
7331
+ #: ../lib/puppet/resource/type.rb:197
7312
7332
  msgid "Cannot have code outside of a class/node/define because 'freeze_main' is enabled"
7313
7333
  msgstr ""
7314
7334
 
7315
- #: ../lib/puppet/resource/type.rb:199
7335
+ #: ../lib/puppet/resource/type.rb:201
7316
7336
  msgid "Cannot merge classes with different parent classes (%{name} => %{parent} vs. %{other_name} => %{other_parent})"
7317
7337
  msgstr ""
7318
7338
 
7319
- #: ../lib/puppet/resource/type.rb:230
7339
+ #: ../lib/puppet/resource/type.rb:232
7320
7340
  msgid "Cannot create resources for defined resource types"
7321
7341
  msgstr ""
7322
7342
 
7323
- #: ../lib/puppet/resource/type.rb:284
7343
+ #: ../lib/puppet/resource/type.rb:286
7324
7344
  msgid "The method Puppet::Resource::Type.assign_parameter_values is deprecated and will be removed in the next major release of Puppet."
7325
7345
  msgstr ""
7326
7346
 
7327
- #: ../lib/puppet/resource/type.rb:300
7347
+ #: ../lib/puppet/resource/type.rb:302
7328
7348
  msgid "Could not find parent resource type '%{parent}' of type %{parent_type} in %{env}"
7329
7349
  msgstr ""
7330
7350
 
7331
- #: ../lib/puppet/resource/type.rb:427
7351
+ #: ../lib/puppet/resource/type.rb:429
7332
7352
  msgid "Parameter '%{name}' is given a type, but is not a valid parameter."
7333
7353
  msgstr ""
7334
7354
 
7335
- #: ../lib/puppet/resource/type.rb:430
7355
+ #: ../lib/puppet/resource/type.rb:432
7336
7356
  msgid "Parameter '%{name}' is given a type that is not a Puppet Type, got %{class_name}"
7337
7357
  msgstr ""
7338
7358
 
7339
- #: ../lib/puppet/resource/type.rb:470
7359
+ #: ../lib/puppet/resource/type.rb:474
7340
7360
  msgid "Could not find scope for %{class_name}"
7341
7361
  msgstr ""
7342
7362
 
7343
- #: ../lib/puppet/resource/type.rb:491
7363
+ #: ../lib/puppet/resource/type.rb:495
7344
7364
  msgid "%{param} is a metaparam; this value will inherit to all contained resources in the %{name} definition"
7345
7365
  msgstr ""
7346
7366
 
7347
- #: ../lib/puppet/resource/type.rb:493
7367
+ #: ../lib/puppet/resource/type.rb:497
7348
7368
  msgid "%{param} is a metaparameter; please choose another parameter name in the %{name} definition"
7349
7369
  msgstr ""
7350
7370
 
@@ -7368,35 +7388,35 @@ msgstr ""
7368
7388
  msgid "Site is already defined%{error}; cannot redefine"
7369
7389
  msgstr ""
7370
7390
 
7371
- #: ../lib/puppet/resource/type_collection.rb:147
7391
+ #: ../lib/puppet/resource/type_collection.rb:148
7372
7392
  msgid "'%{name}' is already defined%{error} as a class; cannot redefine as a definition"
7373
7393
  msgstr ""
7374
7394
 
7375
- #: ../lib/puppet/resource/type_collection.rb:148
7395
+ #: ../lib/puppet/resource/type_collection.rb:149
7376
7396
  msgid "Definition '%{name}' is already defined%{error}; cannot be redefined"
7377
7397
  msgstr ""
7378
7398
 
7379
- #: ../lib/puppet/resource/type_collection.rb:149 ../lib/puppet/resource/type_collection.rb:165
7399
+ #: ../lib/puppet/resource/type_collection.rb:150 ../lib/puppet/resource/type_collection.rb:166
7380
7400
  msgid "'%{name}' is already defined%{error} as an application; cannot be redefined"
7381
7401
  msgstr ""
7382
7402
 
7383
- #: ../lib/puppet/resource/type_collection.rb:154
7403
+ #: ../lib/puppet/resource/type_collection.rb:155
7384
7404
  msgid "'%{name}' is already defined%{error} as a class; cannot redefine as a mapping"
7385
7405
  msgstr ""
7386
7406
 
7387
- #: ../lib/puppet/resource/type_collection.rb:163
7407
+ #: ../lib/puppet/resource/type_collection.rb:164
7388
7408
  msgid "'%{name}' is already defined%{error} as a class; cannot redefine as an application"
7389
7409
  msgstr ""
7390
7410
 
7391
- #: ../lib/puppet/resource/type_collection.rb:164
7411
+ #: ../lib/puppet/resource/type_collection.rb:165
7392
7412
  msgid "'%{name}' is already defined%{error} as a definition; cannot redefine as an application"
7393
7413
  msgstr ""
7394
7414
 
7395
- #: ../lib/puppet/resource/type_collection.rb:217
7415
+ #: ../lib/puppet/resource/type_collection.rb:218
7396
7416
  msgid "Execution of config_version command `%{cmd}` failed: %{message}"
7397
7417
  msgstr ""
7398
7418
 
7399
- #: ../lib/puppet/resource/type_collection.rb:237
7419
+ #: ../lib/puppet/resource/type_collection.rb:238
7400
7420
  msgid "Not attempting to load %{type} %{fqname} as this object was missing during a prior compilation"
7401
7421
  msgstr ""
7402
7422
 
@@ -7420,61 +7440,61 @@ msgstr ""
7420
7440
  msgid "Attempting to initialize global default settings more than once!"
7421
7441
  msgstr ""
7422
7442
 
7423
- #: ../lib/puppet/settings.rb:457
7443
+ #: ../lib/puppet/settings.rb:459
7424
7444
  msgid "Using --configprint is deprecated. Use 'puppet config <subcommand>' instead."
7425
7445
  msgstr ""
7426
7446
 
7427
- #: ../lib/puppet/settings.rb:599
7447
+ #: ../lib/puppet/settings.rb:601
7428
7448
  msgid "Could not load %{file}: %{detail}"
7429
7449
  msgstr ""
7430
7450
 
7431
- #: ../lib/puppet/settings.rb:700
7451
+ #: ../lib/puppet/settings.rb:706
7432
7452
  msgid "Invalid setting type '%{type}'"
7433
7453
  msgstr ""
7434
7454
 
7435
- #: ../lib/puppet/settings.rb:844
7455
+ #: ../lib/puppet/settings.rb:852
7436
7456
  msgid "Unknown searchpath case: %{source_type} for the %{source} settings path element."
7437
7457
  msgstr ""
7438
7458
 
7439
- #: ../lib/puppet/settings.rb:906
7459
+ #: ../lib/puppet/settings.rb:915
7440
7460
  msgid "setting definition for '%{name}' is not a hash!"
7441
7461
  msgstr ""
7442
7462
 
7443
- #: ../lib/puppet/settings.rb:911
7463
+ #: ../lib/puppet/settings.rb:920
7444
7464
  msgid "Setting %{name} is already defined"
7445
7465
  msgstr ""
7446
7466
 
7447
- #: ../lib/puppet/settings.rb:915
7467
+ #: ../lib/puppet/settings.rb:926
7448
7468
  msgid "Setting %{name} is already using short name '%{short}'"
7449
7469
  msgstr ""
7450
7470
 
7451
- #: ../lib/puppet/settings.rb:1172
7471
+ #: ../lib/puppet/settings.rb:1185
7452
7472
  msgid "Setting %{name} is deprecated."
7453
7473
  msgstr ""
7454
7474
 
7455
7475
  #. TRANSLATORS 'puppet.conf' is a file name and should not be translated
7456
- #: ../lib/puppet/settings.rb:1177
7476
+ #: ../lib/puppet/settings.rb:1190
7457
7477
  msgid "Setting %{name} is deprecated in puppet.conf."
7458
7478
  msgstr ""
7459
7479
 
7460
- #: ../lib/puppet/settings.rb:1344
7480
+ #: ../lib/puppet/settings.rb:1359
7461
7481
  msgid "Error converting value for param '%{name}': %{detail}"
7462
7482
  msgstr ""
7463
7483
 
7464
- #: ../lib/puppet/settings.rb:1368
7484
+ #: ../lib/puppet/settings.rb:1383
7465
7485
  msgid "Could not find value for %{expression}"
7466
7486
  msgstr ""
7467
7487
 
7468
7488
  #. TRANSLATORS '$environment' is a Puppet specific variable and should not be translated
7469
- #: ../lib/puppet/settings.rb:1378
7489
+ #: ../lib/puppet/settings.rb:1393
7470
7490
  msgid "You cannot interpolate $environment within '%{setting_name}' when using directory environments."
7471
7491
  msgstr ""
7472
7492
 
7473
- #: ../lib/puppet/settings.rb:1379
7493
+ #: ../lib/puppet/settings.rb:1394
7474
7494
  msgid "Its value will remain %{value}."
7475
7495
  msgstr ""
7476
7496
 
7477
- #: ../lib/puppet/settings.rb:1410
7497
+ #: ../lib/puppet/settings.rb:1425
7478
7498
  msgid "Attempt to assign a value to unknown setting %{name}"
7479
7499
  msgstr ""
7480
7500
 
@@ -7497,28 +7517,28 @@ msgid "Invalid option %{value} for call_hook"
7497
7517
  msgstr ""
7498
7518
 
7499
7519
  #. TRANSLATORS ':call_hook' and ':hook' are specific setting names and should not be translated
7500
- #: ../lib/puppet/settings/base_setting.rb:76
7520
+ #: ../lib/puppet/settings/base_setting.rb:77
7501
7521
  msgid "Cannot reference :call_hook for :%{name} if no :hook is defined"
7502
7522
  msgstr ""
7503
7523
 
7504
- #: ../lib/puppet/settings/base_setting.rb:82
7524
+ #: ../lib/puppet/settings/base_setting.rb:83
7505
7525
  msgid "%{class_name} (setting '%{setting}') does not accept %{parameter}"
7506
7526
  msgstr ""
7507
7527
 
7508
- #: ../lib/puppet/settings/base_setting.rb:89
7528
+ #: ../lib/puppet/settings/base_setting.rb:90
7509
7529
  msgid "You must provide a description for the %{class_name} config option"
7510
7530
  msgstr ""
7511
7531
 
7512
- #: ../lib/puppet/settings/base_setting.rb:103
7532
+ #: ../lib/puppet/settings/base_setting.rb:104
7513
7533
  msgid "Short names can only be one character."
7514
7534
  msgstr ""
7515
7535
 
7516
7536
  #. TRANSLATORS 'deprecated' is a Puppet setting and ':completely' and ':allowed_on_commandline' are possible values and should not be translated
7517
- #: ../lib/puppet/settings/base_setting.rb:172
7537
+ #: ../lib/puppet/settings/base_setting.rb:173
7518
7538
  msgid "Unsupported deprecated value '%{deprecation}'."
7519
7539
  msgstr ""
7520
7540
 
7521
- #: ../lib/puppet/settings/base_setting.rb:173
7541
+ #: ../lib/puppet/settings/base_setting.rb:174
7522
7542
  msgid "Supported values for deprecated are ':completely' or ':allowed_on_commandline'"
7523
7543
  msgstr ""
7524
7544
 
@@ -7551,15 +7571,15 @@ msgstr ""
7551
7571
  msgid "(See https://puppet.com/docs/puppet/latest/environments_about.html)"
7552
7572
  msgstr ""
7553
7573
 
7554
- #: ../lib/puppet/settings/config_file.rb:137
7574
+ #: ../lib/puppet/settings/config_file.rb:138
7555
7575
  msgid "Invalid file option '%{parameter}'"
7556
7576
  msgstr ""
7557
7577
 
7558
- #: ../lib/puppet/settings/config_file.rb:141
7578
+ #: ../lib/puppet/settings/config_file.rb:142
7559
7579
  msgid "File modes must be numbers"
7560
7580
  msgstr ""
7561
7581
 
7562
- #: ../lib/puppet/settings/config_file.rb:144
7582
+ #: ../lib/puppet/settings/config_file.rb:145
7563
7583
  msgid "Could not parse '%{string}'"
7564
7584
  msgstr ""
7565
7585
 
@@ -7584,11 +7604,11 @@ msgstr ""
7584
7604
  msgid "Invalid settings in environment.conf at '%{path_to_conf_file}'. The following unknown setting(s) are being ignored: %{ignored_settings}"
7585
7605
  msgstr ""
7586
7606
 
7587
- #: ../lib/puppet/settings/file_setting.rb:182
7607
+ #: ../lib/puppet/settings/file_setting.rb:183
7588
7608
  msgid "Settings parameter '%{name}' is undefined"
7589
7609
  msgstr ""
7590
7610
 
7591
- #: ../lib/puppet/settings/file_setting.rb:218
7611
+ #: ../lib/puppet/settings/file_setting.rb:219
7592
7612
  msgid "The %{parameter} parameter for the setting '%{name}' must be either 'root' or 'service', not '%{value}'"
7593
7613
  msgstr ""
7594
7614
 
@@ -7632,7 +7652,7 @@ msgstr ""
7632
7652
  msgid "Name must be supplied if it cannot be determined from the instance"
7633
7653
  msgstr ""
7634
7654
 
7635
- #: ../lib/puppet/ssl/base.rb:141
7655
+ #: ../lib/puppet/ssl/base.rb:142
7636
7656
  msgid "Unknown signature algorithm '%{ln}'"
7637
7657
  msgstr ""
7638
7658
 
@@ -7736,7 +7756,7 @@ msgid ""
7736
7756
  " 2. puppet %{puppet_params}\n"
7737
7757
  msgstr ""
7738
7758
 
7739
- #: ../lib/puppet/ssl/host.rb:206
7759
+ #: ../lib/puppet/ssl/host.rb:210
7740
7760
  msgid ""
7741
7761
  "The CSR retrieved from the master does not match the agent's public key.\n"
7742
7762
  "CSR fingerprint: %{fingerprint}\n"
@@ -7750,53 +7770,53 @@ msgid ""
7750
7770
  " 2. puppet %{puppet_params}\n"
7751
7771
  msgstr ""
7752
7772
 
7753
- #: ../lib/puppet/ssl/host.rb:260 ../lib/puppet/ssl/host.rb:281
7773
+ #: ../lib/puppet/ssl/host.rb:264 ../lib/puppet/ssl/host.rb:285
7754
7774
  msgid "Could not request certificate: %{message}"
7755
7775
  msgstr ""
7756
7776
 
7757
- #: ../lib/puppet/ssl/host.rb:262
7777
+ #: ../lib/puppet/ssl/host.rb:266
7758
7778
  msgid "Exiting; failed to retrieve certificate and waitforcert is disabled"
7759
7779
  msgstr ""
7760
7780
 
7761
- #: ../lib/puppet/ssl/host.rb:271
7781
+ #: ../lib/puppet/ssl/host.rb:275
7762
7782
  msgid "Exiting; no certificate found and waitforcert is disabled"
7763
7783
  msgstr ""
7764
7784
 
7765
- #: ../lib/puppet/ssl/host.rb:279
7785
+ #: ../lib/puppet/ssl/host.rb:283
7766
7786
  msgid "Did not receive certificate"
7767
7787
  msgstr ""
7768
7788
 
7769
- #: ../lib/puppet/ssl/host.rb:319
7789
+ #: ../lib/puppet/ssl/host.rb:323
7770
7790
  msgid "Response from the CA did not contain a valid certificate request: %{message}"
7771
7791
  msgstr ""
7772
7792
 
7773
- #: ../lib/puppet/ssl/host.rb:325
7793
+ #: ../lib/puppet/ssl/host.rb:329
7774
7794
  msgid "Could not download certificate request: %{message}"
7775
7795
  msgstr ""
7776
7796
 
7777
- #: ../lib/puppet/ssl/host.rb:352
7797
+ #: ../lib/puppet/ssl/host.rb:356
7778
7798
  msgid ""
7779
7799
  "Failed attempting to load CRL from %{crl_path}! The CRL below caused the error '%{error}':\n"
7780
7800
  "%{crl}"
7781
7801
  msgstr ""
7782
7802
 
7783
- #: ../lib/puppet/ssl/host.rb:384 ../lib/puppet/ssl/state_machine.rb:107
7803
+ #: ../lib/puppet/ssl/host.rb:388 ../lib/puppet/ssl/state_machine.rb:119
7784
7804
  msgid "Could not download CRLs: %{message}"
7785
7805
  msgstr ""
7786
7806
 
7787
- #: ../lib/puppet/ssl/host.rb:414
7807
+ #: ../lib/puppet/ssl/host.rb:422
7788
7808
  msgid "The certificate at %{file_path} is invalid. Could not load."
7789
7809
  msgstr ""
7790
7810
 
7791
- #: ../lib/puppet/ssl/host.rb:435
7811
+ #: ../lib/puppet/ssl/host.rb:443
7792
7812
  msgid "Response from the CA did not contain a valid certificate for %{cert_name}."
7793
7813
  msgstr ""
7794
7814
 
7795
- #: ../lib/puppet/ssl/host.rb:439
7815
+ #: ../lib/puppet/ssl/host.rb:447
7796
7816
  msgid "No certificate for %{cert_name} on CA"
7797
7817
  msgstr ""
7798
7818
 
7799
- #: ../lib/puppet/ssl/host.rb:442
7819
+ #: ../lib/puppet/ssl/host.rb:450
7800
7820
  msgid "Could not download host certificate: %{message}"
7801
7821
  msgstr ""
7802
7822
 
@@ -7896,87 +7916,95 @@ msgstr ""
7896
7916
  msgid "Certificate '%{subject}' failed verification (%{err}): %{err_utf8}"
7897
7917
  msgstr ""
7898
7918
 
7899
- #: ../lib/puppet/ssl/state_machine.rb:59
7919
+ #: ../lib/puppet/ssl/state_machine.rb:52
7920
+ msgid "Verified CA bundle with digest (%{digest_type}) %{actual_digest}"
7921
+ msgstr ""
7922
+
7923
+ #: ../lib/puppet/ssl/state_machine.rb:55
7924
+ msgid "CA bundle with digest (%{digest_type}) %{actual_digest} did not match expected digest %{expected_digest}"
7925
+ msgstr ""
7926
+
7927
+ #: ../lib/puppet/ssl/state_machine.rb:71
7900
7928
  msgid "CA certificate is missing from the server"
7901
7929
  msgstr ""
7902
7930
 
7903
- #: ../lib/puppet/ssl/state_machine.rb:61
7931
+ #: ../lib/puppet/ssl/state_machine.rb:73
7904
7932
  msgid "Could not download CA certificate: %{message}"
7905
7933
  msgstr ""
7906
7934
 
7907
- #: ../lib/puppet/ssl/state_machine.rb:105
7935
+ #: ../lib/puppet/ssl/state_machine.rb:117
7908
7936
  msgid "CRL is missing from the server"
7909
7937
  msgstr ""
7910
7938
 
7911
- #: ../lib/puppet/ssl/state_machine.rb:114
7939
+ #: ../lib/puppet/ssl/state_machine.rb:126
7912
7940
  msgid "Refreshing CRL"
7913
7941
  msgstr ""
7914
7942
 
7915
- #: ../lib/puppet/ssl/state_machine.rb:120
7943
+ #: ../lib/puppet/ssl/state_machine.rb:132
7916
7944
  msgid "CRL is unmodified, using existing CRL"
7917
7945
  msgstr ""
7918
7946
 
7919
- #: ../lib/puppet/ssl/state_machine.rb:122 ../lib/puppet/ssl/state_machine.rb:128
7947
+ #: ../lib/puppet/ssl/state_machine.rb:134 ../lib/puppet/ssl/state_machine.rb:140
7920
7948
  msgid "Failed to refresh CRL, using existing CRL: %{message}"
7921
7949
  msgstr ""
7922
7950
 
7923
- #: ../lib/puppet/ssl/state_machine.rb:152
7951
+ #: ../lib/puppet/ssl/state_machine.rb:164
7924
7952
  msgid "Loading/generating private key"
7925
7953
  msgstr ""
7926
7954
 
7927
- #: ../lib/puppet/ssl/state_machine.rb:169
7955
+ #: ../lib/puppet/ssl/state_machine.rb:181
7928
7956
  msgid "Creating a new RSA SSL key for %{name}"
7929
7957
  msgstr ""
7930
7958
 
7931
- #: ../lib/puppet/ssl/state_machine.rb:199
7959
+ #: ../lib/puppet/ssl/state_machine.rb:211
7932
7960
  msgid "Generating and submitting a CSR"
7933
7961
  msgstr ""
7934
7962
 
7935
- #: ../lib/puppet/ssl/state_machine.rb:209
7963
+ #: ../lib/puppet/ssl/state_machine.rb:221
7936
7964
  msgid "Failed to submit the CSR, HTTP response was %{code}"
7937
7965
  msgstr ""
7938
7966
 
7939
- #: ../lib/puppet/ssl/state_machine.rb:218
7967
+ #: ../lib/puppet/ssl/state_machine.rb:230
7940
7968
  msgid "Downloading client certificate"
7941
7969
  msgstr ""
7942
7970
 
7943
- #: ../lib/puppet/ssl/state_machine.rb:233
7971
+ #: ../lib/puppet/ssl/state_machine.rb:245
7944
7972
  msgid "Failed to parse certificate: %{message}"
7945
7973
  msgstr ""
7946
7974
 
7947
- #: ../lib/puppet/ssl/state_machine.rb:236
7975
+ #: ../lib/puppet/ssl/state_machine.rb:248
7948
7976
  msgid "Certificate for %{certname} has not been signed yet"
7949
7977
  msgstr ""
7950
7978
 
7951
- #: ../lib/puppet/ssl/state_machine.rb:237
7979
+ #: ../lib/puppet/ssl/state_machine.rb:249
7952
7980
  msgid "Couldn't fetch certificate from CA server; you might still need to sign this agent's certificate (%{name})."
7953
7981
  msgstr ""
7954
7982
 
7955
- #: ../lib/puppet/ssl/state_machine.rb:240
7983
+ #: ../lib/puppet/ssl/state_machine.rb:252
7956
7984
  msgid "Failed to retrieve certificate for %{certname}: %{message}"
7957
7985
  msgstr ""
7958
7986
 
7959
- #: ../lib/puppet/ssl/state_machine.rb:256
7987
+ #: ../lib/puppet/ssl/state_machine.rb:268
7960
7988
  msgid "Exiting now because the waitforcert setting is set to 0."
7961
7989
  msgstr ""
7962
7990
 
7963
- #: ../lib/puppet/ssl/state_machine.rb:259
7991
+ #: ../lib/puppet/ssl/state_machine.rb:271
7964
7992
  msgid "Couldn't fetch certificate from CA server; you might still need to sign this agent's certificate (%{name}). Exiting now because the maxwaitforcert timeout has been exceeded."
7965
7993
  msgstr ""
7966
7994
 
7967
- #: ../lib/puppet/ssl/state_machine.rb:262
7995
+ #: ../lib/puppet/ssl/state_machine.rb:274
7968
7996
  msgid "Will try again in %{time} seconds."
7969
7997
  msgstr ""
7970
7998
 
7971
- #: ../lib/puppet/ssl/state_machine.rb:352
7999
+ #: ../lib/puppet/ssl/state_machine.rb:371
7972
8000
  msgid "Verified client certificate '%{subject}' fingerprint %{digest}"
7973
8001
  msgstr ""
7974
8002
 
7975
- #: ../lib/puppet/ssl/state_machine.rb:354
8003
+ #: ../lib/puppet/ssl/state_machine.rb:373
7976
8004
  msgid "Verified CA certificate '%{subject}' fingerprint %{digest}"
7977
8005
  msgstr ""
7978
8006
 
7979
- #: ../lib/puppet/ssl/state_machine.rb:394
8007
+ #: ../lib/puppet/ssl/state_machine.rb:413
7980
8008
  msgid "Another puppet instance is already running; exiting"
7981
8009
  msgstr ""
7982
8010
 
@@ -8127,33 +8155,33 @@ msgstr ""
8127
8155
  msgid "Failed to generate additional resources using 'eval_generate': %{detail}"
8128
8156
  msgstr ""
8129
8157
 
8130
- #: ../lib/puppet/transaction/event.rb:123
8158
+ #: ../lib/puppet/transaction/event.rb:124
8131
8159
  msgid "Event status can only be %{statuses}"
8132
8160
  msgstr ""
8133
8161
 
8134
- #: ../lib/puppet/transaction/event_manager.rb:87
8162
+ #: ../lib/puppet/transaction/event_manager.rb:88
8135
8163
  msgid "Unscheduling all events on %{target}"
8136
8164
  msgstr ""
8137
8165
 
8138
- #: ../lib/puppet/transaction/event_manager.rb:93
8166
+ #: ../lib/puppet/transaction/event_manager.rb:94
8139
8167
  msgid "Unscheduling %{callback} on %{target}"
8140
8168
  msgstr ""
8141
8169
 
8142
- #: ../lib/puppet/transaction/event_manager.rb:108
8170
+ #: ../lib/puppet/transaction/event_manager.rb:109
8143
8171
  msgid "Scheduling %{callback} of %{target}"
8144
8172
  msgstr ""
8145
8173
 
8146
- #: ../lib/puppet/transaction/event_manager.rb:150
8174
+ #: ../lib/puppet/transaction/event_manager.rb:152
8147
8175
  msgid "Triggered '%{callback}' from %{count} event"
8148
8176
  msgid_plural "Triggered '%{callback}' from %{count} events"
8149
8177
  msgstr[0] ""
8150
8178
  msgstr[1] ""
8151
8179
 
8152
- #: ../lib/puppet/transaction/event_manager.rb:157
8180
+ #: ../lib/puppet/transaction/event_manager.rb:159
8153
8181
  msgid "Failed to call %{callback}: %{detail}"
8154
8182
  msgstr ""
8155
8183
 
8156
- #: ../lib/puppet/transaction/event_manager.rb:172
8184
+ #: ../lib/puppet/transaction/event_manager.rb:174
8157
8185
  msgid "Would have triggered '%{callback}' from %{count} event"
8158
8186
  msgid_plural "Would have triggered '%{callback}' from %{count} events"
8159
8187
  msgstr[0] ""
@@ -8183,39 +8211,39 @@ msgstr ""
8183
8211
  msgid "Transaction store file %{filename} is valid YAML but not returning a hash. Check the file for corruption, or remove it before continuing."
8184
8212
  msgstr ""
8185
8213
 
8186
- #: ../lib/puppet/transaction/resource_harness.rb:50
8214
+ #: ../lib/puppet/transaction/resource_harness.rb:51
8187
8215
  msgid "Cannot schedule without a schedule-containing catalog"
8188
8216
  msgstr ""
8189
8217
 
8190
- #: ../lib/puppet/transaction/resource_harness.rb:55
8218
+ #: ../lib/puppet/transaction/resource_harness.rb:57
8191
8219
  msgid "Could not find schedule %{name}"
8192
8220
  msgstr ""
8193
8221
 
8194
- #: ../lib/puppet/transaction/resource_harness.rb:147 ../lib/puppet/transaction/resource_harness.rb:155
8222
+ #: ../lib/puppet/transaction/resource_harness.rb:149 ../lib/puppet/transaction/resource_harness.rb:157
8195
8223
  msgid "change from %s to %s failed: "
8196
8224
  msgstr ""
8197
8225
 
8198
- #: ../lib/puppet/transaction/resource_harness.rb:162
8226
+ #: ../lib/puppet/transaction/resource_harness.rb:164
8199
8227
  msgid "could not create change error message for %{name}"
8200
8228
  msgstr ""
8201
8229
 
8202
- #: ../lib/puppet/transaction/resource_harness.rb:215
8230
+ #: ../lib/puppet/transaction/resource_harness.rb:217
8203
8231
  msgid "audit change: previously recorded value %s has been changed to %s"
8204
8232
  msgstr ""
8205
8233
 
8206
- #: ../lib/puppet/transaction/resource_harness.rb:225
8234
+ #: ../lib/puppet/transaction/resource_harness.rb:227
8207
8235
  msgid " (previously recorded value was %s)"
8208
8236
  msgstr ""
8209
8237
 
8210
- #: ../lib/puppet/transaction/resource_harness.rb:232
8238
+ #: ../lib/puppet/transaction/resource_harness.rb:234
8211
8239
  msgid "current_value %s, should be %s (noop)"
8212
8240
  msgstr ""
8213
8241
 
8214
- #: ../lib/puppet/transaction/resource_harness.rb:241
8242
+ #: ../lib/puppet/transaction/resource_harness.rb:243
8215
8243
  msgid "changed %s to %s"
8216
8244
  msgstr ""
8217
8245
 
8218
- #: ../lib/puppet/transaction/resource_harness.rb:264
8246
+ #: ../lib/puppet/transaction/resource_harness.rb:266
8219
8247
  msgid "audit change: newly-recorded value %s"
8220
8248
  msgstr ""
8221
8249
 
@@ -8227,69 +8255,69 @@ msgstr ""
8227
8255
  msgid "Class %{class_name} already has a property named %{property}"
8228
8256
  msgstr ""
8229
8257
 
8230
- #: ../lib/puppet/type.rb:598
8258
+ #: ../lib/puppet/type.rb:599
8231
8259
  msgid "Class %{class_name} has not defined parameters"
8232
8260
  msgstr ""
8233
8261
 
8234
- #: ../lib/puppet/type.rb:682
8262
+ #: ../lib/puppet/type.rb:686
8235
8263
  msgid "Parameter %{name} failed on %{ref}: %{detail}"
8236
8264
  msgstr ""
8237
8265
 
8238
- #: ../lib/puppet/type.rb:705
8266
+ #: ../lib/puppet/type.rb:709
8239
8267
  msgid "Undefined attribute '%{attribute}' in %{name}"
8240
8268
  msgstr ""
8241
8269
 
8242
8270
  #. TRANSLATORS 'is' is a variable name and should not be translated
8243
8271
  #. TRANSLATORS 'is' is a variable name and should not be translated
8244
- #: ../lib/puppet/type.rb:1029 ../lib/puppet/type.rb:1040
8272
+ #: ../lib/puppet/type.rb:1052 ../lib/puppet/type.rb:1063
8245
8273
  msgid "The 'is' value is not in the 'is' array for '%{name}'"
8246
8274
  msgstr ""
8247
8275
 
8248
- #: ../lib/puppet/type.rb:1166
8276
+ #: ../lib/puppet/type.rb:1194
8249
8277
  msgid "%{name} has no providers and has not overridden 'instances'"
8250
8278
  msgstr ""
8251
8279
 
8252
- #: ../lib/puppet/type.rb:1425
8280
+ #: ../lib/puppet/type.rb:1456
8253
8281
  msgid "Cannot add aliases without a catalog"
8254
8282
  msgstr ""
8255
8283
 
8256
- #: ../lib/puppet/type.rb:1504
8284
+ #: ../lib/puppet/type.rb:1536
8257
8285
  msgid "Could not find %{description} %{ref} for %{resource}"
8258
8286
  msgstr ""
8259
8287
 
8260
- #: ../lib/puppet/type.rb:1777
8288
+ #: ../lib/puppet/type.rb:1811
8261
8289
  msgid "Found multiple default providers for %{name}: %{provider_list}; using %{selected_provider}"
8262
8290
  msgstr ""
8263
8291
 
8264
- #: ../lib/puppet/type.rb:1862
8292
+ #: ../lib/puppet/type.rb:1898
8265
8293
  msgid "Could not find parent provider %{parent} of %{name}"
8266
8294
  msgstr ""
8267
8295
 
8268
- #: ../lib/puppet/type.rb:1938
8296
+ #: ../lib/puppet/type.rb:1974
8269
8297
  msgid "Invalid %{resource} provider '%{provider_class}'"
8270
8298
  msgstr ""
8271
8299
 
8272
- #: ../lib/puppet/type.rb:2021
8300
+ #: ../lib/puppet/type.rb:2059
8273
8301
  msgid "Could not find %{name} provider of %{provider}"
8274
8302
  msgstr ""
8275
8303
 
8276
- #: ../lib/puppet/type.rb:2138
8304
+ #: ../lib/puppet/type.rb:2177
8277
8305
  msgid "You cannot add relationships without a catalog"
8278
8306
  msgstr ""
8279
8307
 
8280
- #: ../lib/puppet/type.rb:2445
8308
+ #: ../lib/puppet/type.rb:2482
8281
8309
  msgid "Unable to mark '%{name}' as sensitive: %{name} is a parameter and not a property, and cannot be automatically redacted."
8282
8310
  msgstr ""
8283
8311
 
8284
- #: ../lib/puppet/type.rb:2448
8312
+ #: ../lib/puppet/type.rb:2485
8285
8313
  msgid "Unable to mark '%{name}' as sensitive: the property itself was not assigned a value."
8286
8314
  msgstr ""
8287
8315
 
8288
- #: ../lib/puppet/type.rb:2450
8316
+ #: ../lib/puppet/type.rb:2487
8289
8317
  msgid "Unable to mark '%{name}' as sensitive: the property itself is not defined on %{type}."
8290
8318
  msgstr ""
8291
8319
 
8292
- #: ../lib/puppet/type.rb:2508
8320
+ #: ../lib/puppet/type.rb:2545
8293
8321
  msgid "Could not set %{attribute} on %{class_name}: %{detail}"
8294
8322
  msgstr ""
8295
8323
 
@@ -8301,64 +8329,64 @@ msgstr ""
8301
8329
  msgid "Command exceeded timeout"
8302
8330
  msgstr ""
8303
8331
 
8304
- #: ../lib/puppet/type/exec.rb:165
8332
+ #: ../lib/puppet/type/exec.rb:166
8305
8333
  msgid "[command redacted] returned %{status} instead of one of [%{expected}]"
8306
8334
  msgstr ""
8307
8335
 
8308
- #: ../lib/puppet/type/exec.rb:167
8336
+ #: ../lib/puppet/type/exec.rb:168
8309
8337
  msgid "'%{cmd}' returned %{status} instead of one of [%{expected}]"
8310
8338
  msgstr ""
8311
8339
 
8312
- #: ../lib/puppet/type/exec.rb:188
8340
+ #: ../lib/puppet/type/exec.rb:189
8313
8341
  msgid "Command must be a String, got value of class %{klass}"
8314
8342
  msgstr ""
8315
8343
 
8316
- #: ../lib/puppet/type/exec.rb:220
8344
+ #: ../lib/puppet/type/exec.rb:221
8317
8345
  msgid "Unable to execute commands as other users on Windows"
8318
8346
  msgstr ""
8319
8347
 
8320
- #: ../lib/puppet/type/exec.rb:222
8348
+ #: ../lib/puppet/type/exec.rb:223
8321
8349
  msgid "Only root can execute commands as other users"
8322
8350
  msgstr ""
8323
8351
 
8324
- #: ../lib/puppet/type/exec.rb:278
8352
+ #: ../lib/puppet/type/exec.rb:279
8325
8353
  msgid "Invalid environment setting '%{value}'"
8326
8354
  msgstr ""
8327
8355
 
8328
- #: ../lib/puppet/type/exec.rb:291
8356
+ #: ../lib/puppet/type/exec.rb:292
8329
8357
  msgid "The umask specification is invalid: %{value}"
8330
8358
  msgstr ""
8331
8359
 
8332
- #: ../lib/puppet/type/exec.rb:307
8360
+ #: ../lib/puppet/type/exec.rb:308
8333
8361
  msgid "The timeout must be a number."
8334
8362
  msgstr ""
8335
8363
 
8336
- #: ../lib/puppet/type/exec.rb:324
8364
+ #: ../lib/puppet/type/exec.rb:325
8337
8365
  msgid "Tries must be an integer"
8338
8366
  msgstr ""
8339
8367
 
8340
- #: ../lib/puppet/type/exec.rb:328
8368
+ #: ../lib/puppet/type/exec.rb:329
8341
8369
  msgid "Tries must be an integer >= 1"
8342
8370
  msgstr ""
8343
8371
 
8344
- #: ../lib/puppet/type/exec.rb:341
8372
+ #: ../lib/puppet/type/exec.rb:342
8345
8373
  msgid "try_sleep must be a number"
8346
8374
  msgstr ""
8347
8375
 
8348
- #: ../lib/puppet/type/exec.rb:345
8376
+ #: ../lib/puppet/type/exec.rb:346
8349
8377
  msgid "try_sleep cannot be a negative number"
8350
8378
  msgstr ""
8351
8379
 
8352
8380
  #. TRANSLATORS 'creates' is a parameter name and should not be translated
8353
- #: ../lib/puppet/type/exec.rb:417
8381
+ #: ../lib/puppet/type/exec.rb:418
8354
8382
  msgid "Checking that 'creates' path '%{creates_path}' exists"
8355
8383
  msgstr ""
8356
8384
 
8357
- #: ../lib/puppet/type/exec.rb:462 ../lib/puppet/type/exec.rb:514
8385
+ #: ../lib/puppet/type/exec.rb:463 ../lib/puppet/type/exec.rb:515
8358
8386
  msgid "Check %{value} exceeded timeout"
8359
8387
  msgstr ""
8360
8388
 
8361
- #: ../lib/puppet/type/exec.rb:597
8389
+ #: ../lib/puppet/type/exec.rb:600
8362
8390
  msgid "'%{cmd}' won't be executed because of failed check '%{check}'"
8363
8391
  msgstr ""
8364
8392
 
@@ -8378,74 +8406,74 @@ msgstr ""
8378
8406
  msgid "Invalid recurselimit value %{value}"
8379
8407
  msgstr ""
8380
8408
 
8381
- #: ../lib/puppet/type/file.rb:399
8409
+ #: ../lib/puppet/type/file.rb:401
8382
8410
  msgid "You cannot specify more than one of %{creators}"
8383
8411
  msgstr ""
8384
8412
 
8385
- #: ../lib/puppet/type/file.rb:401
8413
+ #: ../lib/puppet/type/file.rb:403
8386
8414
  msgid "You cannot specify a remote recursion without a source"
8387
8415
  msgstr ""
8388
8416
 
8389
- #: ../lib/puppet/type/file.rb:403
8417
+ #: ../lib/puppet/type/file.rb:405
8390
8418
  msgid "You cannot specify source when using checksum 'none'"
8391
8419
  msgstr ""
8392
8420
 
8393
- #: ../lib/puppet/type/file.rb:406
8421
+ #: ../lib/puppet/type/file.rb:408
8394
8422
  msgid "You cannot specify content when using checksum '%{checksum_type}'"
8395
8423
  msgstr ""
8396
8424
 
8397
- #: ../lib/puppet/type/file.rb:409
8425
+ #: ../lib/puppet/type/file.rb:411
8398
8426
  msgid "Possible error: recurselimit is set but not recurse, no recursion will happen"
8399
8427
  msgstr ""
8400
8428
 
8401
- #: ../lib/puppet/type/file.rb:417
8429
+ #: ../lib/puppet/type/file.rb:419
8402
8430
  msgid "Checksum value '%{value}' is not a valid checksum type %{checksum}"
8403
8431
  msgstr ""
8404
8432
 
8405
- #: ../lib/puppet/type/file.rb:420
8433
+ #: ../lib/puppet/type/file.rb:422
8406
8434
  msgid "Checksum value is ignored unless content or source are specified"
8407
8435
  msgstr ""
8408
8436
 
8409
- #: ../lib/puppet/type/file.rb:458
8437
+ #: ../lib/puppet/type/file.rb:460
8410
8438
  msgid "Can not find filebucket for backups without a catalog"
8411
8439
  msgstr ""
8412
8440
 
8413
- #: ../lib/puppet/type/file.rb:462
8441
+ #: ../lib/puppet/type/file.rb:465
8414
8442
  msgid "Could not find filebucket %{backup} specified in backup"
8415
8443
  msgstr ""
8416
8444
 
8417
- #: ../lib/puppet/type/file.rb:758
8445
+ #: ../lib/puppet/type/file.rb:764
8418
8446
  msgid "Could not back up file of type %{current_type}"
8419
8447
  msgstr ""
8420
8448
 
8421
- #: ../lib/puppet/type/file.rb:773
8449
+ #: ../lib/puppet/type/file.rb:779
8422
8450
  msgid "Could not remove files of type %{current_type}"
8423
8451
  msgstr ""
8424
8452
 
8425
8453
  #. TRANSLATORS "source_permissions => ignore" should not be translated
8426
- #: ../lib/puppet/type/file.rb:784
8454
+ #: ../lib/puppet/type/file.rb:790
8427
8455
  msgid "Copying owner/mode/group from the source file on Windows is not supported; use source_permissions => ignore."
8428
8456
  msgstr ""
8429
8457
 
8430
8458
  #. TRANSLATORS "stat" is a program name and should not be translated
8431
- #: ../lib/puppet/type/file.rb:865 ../lib/puppet/type/tidy.rb:345
8459
+ #: ../lib/puppet/type/file.rb:871 ../lib/puppet/type/tidy.rb:352
8432
8460
  msgid "Could not stat; permission denied"
8433
8461
  msgstr ""
8434
8462
 
8435
- #: ../lib/puppet/type/file.rb:868
8463
+ #: ../lib/puppet/type/file.rb:874
8436
8464
  msgid "Could not stat; invalid pathname"
8437
8465
  msgstr ""
8438
8466
 
8439
- #: ../lib/puppet/type/file.rb:996
8467
+ #: ../lib/puppet/type/file.rb:1002
8440
8468
  msgid "Not removing directory; use 'force' to override"
8441
8469
  msgstr ""
8442
8470
 
8443
8471
  #. TRANSLATORS refers to a file which could not be backed up
8444
- #: ../lib/puppet/type/file.rb:1021
8472
+ #: ../lib/puppet/type/file.rb:1027
8445
8473
  msgid "Could not back up; will not remove"
8446
8474
  msgstr ""
8447
8475
 
8448
- #: ../lib/puppet/type/file.rb:1035
8476
+ #: ../lib/puppet/type/file.rb:1041
8449
8477
  msgid "File written to disk did not match checksum; discarding changes (%{content_checksum} vs %{newsum})"
8450
8478
  msgstr ""
8451
8479
 
@@ -8482,7 +8510,7 @@ msgstr ""
8482
8510
  msgid "Ensure set to :present but file type is %{file_type} so no content will be synced"
8483
8511
  msgstr ""
8484
8512
 
8485
- #: ../lib/puppet/type/file/mode.rb:125
8513
+ #: ../lib/puppet/type/file/mode.rb:126
8486
8514
  msgid "Not managing symlink mode"
8487
8515
  msgstr ""
8488
8516
 
@@ -8491,7 +8519,7 @@ msgid "No source for content was stored with the metadata"
8491
8519
  msgstr ""
8492
8520
 
8493
8521
  #. TRANSLATORS "source_permissions" is a parameter name and should not be translated
8494
- #: ../lib/puppet/type/file/source.rb:363
8522
+ #: ../lib/puppet/type/file/source.rb:362
8495
8523
  msgid "The `source_permissions` parameter is deprecated. Explicitly set `owner`, `group`, and `mode`."
8496
8524
  msgstr ""
8497
8525
 
@@ -8547,7 +8575,7 @@ msgstr ""
8547
8575
  msgid "The 'ensure' attribute on %{name} resources does not accept 'absent' as a value"
8548
8576
  msgstr ""
8549
8577
 
8550
- #: ../lib/puppet/type/resources.rb:136
8578
+ #: ../lib/puppet/type/resources.rb:137
8551
8579
  msgid "Could not find resource type"
8552
8580
  msgstr ""
8553
8581
 
@@ -8583,7 +8611,7 @@ msgstr ""
8583
8611
  msgid "Setting enable to manual is only supported on Microsoft Windows."
8584
8612
  msgstr ""
8585
8613
 
8586
- #: ../lib/puppet/type/service.rb:247
8614
+ #: ../lib/puppet/type/service.rb:248
8587
8615
  msgid "\"%{value}\" is not a positive integer: the timeout parameter must be specified as a positive integer"
8588
8616
  msgstr ""
8589
8617
 
@@ -8591,120 +8619,120 @@ msgstr ""
8591
8619
  msgid "Tidy can't use matches with recurse 0, false, or undef"
8592
8620
  msgstr ""
8593
8621
 
8594
- #: ../lib/puppet/type/tidy.rb:124
8622
+ #: ../lib/puppet/type/tidy.rb:125
8595
8623
  msgid "Invalid age unit '%{unit}'"
8596
8624
  msgstr ""
8597
8625
 
8598
8626
  #. TRANSLATORS tidy is the name of a program and should not be translated
8599
- #: ../lib/puppet/type/tidy.rb:144
8627
+ #: ../lib/puppet/type/tidy.rb:145
8600
8628
  msgid "Invalid tidy age %{age}"
8601
8629
  msgstr ""
8602
8630
 
8603
- #: ../lib/puppet/type/tidy.rb:165
8631
+ #: ../lib/puppet/type/tidy.rb:167
8604
8632
  msgid "Invalid size unit '%{unit}'"
8605
8633
  msgstr ""
8606
8634
 
8607
8635
  #. TRANSLATORS tidy is the name of a program and should not be translated
8608
- #: ../lib/puppet/type/tidy.rb:183
8636
+ #: ../lib/puppet/type/tidy.rb:185
8609
8637
  msgid "Invalid tidy size %{age}"
8610
8638
  msgstr ""
8611
8639
 
8612
8640
  #. TRANSLATORS "Tidy" is a program name and should not be translated
8613
- #: ../lib/puppet/type/tidy.rb:272
8641
+ #: ../lib/puppet/type/tidy.rb:275
8614
8642
  msgid "Tidying %{count} files"
8615
8643
  msgstr ""
8616
8644
 
8617
- #: ../lib/puppet/type/tidy.rb:341
8645
+ #: ../lib/puppet/type/tidy.rb:348
8618
8646
  msgid "File does not exist"
8619
8647
  msgstr ""
8620
8648
 
8621
- #: ../lib/puppet/type/user.rb:166
8649
+ #: ../lib/puppet/type/user.rb:167
8622
8650
  msgid "Could not find group(s) %{groups}"
8623
8651
  msgstr ""
8624
8652
 
8625
- #: ../lib/puppet/type/user.rb:255
8653
+ #: ../lib/puppet/type/user.rb:256
8626
8654
  msgid "Passwords cannot include ':'"
8627
8655
  msgstr ""
8628
8656
 
8629
- #: ../lib/puppet/type/user.rb:275
8657
+ #: ../lib/puppet/type/user.rb:276
8630
8658
  msgid "Password minimum age must be provided as a number."
8631
8659
  msgstr ""
8632
8660
 
8633
- #: ../lib/puppet/type/user.rb:294
8661
+ #: ../lib/puppet/type/user.rb:295
8634
8662
  msgid "Password maximum age must be provided as a number."
8635
8663
  msgstr ""
8636
8664
 
8637
- #: ../lib/puppet/type/user.rb:325
8665
+ #: ../lib/puppet/type/user.rb:326
8638
8666
  msgid "Group names must be provided, not GID numbers."
8639
8667
  msgstr ""
8640
8668
 
8641
- #: ../lib/puppet/type/user.rb:327
8669
+ #: ../lib/puppet/type/user.rb:328
8642
8670
  msgid "Group names must be provided as an array, not a comma-separated list."
8643
8671
  msgstr ""
8644
8672
 
8645
- #: ../lib/puppet/type/user.rb:328
8673
+ #: ../lib/puppet/type/user.rb:329
8646
8674
  msgid "Group names must not be empty. If you want to specify \"no groups\" pass an empty array"
8647
8675
  msgstr ""
8648
8676
 
8649
- #: ../lib/puppet/type/user.rb:421
8677
+ #: ../lib/puppet/type/user.rb:422
8650
8678
  msgid "User provider %{name} can not manage home directories"
8651
8679
  msgstr ""
8652
8680
 
8653
8681
  #. TRANSLATORS YYYY-MM-DD represents a date with a four-digit year, a two-digit month, and a two-digit day,
8654
8682
  #. TRANSLATORS separated by dashes.
8655
- #: ../lib/puppet/type/user.rb:438
8683
+ #: ../lib/puppet/type/user.rb:439
8656
8684
  msgid "Expiry dates must be YYYY-MM-DD or the string \"absent\""
8657
8685
  msgstr ""
8658
8686
 
8659
- #: ../lib/puppet/type/user.rb:515
8687
+ #: ../lib/puppet/type/user.rb:525
8660
8688
  msgid "Role names must be provided, not numbers"
8661
8689
  msgstr ""
8662
8690
 
8663
- #: ../lib/puppet/type/user.rb:517
8691
+ #: ../lib/puppet/type/user.rb:527
8664
8692
  msgid "Role names must be provided as an array, not a comma-separated list"
8665
8693
  msgstr ""
8666
8694
 
8667
- #: ../lib/puppet/type/user.rb:552
8695
+ #: ../lib/puppet/type/user.rb:564
8668
8696
  msgid "Auth names must be provided, not numbers"
8669
8697
  msgstr ""
8670
8698
 
8671
- #: ../lib/puppet/type/user.rb:554
8699
+ #: ../lib/puppet/type/user.rb:566
8672
8700
  msgid "Auth names must be provided as an array, not a comma-separated list"
8673
8701
  msgstr ""
8674
8702
 
8675
- #: ../lib/puppet/type/user.rb:578
8703
+ #: ../lib/puppet/type/user.rb:590
8676
8704
  msgid "Profile names must be provided, not numbers"
8677
8705
  msgstr ""
8678
8706
 
8679
- #: ../lib/puppet/type/user.rb:580
8707
+ #: ../lib/puppet/type/user.rb:592
8680
8708
  msgid "Profile names must be provided as an array, not a comma-separated list"
8681
8709
  msgstr ""
8682
8710
 
8683
- #: ../lib/puppet/type/user.rb:688
8711
+ #: ../lib/puppet/type/user.rb:700
8684
8712
  msgid "Ssh_authorized_key type is not available. Cannot purge SSH keys."
8685
8713
  msgstr ""
8686
8714
 
8687
- #: ../lib/puppet/type/user.rb:726
8715
+ #: ../lib/puppet/type/user.rb:738
8688
8716
  msgid "Each entry for purge_ssh_keys must be a string, not a %{klass}"
8689
8717
  msgstr ""
8690
8718
 
8691
- #: ../lib/puppet/type/user.rb:729
8719
+ #: ../lib/puppet/type/user.rb:741
8692
8720
  msgid "Paths to keyfiles must be absolute, not %{entry}"
8693
8721
  msgstr ""
8694
8722
 
8695
- #: ../lib/puppet/type/user.rb:733
8723
+ #: ../lib/puppet/type/user.rb:745
8696
8724
  msgid "purge_ssh_keys must be true, false, or an array of file names, not %{value}"
8697
8725
  msgstr ""
8698
8726
 
8699
- #: ../lib/puppet/type/user.rb:745
8727
+ #: ../lib/puppet/type/user.rb:757
8700
8728
  msgid "purge_ssh_keys can only be true for users with a defined home directory"
8701
8729
  msgstr ""
8702
8730
 
8703
- #: ../lib/puppet/type/user.rb:752
8731
+ #: ../lib/puppet/type/user.rb:764
8704
8732
  msgid "purge_ssh_keys value '%{value}' meta character ~ or %{home_placeholder} only allowed for users with a defined home directory"
8705
8733
  msgstr ""
8706
8734
 
8707
- #: ../lib/puppet/type/user.rb:767
8735
+ #: ../lib/puppet/type/user.rb:779
8708
8736
  msgid "Class name must be provided."
8709
8737
  msgstr ""
8710
8738
 
@@ -8724,54 +8752,54 @@ msgstr ""
8724
8752
  msgid "Unable to merge given values into the current environment for mode %{mode}"
8725
8753
  msgstr ""
8726
8754
 
8727
- #: ../lib/puppet/util.rb:155
8755
+ #: ../lib/puppet/util.rb:156
8728
8756
  msgid "could not change to group %{group}: %{detail}"
8729
8757
  msgstr ""
8730
8758
 
8731
- #: ../lib/puppet/util.rb:156
8759
+ #: ../lib/puppet/util.rb:157
8732
8760
  msgid "could not change to group %{group}"
8733
8761
  msgstr ""
8734
8762
 
8735
- #: ../lib/puppet/util.rb:168
8763
+ #: ../lib/puppet/util.rb:170
8736
8764
  msgid "Could not change to user %{user}: %{detail}"
8737
8765
  msgstr ""
8738
8766
 
8739
8767
  #. TRANSLATORS 'benchmark' is a method name and should not be translated
8740
- #: ../lib/puppet/util.rb:222
8768
+ #: ../lib/puppet/util.rb:224
8741
8769
  msgid "Failed to provide level to benchmark"
8742
8770
  msgstr ""
8743
8771
 
8744
- #: ../lib/puppet/util.rb:225
8772
+ #: ../lib/puppet/util.rb:227
8745
8773
  msgid "Benchmarked object does not respond to %{value}"
8746
8774
  msgstr ""
8747
8775
 
8748
8776
  #. TRANSLATORS PATH and HOME are environment variables and should not be translated
8749
- #: ../lib/puppet/util.rb:265
8777
+ #: ../lib/puppet/util.rb:267
8750
8778
  msgid "PATH contains a ~ character, and HOME is not set; ignoring PATH element '%{dir}'."
8751
8779
  msgstr ""
8752
8780
 
8753
8781
  #. TRANSLATORS PATH is an environment variable and should not be translated
8754
- #: ../lib/puppet/util.rb:269
8782
+ #: ../lib/puppet/util.rb:271
8755
8783
  msgid "Couldn't expand PATH containing a ~ character; ignoring PATH element '%{dir}'."
8756
8784
  msgstr ""
8757
8785
 
8758
- #: ../lib/puppet/util.rb:311
8786
+ #: ../lib/puppet/util.rb:313
8759
8787
  msgid "unknown platform %{platform} in absolute_path"
8760
8788
  msgstr ""
8761
8789
 
8762
- #: ../lib/puppet/util.rb:345
8790
+ #: ../lib/puppet/util.rb:348
8763
8791
  msgid "Failed to convert '%{path}' to URI: %{detail}"
8764
8792
  msgstr ""
8765
8793
 
8766
- #: ../lib/puppet/util.rb:445
8794
+ #: ../lib/puppet/util.rb:448
8767
8795
  msgid "path may not be nil"
8768
8796
  msgstr ""
8769
8797
 
8770
- #: ../lib/puppet/util.rb:570
8798
+ #: ../lib/puppet/util.rb:573
8771
8799
  msgid "replace_file requires a block"
8772
8800
  msgstr ""
8773
8801
 
8774
- #: ../lib/puppet/util.rb:574
8802
+ #: ../lib/puppet/util.rb:577
8775
8803
  msgid "replace_file default_mode: %{default_mode} is invalid"
8776
8804
  msgstr ""
8777
8805
 
@@ -8847,15 +8875,15 @@ msgstr ""
8847
8875
  msgid "%{value} is not valid UTF-8 and result of overriding encoding would be invalid."
8848
8876
  msgstr ""
8849
8877
 
8850
- #: ../lib/puppet/util/classgen.rb:154
8878
+ #: ../lib/puppet/util/classgen.rb:156
8851
8879
  msgid "Redefining %{name} in %{klass}"
8852
8880
  msgstr ""
8853
8881
 
8854
- #: ../lib/puppet/util/classgen.rb:158
8882
+ #: ../lib/puppet/util/classgen.rb:160
8855
8883
  msgid "Class %{const} is already defined in %{klass}"
8856
8884
  msgstr ""
8857
8885
 
8858
- #: ../lib/puppet/util/classgen.rb:203 ../lib/puppet/util/classgen.rb:215
8886
+ #: ../lib/puppet/util/classgen.rb:208 ../lib/puppet/util/classgen.rb:221
8859
8887
  msgid "Already a generated class named %{klassname}"
8860
8888
  msgstr ""
8861
8889
 
@@ -8863,15 +8891,15 @@ msgstr ""
8863
8891
  msgid "Could not initialize global default settings"
8864
8892
  msgstr ""
8865
8893
 
8866
- #: ../lib/puppet/util/command_line.rb:169
8894
+ #: ../lib/puppet/util/command_line.rb:173
8867
8895
  msgid "Error: Could not parse application options: invalid option: %{opt}"
8868
8896
  msgstr ""
8869
8897
 
8870
- #: ../lib/puppet/util/command_line.rb:172
8898
+ #: ../lib/puppet/util/command_line.rb:176
8871
8899
  msgid "See 'puppet help' for help on available puppet subcommands"
8872
8900
  msgstr ""
8873
8901
 
8874
- #: ../lib/puppet/util/command_line.rb:185
8902
+ #: ../lib/puppet/util/command_line.rb:189
8875
8903
  msgid "Error: Unknown Puppet subcommand '%{cmd}'"
8876
8904
  msgstr ""
8877
8905
 
@@ -9025,33 +9053,33 @@ msgid "Selected server from the %{setting} setting: %{server}"
9025
9053
  msgstr ""
9026
9054
 
9027
9055
  #. TRANSLATORS 'server_list' is the name of a setting and should not be translated
9028
- #: ../lib/puppet/util/connection.rb:34
9056
+ #: ../lib/puppet/util/connection.rb:35
9029
9057
  msgid "Dynamically-bound server lookup failed; using first entry from the `server_list` setting: %{server}"
9030
9058
  msgstr ""
9031
9059
 
9032
- #: ../lib/puppet/util/connection.rb:38
9060
+ #: ../lib/puppet/util/connection.rb:39
9033
9061
  msgid "Dynamically-bound server lookup failed, falling back to %{setting} setting: %{server}"
9034
9062
  msgstr ""
9035
9063
 
9036
- #: ../lib/puppet/util/connection.rb:59
9064
+ #: ../lib/puppet/util/connection.rb:60
9037
9065
  msgid "Selected port from the %{setting} setting: %{port}"
9038
9066
  msgstr ""
9039
9067
 
9040
9068
  #. TRANSLATORS 'server_list' is the name of a setting and should not be translated
9041
- #: ../lib/puppet/util/connection.rb:69
9069
+ #: ../lib/puppet/util/connection.rb:71
9042
9070
  msgid "Dynamically-bound port lookup failed; using first entry from the `server_list` setting: %{port}"
9043
9071
  msgstr ""
9044
9072
 
9045
9073
  #. TRANSLATORS 'masterport' is the name of a setting and should not be translated
9046
- #: ../lib/puppet/util/connection.rb:73
9074
+ #: ../lib/puppet/util/connection.rb:75
9047
9075
  msgid "Dynamically-bound port lookup failed; falling back to `masterport` setting: %{port}"
9048
9076
  msgstr ""
9049
9077
 
9050
- #: ../lib/puppet/util/connection.rb:78
9078
+ #: ../lib/puppet/util/connection.rb:80
9051
9079
  msgid "Dynamically-bound port lookup failed; falling back to %{setting} setting: %{port}"
9052
9080
  msgstr ""
9053
9081
 
9054
- #: ../lib/puppet/util/diff.rb:28
9082
+ #: ../lib/puppet/util/diff.rb:30
9055
9083
  msgid "Cannot provide diff without the diff/lcs Ruby library"
9056
9084
  msgstr ""
9057
9085
 
@@ -9087,19 +9115,19 @@ msgstr ""
9087
9115
  msgid "Working directory %{cwd} does not exist!"
9088
9116
  msgstr ""
9089
9117
 
9090
- #: ../lib/puppet/util/execution.rb:285
9118
+ #: ../lib/puppet/util/execution.rb:287
9091
9119
  msgid "Could not get output"
9092
9120
  msgstr ""
9093
9121
 
9094
- #: ../lib/puppet/util/execution.rb:294
9122
+ #: ../lib/puppet/util/execution.rb:296
9095
9123
  msgid "Execution of '%{str}' returned %{exit_status}: %{output}"
9096
9124
  msgstr ""
9097
9125
 
9098
- #: ../lib/puppet/util/execution.rb:371
9126
+ #: ../lib/puppet/util/execution.rb:373
9099
9127
  msgid "Could not execute posix command: %{detail}"
9100
9128
  msgstr ""
9101
9129
 
9102
- #: ../lib/puppet/util/execution.rb:419
9130
+ #: ../lib/puppet/util/execution.rb:421
9103
9131
  msgid "Waiting for output; will sleep %{time_to_sleep} seconds"
9104
9132
  msgstr ""
9105
9133
 
@@ -9107,15 +9135,15 @@ msgstr ""
9107
9135
  msgid "Failed to load feature test for %{name}: %{detail}"
9108
9136
  msgstr ""
9109
9137
 
9110
- #: ../lib/puppet/util/feature.rb:107
9138
+ #: ../lib/puppet/util/feature.rb:110
9111
9139
  msgid "Libraries must be passed as strings not %{klass}"
9112
9140
  msgstr ""
9113
9141
 
9114
- #: ../lib/puppet/util/feature.rb:117
9142
+ #: ../lib/puppet/util/feature.rb:120
9115
9143
  msgid "Could not find library '%{lib}' required to enable feature '%{name}'"
9116
9144
  msgstr ""
9117
9145
 
9118
- #: ../lib/puppet/util/feature.rb:121
9146
+ #: ../lib/puppet/util/feature.rb:124
9119
9147
  msgid "Exception occurred while loading library '%{lib}' required to enable feature '%{name}': %{detail}"
9120
9148
  msgstr ""
9121
9149
 
@@ -9123,7 +9151,7 @@ msgstr ""
9123
9151
  msgid "Cannot have fields named %{name}"
9124
9152
  msgstr ""
9125
9153
 
9126
- #: ../lib/puppet/util/fileparsing.rb:63 ../lib/puppet/util/fileparsing.rb:328
9154
+ #: ../lib/puppet/util/fileparsing.rb:63 ../lib/puppet/util/fileparsing.rb:337
9127
9155
  msgid "Invalid record type %{record_type}"
9128
9156
  msgstr ""
9129
9157
 
@@ -9131,31 +9159,31 @@ msgstr ""
9131
9159
  msgid "Field '%{field}' is required"
9132
9160
  msgstr ""
9133
9161
 
9134
- #: ../lib/puppet/util/fileparsing.rb:176
9162
+ #: ../lib/puppet/util/fileparsing.rb:178
9135
9163
  msgid "Process record type %{record_name} returned non-hash"
9136
9164
  msgstr ""
9137
9165
 
9138
- #: ../lib/puppet/util/fileparsing.rb:251
9166
+ #: ../lib/puppet/util/fileparsing.rb:258
9139
9167
  msgid "Could not parse line %{line}"
9140
9168
  msgstr ""
9141
9169
 
9142
- #: ../lib/puppet/util/fileparsing.rb:260
9170
+ #: ../lib/puppet/util/fileparsing.rb:267
9143
9171
  msgid "No record types defined; cannot parse lines"
9144
9172
  msgstr ""
9145
9173
 
9146
- #: ../lib/puppet/util/fileparsing.rb:271
9174
+ #: ../lib/puppet/util/fileparsing.rb:279
9147
9175
  msgid "Somehow got invalid line type %{record_type}"
9148
9176
  msgstr ""
9149
9177
 
9150
- #: ../lib/puppet/util/fileparsing.rb:293
9178
+ #: ../lib/puppet/util/fileparsing.rb:301
9151
9179
  msgid "Must include a list of fields"
9152
9180
  msgstr ""
9153
9181
 
9154
- #: ../lib/puppet/util/fileparsing.rb:308
9182
+ #: ../lib/puppet/util/fileparsing.rb:316
9155
9183
  msgid "You must provide a :match regex for text lines"
9156
9184
  msgstr ""
9157
9185
 
9158
- #: ../lib/puppet/util/fileparsing.rb:384
9186
+ #: ../lib/puppet/util/fileparsing.rb:395
9159
9187
  msgid "Line type %{name} is already defined"
9160
9188
  msgstr ""
9161
9189
 
@@ -9171,47 +9199,47 @@ msgstr ""
9171
9199
  msgid "Path is nil"
9172
9200
  msgstr ""
9173
9201
 
9174
- #: ../lib/puppet/util/filetype.rb:151
9202
+ #: ../lib/puppet/util/filetype.rb:152
9175
9203
  msgid "Reading %{path} from RAM"
9176
9204
  msgstr ""
9177
9205
 
9178
- #: ../lib/puppet/util/filetype.rb:157
9206
+ #: ../lib/puppet/util/filetype.rb:158
9179
9207
  msgid "Removing %{path} from RAM"
9180
9208
  msgstr ""
9181
9209
 
9182
- #: ../lib/puppet/util/filetype.rb:163
9210
+ #: ../lib/puppet/util/filetype.rb:164
9183
9211
  msgid "Writing %{path} to RAM"
9184
9212
  msgstr ""
9185
9213
 
9186
- #: ../lib/puppet/util/filetype.rb:184
9214
+ #: ../lib/puppet/util/filetype.rb:185
9187
9215
  msgid "Could not retrieve user %{user}: %{detail}"
9188
9216
  msgstr ""
9189
9217
 
9190
- #: ../lib/puppet/util/filetype.rb:195 ../lib/puppet/util/filetype.rb:260 ../lib/puppet/util/filetype.rb:311
9218
+ #: ../lib/puppet/util/filetype.rb:196 ../lib/puppet/util/filetype.rb:261 ../lib/puppet/util/filetype.rb:312
9191
9219
  msgid "The %{path} user does not exist. Treating their crontab file as empty in case Puppet creates them in the middle of the run."
9192
9220
  msgstr ""
9193
9221
 
9194
- #: ../lib/puppet/util/filetype.rb:206 ../lib/puppet/util/filetype.rb:271 ../lib/puppet/util/filetype.rb:322
9222
+ #: ../lib/puppet/util/filetype.rb:207 ../lib/puppet/util/filetype.rb:272 ../lib/puppet/util/filetype.rb:323
9195
9223
  msgid "The %{path} user is not authorized to use cron. Their crontab file is treated as empty in case Puppet authorizes them in the middle of the run (by, for example, modifying the cron.deny or cron.allow files)."
9196
9224
  msgstr ""
9197
9225
 
9198
- #: ../lib/puppet/util/filetype.rb:210 ../lib/puppet/util/filetype.rb:275 ../lib/puppet/util/filetype.rb:326
9226
+ #: ../lib/puppet/util/filetype.rb:211 ../lib/puppet/util/filetype.rb:276 ../lib/puppet/util/filetype.rb:327
9199
9227
  msgid "Could not read crontab for %{path}: %{detail}"
9200
9228
  msgstr ""
9201
9229
 
9202
- #: ../lib/puppet/util/filetype.rb:232
9230
+ #: ../lib/puppet/util/filetype.rb:233
9203
9231
  msgid "Cannot write the %{path} user's crontab: The user does not exist"
9204
9232
  msgstr ""
9205
9233
 
9206
- #: ../lib/puppet/util/filetype.rb:283 ../lib/puppet/util/filetype.rb:334
9234
+ #: ../lib/puppet/util/filetype.rb:284 ../lib/puppet/util/filetype.rb:335
9207
9235
  msgid "Could not remove crontab for %{path}: %{detail}"
9208
9236
  msgstr ""
9209
9237
 
9210
- #: ../lib/puppet/util/filetype.rb:298 ../lib/puppet/util/filetype.rb:350
9238
+ #: ../lib/puppet/util/filetype.rb:299 ../lib/puppet/util/filetype.rb:351
9211
9239
  msgid "Could not write crontab for %{path}: %{detail}"
9212
9240
  msgstr ""
9213
9241
 
9214
- #: ../lib/puppet/util/http_proxy.rb:206
9242
+ #: ../lib/puppet/util/http_proxy.rb:207
9215
9243
  msgid "Too many HTTP redirections for %{uri}"
9216
9244
  msgstr ""
9217
9245
 
@@ -9231,7 +9259,7 @@ msgstr ""
9231
9259
  msgid "Section %{name} is already defined, cannot redefine"
9232
9260
  msgstr ""
9233
9261
 
9234
- #: ../lib/puppet/util/instance_loader.rb:52
9262
+ #: ../lib/puppet/util/instance_loader.rb:53
9235
9263
  msgid "Loaded %{type} file for %{name} but %{type} was not defined"
9236
9264
  msgstr ""
9237
9265
 
@@ -9239,11 +9267,11 @@ msgstr ""
9239
9267
  msgid "Unable to read lockfile data from %{path}: not in JSON"
9240
9268
  msgstr ""
9241
9269
 
9242
- #: ../lib/puppet/util/ldap/connection.rb:35
9270
+ #: ../lib/puppet/util/ldap/connection.rb:37
9243
9271
  msgid "Could not set up LDAP Connection: Missing ruby/ldap libraries"
9244
9272
  msgstr ""
9245
9273
 
9246
- #: ../lib/puppet/util/ldap/connection.rb:69
9274
+ #: ../lib/puppet/util/ldap/connection.rb:71
9247
9275
  msgid "Could not connect to LDAP: %{detail}"
9248
9276
  msgstr ""
9249
9277
 
@@ -9252,19 +9280,19 @@ msgstr ""
9252
9280
  msgid "You must pass a block to #connect"
9253
9281
  msgstr ""
9254
9282
 
9255
- #: ../lib/puppet/util/ldap/manager.rb:90
9283
+ #: ../lib/puppet/util/ldap/manager.rb:92
9256
9284
  msgid "Could not get dn from ldap entry"
9257
9285
  msgstr ""
9258
9286
 
9259
- #: ../lib/puppet/util/ldap/manager.rb:142
9287
+ #: ../lib/puppet/util/ldap/manager.rb:145
9260
9288
  msgid "%{source} must be defined to generate %{name}"
9261
9289
  msgstr ""
9262
9290
 
9263
- #: ../lib/puppet/util/ldap/manager.rb:219
9291
+ #: ../lib/puppet/util/ldap/manager.rb:222
9264
9292
  msgid "Removing %{name} from ldap"
9265
9293
  msgstr ""
9266
9294
 
9267
- #: ../lib/puppet/util/ldap/manager.rb:226
9295
+ #: ../lib/puppet/util/ldap/manager.rb:229
9268
9296
  msgid "Creating %{name} in ldap"
9269
9297
  msgstr ""
9270
9298
 
@@ -9281,7 +9309,7 @@ msgstr ""
9281
9309
  msgid "Logs require a level"
9282
9310
  msgstr ""
9283
9311
 
9284
- #: ../lib/puppet/util/log.rb:87 ../lib/puppet/util/log.rb:375 ../lib/puppet/util/windows/eventlog.rb:99
9312
+ #: ../lib/puppet/util/log.rb:87 ../lib/puppet/util/log.rb:378 ../lib/puppet/util/windows/eventlog.rb:99
9285
9313
  msgid "Invalid log level %{level}"
9286
9314
  msgstr ""
9287
9315
 
@@ -9308,25 +9336,25 @@ msgid "Reopening log files"
9308
9336
  msgstr ""
9309
9337
 
9310
9338
  #. TRANSLATORS 'Puppet::Util::Log' refers to a Puppet source code class
9311
- #: ../lib/puppet/util/log.rb:365
9339
+ #: ../lib/puppet/util/log.rb:368
9312
9340
  msgid "Puppet::Util::Log requires a message"
9313
9341
  msgstr ""
9314
9342
 
9315
9343
  #. TRANSLATORS 'Puppet::Util::Log' refers to a Puppet source code class
9316
- #: ../lib/puppet/util/log.rb:371
9344
+ #: ../lib/puppet/util/log.rb:374
9317
9345
  msgid "Puppet::Util::Log requires a log level"
9318
9346
  msgstr ""
9319
9347
 
9320
9348
  #. TRANSLATORS 'Puppet::Util::Log' refers to a Puppet source code class
9321
- #: ../lib/puppet/util/log.rb:373
9349
+ #: ../lib/puppet/util/log.rb:376
9322
9350
  msgid "Puppet::Util::Log requires a symbol or string"
9323
9351
  msgstr ""
9324
9352
 
9325
- #: ../lib/puppet/util/log.rb:404
9353
+ #: ../lib/puppet/util/log.rb:407
9326
9354
  msgid "Could not parse for environment %{environment}: %{msg}"
9327
9355
  msgstr ""
9328
9356
 
9329
- #: ../lib/puppet/util/log.rb:406
9357
+ #: ../lib/puppet/util/log.rb:409
9330
9358
  msgid "%{msg} on node %{node}"
9331
9359
  msgstr ""
9332
9360
 
@@ -9487,7 +9515,7 @@ msgstr ""
9487
9515
  msgid "Could not open SELinux category translation file %{path}."
9488
9516
  msgstr ""
9489
9517
 
9490
- #: ../lib/puppet/util/selinux.rb:243
9518
+ #: ../lib/puppet/util/selinux.rb:244
9491
9519
  msgid "got a relative path in SELinux find_fs: %{path}"
9492
9520
  msgstr ""
9493
9521