foreman_puppet 1.0.5 → 2.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (106) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/concerns/foreman_puppet/extensions/api_hostgroups_controller.rb +14 -16
  3. data/app/controllers/concerns/foreman_puppet/{api/import_puppetclasses_common_controller.rb → extensions/api_smart_proxies_controller.rb} +9 -3
  4. data/app/controllers/concerns/foreman_puppet/extensions/api_template_combinations_controller.rb +23 -1
  5. data/app/controllers/concerns/foreman_puppet/extensions/api_v2_hosts_controller.rb +15 -17
  6. data/app/controllers/concerns/foreman_puppet/extensions/hosts_controller_extensions.rb +0 -1
  7. data/app/controllers/concerns/foreman_puppet/extensions/parameters_hostgroup.rb +2 -8
  8. data/app/controllers/foreman_puppet/api/v2/environments_controller.rb +0 -1
  9. data/app/controllers/foreman_puppet/api/v2/hostgroup_classes_controller.rb +1 -1
  10. data/app/controllers/foreman_puppet/puppetclasses_controller.rb +1 -1
  11. data/app/helpers/foreman_puppet/environments_helper.rb +1 -1
  12. data/app/helpers/foreman_puppet/hosts_and_hostgroups_helper.rb +0 -5
  13. data/app/helpers/foreman_puppet/hosts_helper.rb +6 -10
  14. data/app/helpers/foreman_puppet/puppetclass_lookup_keys_helper.rb +1 -1
  15. data/app/models/concerns/foreman_puppet/extensions/host.rb +2 -16
  16. data/app/models/concerns/foreman_puppet/extensions/hostgroup.rb +2 -7
  17. data/app/models/concerns/foreman_puppet/extensions/provisioning_template.rb +7 -12
  18. data/app/models/concerns/foreman_puppet/extensions/template_combination.rb +5 -10
  19. data/app/services/foreman_puppet/puppet_class_importer.rb +0 -6
  20. data/app/views/foreman_puppet/api/v2/host_puppet_facets/host_list.json.rabl +3 -0
  21. data/app/views/foreman_puppet/api/v2/hostgroup_puppet_facets/base.json.rabl +2 -0
  22. data/app/views/foreman_puppet/api/v2/hostgroup_puppet_facets/hostgroup_list.json.rabl +3 -0
  23. data/app/views/foreman_puppet/config_groups/index.html.erb +1 -1
  24. data/config/api_routes.rb +1 -9
  25. data/config/initializers/api_reroute.rb +73 -5
  26. data/db/migrate/20101121140000_add_environment_to_template_combinations.foreman_puppet.rb +1 -1
  27. data/db/migrate/20200803113803_migrate_environment_to_puppet_facet.foreman_puppet.rb +2 -0
  28. data/db/migrate/20201125113903_migrate_puppetclasses_to_facets.foreman_puppet.rb +0 -8
  29. data/db/migrate/20210924103241_remove_katello_id_from_environments.foreman_puppet.rb +5 -0
  30. data/db/migrate/20211111125003_drop_puppetclasses_direct_references.foreman_puppet.rb +11 -0
  31. data/db/migrate/20220201205305_migrate_host_class_permission.foreman_puppet.rb +9 -0
  32. data/db/migrate/20220208135305_migrate_environment_ignore_type.foreman_puppet.rb +15 -0
  33. data/db/migrate_foreman/{20090722141107_create_environments.rb → 20090722141107_create_environments.foreman_puppet.rb} +3 -3
  34. data/db/migrate_foreman/20090802062223_create_puppetclasses.foreman_puppet.rb +29 -0
  35. data/db/migrate_foreman/20090905150132_create_hostgroups_puppetclasses.foreman_puppet.rb +14 -0
  36. data/db/migrate_foreman/20110412103238_remove_unused_fields_from_puppet_classes.foreman_puppet.rb +9 -0
  37. data/db/migrate_foreman/20110712070522_create_host_class.foreman_puppet.rb +11 -0
  38. data/db/migrate_foreman/20120824142048_add_some_indexes.foreman_puppet.rb +21 -0
  39. data/db/migrate_foreman/{20120905095532_create_environment_classes.rb → 20120905095532_create_environment_classes.foreman_puppet.rb} +2 -2
  40. data/db/migrate_foreman/20121018152459_create_hostgroup_classes.foreman_puppet.rb +11 -0
  41. data/db/migrate_foreman/{20140407161817_create_config_groups.rb → 20140407161817_create_config_groups.foreman_puppet.rb} +0 -0
  42. data/db/migrate_foreman/{20140407162007_create_config_group_classes.rb → 20140407162007_create_config_group_classes.foreman_puppet.rb} +0 -0
  43. data/db/migrate_foreman/{20140407162059_create_host_config_groups.rb → 20140407162059_create_host_config_groups.foreman_puppet.rb} +0 -0
  44. data/db/migrate_foreman/{20161205142618_delete_orphaned_smart_class_parameters.rb → 20161205142618_delete_orphaned_smart_class_parameters.foreman_puppet.rb} +1 -1
  45. data/db/migrate_foreman/{20170109115157_fix_lookup_key_auditable_type.rb → 20170109115157_fix_lookup_key_auditable_type.foreman_puppet.rb} +0 -0
  46. data/db/migrate_foreman/20180816134832_cast_lookup_key_values.foreman_puppet.rb +5 -0
  47. data/db/migrate_foreman/20180831115634_add_uniqueness_to_puppetclass_name.foreman_puppet.rb +24 -0
  48. data/db/migrate_foreman/{20181023112532_add_environment_puppetclass_id.rb → 20181023112532_add_environment_puppetclass_id.foreman_puppet.rb} +1 -1
  49. data/db/migrate_foreman/{20181224174419_add_index_to_environment_class_by_lookup_key_and_puppetclass.rb → 20181224174419_add_index_to_environment_class_by_lookup_key_and_puppetclass.foreman_puppet.rb} +0 -0
  50. data/lib/foreman_puppet/engine.rb +4 -36
  51. data/lib/foreman_puppet/register.rb +51 -46
  52. data/lib/foreman_puppet/version.rb +1 -1
  53. data/lib/foreman_puppet.rb +1 -6
  54. data/locale/ca/LC_MESSAGES/foreman_puppet.mo +0 -0
  55. data/locale/ca/foreman_puppet.po +760 -0
  56. data/locale/cs_CZ/LC_MESSAGES/foreman_puppet.mo +0 -0
  57. data/locale/cs_CZ/foreman_puppet.po +823 -0
  58. data/locale/de/LC_MESSAGES/foreman_puppet.mo +0 -0
  59. data/locale/de/foreman_puppet.po +844 -0
  60. data/locale/en/LC_MESSAGES/foreman_puppet.mo +0 -0
  61. data/locale/en/foreman_puppet.po +119 -8
  62. data/locale/en_GB/LC_MESSAGES/foreman_puppet.mo +0 -0
  63. data/locale/en_GB/foreman_puppet.po +820 -0
  64. data/locale/es/LC_MESSAGES/foreman_puppet.mo +0 -0
  65. data/locale/es/foreman_puppet.po +827 -0
  66. data/locale/foreman_puppet.pot +376 -205
  67. data/locale/fr/LC_MESSAGES/foreman_puppet.mo +0 -0
  68. data/locale/fr/foreman_puppet.po +835 -0
  69. data/locale/gemspec.rb +1 -1
  70. data/locale/gl/LC_MESSAGES/foreman_puppet.mo +0 -0
  71. data/locale/gl/foreman_puppet.po +818 -0
  72. data/locale/it/LC_MESSAGES/foreman_puppet.mo +0 -0
  73. data/locale/it/foreman_puppet.po +822 -0
  74. data/locale/ja/LC_MESSAGES/foreman_puppet.mo +0 -0
  75. data/locale/ja/foreman_puppet.po +830 -0
  76. data/locale/ko/LC_MESSAGES/foreman_puppet.mo +0 -0
  77. data/locale/ko/foreman_puppet.po +819 -0
  78. data/locale/nl_NL/LC_MESSAGES/foreman_puppet.mo +0 -0
  79. data/locale/nl_NL/foreman_puppet.po +823 -0
  80. data/locale/pl/LC_MESSAGES/foreman_puppet.mo +0 -0
  81. data/locale/pl/foreman_puppet.po +822 -0
  82. data/locale/pt_BR/LC_MESSAGES/foreman_puppet.mo +0 -0
  83. data/locale/pt_BR/foreman_puppet.po +826 -0
  84. data/locale/ru/LC_MESSAGES/foreman_puppet.mo +0 -0
  85. data/locale/ru/foreman_puppet.po +827 -0
  86. data/locale/sv_SE/LC_MESSAGES/foreman_puppet.mo +0 -0
  87. data/locale/sv_SE/foreman_puppet.po +822 -0
  88. data/locale/zh_CN/LC_MESSAGES/foreman_puppet.mo +0 -0
  89. data/locale/zh_CN/foreman_puppet.po +831 -0
  90. data/locale/zh_TW/LC_MESSAGES/foreman_puppet.mo +0 -0
  91. data/locale/zh_TW/foreman_puppet.po +821 -0
  92. data/package.json +8 -11
  93. data/test/controllers/foreman_puppet/api/v2/environments_controller_test.rb +0 -231
  94. data/test/controllers/foreman_puppet/api/v2/smart_proxies_controller_test.rb +255 -0
  95. data/test/controllers/foreman_puppet/environments_controller_test.rb +2 -2
  96. data/test/controllers/foreman_puppet/hosts_controller_test.rb +0 -1
  97. data/test/factories/foreman_puppet_factories.rb +0 -2
  98. data/test/helpers/foreman_puppet/puppetclass_lookup_keys_helper_test.rb +34 -0
  99. data/test/integration/foreman_puppet/dashboard_js_test.rb +31 -0
  100. data/test/integration/foreman_puppet/host_js_test.rb +0 -1
  101. data/test/integration/foreman_puppet/puppetclass_js_test.rb +1 -1
  102. data/test/models/foreman_puppet/host_test.rb +26 -0
  103. data/test/models/foreman_puppet/user_test.rb +1 -5
  104. data/test/unit/foreman_puppet/puppet_class_importer_test.rb +1 -1
  105. metadata +69 -16
  106. data/db/migrate_foreman/20180816134832_cast_lookup_key_values.rb +0 -35
@@ -0,0 +1,820 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the foreman_puppet package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # Andi Chandler <andi@gowling.com>, 2021
8
+ # 0868a4d1af5275b3f70b0a6dac4c99a4, 2021
9
+ #
10
+ #, fuzzy
11
+ msgid ""
12
+ msgstr ""
13
+ "Project-Id-Version: foreman_puppet 2.0.0.alpha.2\n"
14
+ "Report-Msgid-Bugs-To: \n"
15
+ "PO-Revision-Date: 2021-02-03 16:30+0000\n"
16
+ "Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4, 2021\n"
17
+ "Language-Team: English (United Kingdom) (https://www.transifex.com/foreman/tea"
18
+ "ms/114/en_GB/)\n"
19
+ "MIME-Version: 1.0\n"
20
+ "Content-Type: text/plain; charset=UTF-8\n"
21
+ "Content-Transfer-Encoding: 8bit\n"
22
+ "Language: en_GB\n"
23
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
24
+
25
+ msgid " Remove"
26
+ msgstr " Remove"
27
+
28
+ msgid "%s is not in environment"
29
+ msgstr ""
30
+
31
+ msgid "%s out of sync disabled"
32
+ msgstr ""
33
+
34
+ msgid "%{model} with id '%{id}' was not found"
35
+ msgstr ""
36
+
37
+ msgid "%{name} has %{num_tag} class"
38
+ msgid_plural "%{name} has %{num_tag} classes"
39
+ msgstr[0] ""
40
+ msgstr[1] ""
41
+
42
+ msgid "%{puppetclass} does not belong to the %{environment} environment"
43
+ msgstr ""
44
+
45
+ msgid "*Clear environment*"
46
+ msgstr ""
47
+
48
+ msgid "*Inherit from host group*"
49
+ msgstr ""
50
+
51
+ msgid ""
52
+ "<b>Description:</b> %{desc}<br/>\n"
53
+ " <b>Type:</b> %{type}<br/>\n"
54
+ " <b>Matcher:</b> %{matcher}<br/>\n"
55
+ " <b>Inherited value:</b> %{inherited_value}"
56
+ msgstr ""
57
+
58
+ msgid "A config group provides a one-step method of associating many Puppet classes to either a host or host group. Typically this would be used to add a particular application profile or stack in one step."
59
+ msgstr ""
60
+
61
+ msgid "Action with sub plans"
62
+ msgstr "Action with sub plans"
63
+
64
+ msgid "Actions"
65
+ msgstr "Actions"
66
+
67
+ msgid "Add"
68
+ msgstr ""
69
+
70
+ msgid "Add Combination"
71
+ msgstr ""
72
+
73
+ msgid "Add a Puppet class to host"
74
+ msgstr ""
75
+
76
+ msgid "Add a Puppet class to host group"
77
+ msgstr ""
78
+
79
+ msgid "Add a template combination"
80
+ msgstr ""
81
+
82
+ msgid "Add:"
83
+ msgstr ""
84
+
85
+ msgid "All environments - (not filtered)"
86
+ msgstr ""
87
+
88
+ msgid "Allow assigning Puppet environments and classes to the Foreman Hosts."
89
+ msgstr ""
90
+
91
+ msgid "Available Classes"
92
+ msgstr ""
93
+
94
+ msgid "Available Config Groups"
95
+ msgstr ""
96
+
97
+ msgid "Can't find a valid Foreman Proxy with a Puppet feature"
98
+ msgstr ""
99
+
100
+ msgid "Can't find a valid Proxy with a Puppet feature"
101
+ msgstr ""
102
+
103
+ msgid "Cancel"
104
+ msgstr "Cancel"
105
+
106
+ msgid "Change Environment"
107
+ msgstr ""
108
+
109
+ msgid "Change Puppet Master"
110
+ msgstr ""
111
+
112
+ msgid "Changed environments"
113
+ msgstr ""
114
+
115
+ msgid "Check/Uncheck all"
116
+ msgstr ""
117
+
118
+ msgid "Check/Uncheck all %s changes"
119
+ msgstr ""
120
+
121
+ msgid "Check/Uncheck new"
122
+ msgstr ""
123
+
124
+ msgid "Check/Uncheck obsolete"
125
+ msgstr ""
126
+
127
+ msgid "Check/Uncheck updated"
128
+ msgstr ""
129
+
130
+ msgid "Classes"
131
+ msgstr ""
132
+
133
+ msgid "Click to add %s"
134
+ msgstr ""
135
+
136
+ msgid "Click to remove %s"
137
+ msgstr "Click to remove %s"
138
+
139
+ msgid "Click to remove config group"
140
+ msgstr "Click to remove config group"
141
+
142
+ msgid "Config Groups"
143
+ msgstr ""
144
+
145
+ msgid "Config Management"
146
+ msgstr ""
147
+
148
+ msgid "Create Config Group"
149
+ msgstr ""
150
+
151
+ msgid "Create Environment"
152
+ msgstr ""
153
+
154
+ msgid "Create Puppet Environment"
155
+ msgstr ""
156
+
157
+ msgid "Create a Puppet class"
158
+ msgstr ""
159
+
160
+ msgid "Create a config group"
161
+ msgstr ""
162
+
163
+ msgid "Create an environment"
164
+ msgstr ""
165
+
166
+ msgid "Create an override value for a specific smart class parameter"
167
+ msgstr ""
168
+
169
+ msgid "Default Puppet environment"
170
+ msgstr ""
171
+
172
+ msgid "Default value"
173
+ msgstr ""
174
+
175
+ msgid "Delete %s?"
176
+ msgstr "Delete %s?"
177
+
178
+ msgid "Delete a Puppet class"
179
+ msgstr ""
180
+
181
+ msgid "Delete a config group"
182
+ msgstr ""
183
+
184
+ msgid "Delete an environment"
185
+ msgstr ""
186
+
187
+ msgid "Delete an override value for a specific smart class parameter"
188
+ msgstr ""
189
+
190
+ msgid "Deleted environment"
191
+ msgstr ""
192
+
193
+ msgid "Deleted environment %{env} and %{pcs}"
194
+ msgstr ""
195
+
196
+ msgid "Deprecated in favor of host/puppet_attributes/config_group_ids"
197
+ msgstr ""
198
+
199
+ msgid "Deprecated in favor of host/puppet_attributes/environment_id"
200
+ msgstr ""
201
+
202
+ msgid "Deprecated in favor of host/puppet_attributes/puppetclass_ids"
203
+ msgstr ""
204
+
205
+ msgid "Deprecated in favor of hostgroup/puppet_attributes/config_group_ids"
206
+ msgstr ""
207
+
208
+ msgid "Deprecated in favor of hostgroup/puppet_attributes/environment_id"
209
+ msgstr ""
210
+
211
+ msgid "Deprecated in favor of hostgroup/puppet_attributes/puppetclass_ids"
212
+ msgstr ""
213
+
214
+ msgid "Description of smart class"
215
+ msgstr ""
216
+
217
+ msgid "Disable host configuration status turning to out of sync for %s after report does not arrive within configured interval"
218
+ msgstr ""
219
+
220
+ msgid "Display hidden values"
221
+ msgstr ""
222
+
223
+ msgid "Duration in minutes after servers reporting via Puppet are classed as out of sync."
224
+ msgstr ""
225
+
226
+ msgid "ENC environment"
227
+ msgstr ""
228
+
229
+ msgid "Edit %s"
230
+ msgstr "Edit %s"
231
+
232
+ msgid "Edit Puppet Class %s"
233
+ msgstr ""
234
+
235
+ msgid "Empty environment"
236
+ msgstr ""
237
+
238
+ msgid "Environment"
239
+ msgstr ""
240
+
241
+ msgid "Environment only"
242
+ msgstr ""
243
+
244
+ msgid "Environments"
245
+ msgstr ""
246
+
247
+ msgid "Environment|Name"
248
+ msgstr "Name"
249
+
250
+ msgid "Facts"
251
+ msgstr ""
252
+
253
+ msgid "Failed to import %{klass} for %{name}: doesn't exists in our database - ignoring"
254
+ msgstr ""
255
+
256
+ msgid "Failed to set %{proxy_type} proxy for %{host}."
257
+ msgstr ""
258
+
259
+ msgid "Failed to update environments and Puppet classes from the on-disk Puppet installation: %s"
260
+ msgstr ""
261
+
262
+ msgid "Failed to update the environments and Puppet classes from the on-disk puppet installation: %s"
263
+ msgstr ""
264
+
265
+ msgid "Filter by name"
266
+ msgstr ""
267
+
268
+ msgid "Filter classes"
269
+ msgstr ""
270
+
271
+ msgid "Foreman will default to this puppet environment if it cannot auto detect one"
272
+ msgstr ""
273
+
274
+ msgid "Foreman will explicitly set the puppet environment in the ENC yaml output. This will avoid conflicts between the environment in puppet.conf and the environment set in Foreman"
275
+ msgstr ""
276
+
277
+ msgid "Foreman will not send this parameter in classification output"
278
+ msgstr ""
279
+
280
+ msgid "Foreman will not send this parameter in classification output.Puppet will use the value defined in the Puppet manifest for this parameter"
281
+ msgstr ""
282
+
283
+ msgid "Foreman will update a host's environment from its facts"
284
+ msgstr ""
285
+
286
+ msgid "General"
287
+ msgstr ""
288
+
289
+ msgid "Host Groups"
290
+ msgstr ""
291
+
292
+ msgid "Host group and Environment"
293
+ msgstr ""
294
+
295
+ msgid "Host group only"
296
+ msgstr ""
297
+
298
+ msgid "Host groups"
299
+ msgstr ""
300
+
301
+ msgid "Hostgroup"
302
+ msgstr "Host Group"
303
+
304
+ msgid "Hosts"
305
+ msgstr "Hosts"
306
+
307
+ msgid "Hosts managed:"
308
+ msgstr ""
309
+
310
+ msgid "ID of Puppet class"
311
+ msgstr ""
312
+
313
+ msgid "ID of Puppet environment"
314
+ msgstr ""
315
+
316
+ msgid "ID of Puppetclass"
317
+ msgstr ""
318
+
319
+ msgid "ID of associated puppet Environment"
320
+ msgstr ""
321
+
322
+ msgid "ID of environment"
323
+ msgstr ""
324
+
325
+ msgid "ID of host"
326
+ msgstr ""
327
+
328
+ msgid "ID of host group"
329
+ msgstr ""
330
+
331
+ msgid "ID of puppet environment"
332
+ msgstr ""
333
+
334
+ msgid "IDs of associated ConfigGroups"
335
+ msgstr ""
336
+
337
+ msgid "IDs of associated Puppetclasses"
338
+ msgstr ""
339
+
340
+ msgid "If true, will raise an error if there is no default value and no matcher provide a value"
341
+ msgstr ""
342
+
343
+ msgid "Ignored classes in the environments: %s"
344
+ msgstr ""
345
+
346
+ msgid "Ignored environment"
347
+ msgstr ""
348
+
349
+ msgid "Ignored environment names resulting in booleans found. Please quote strings like true/false and yes/no in config/ignored_environments.yml"
350
+ msgstr ""
351
+
352
+ msgid "Ignored environments: %s"
353
+ msgstr ""
354
+
355
+ msgid "Ignored:"
356
+ msgstr ""
357
+
358
+ msgid "Import"
359
+ msgstr ""
360
+
361
+ msgid "Import Puppet classes"
362
+ msgstr "Import Puppet classes"
363
+
364
+ msgid "Import classes from %s"
365
+ msgstr ""
366
+
367
+ msgid "Import environments from %s"
368
+ msgstr ""
369
+
370
+ msgid "Import facts"
371
+ msgstr "Import facts"
372
+
373
+ msgid "Import puppet classes from puppet proxy"
374
+ msgstr ""
375
+
376
+ msgid "Import puppet classes from puppet proxy for an environment"
377
+ msgstr ""
378
+
379
+ msgid "Include default value when merging all matching values"
380
+ msgstr ""
381
+
382
+ msgid "Included Classes"
383
+ msgstr ""
384
+
385
+ msgid "Included Config Groups"
386
+ msgstr ""
387
+
388
+ msgid "Inherited Classes from %s"
389
+ msgstr ""
390
+
391
+ msgid "Invalid proxy selected!"
392
+ msgstr ""
393
+
394
+ msgid "List all Puppet class IDs for host"
395
+ msgstr ""
396
+
397
+ msgid "List all Puppet class IDs for host group"
398
+ msgstr ""
399
+
400
+ msgid "List all Puppet classes"
401
+ msgstr ""
402
+
403
+ msgid "List all Puppet classes for a host"
404
+ msgstr ""
405
+
406
+ msgid "List all Puppet classes for a host group"
407
+ msgstr ""
408
+
409
+ msgid "List all Puppet classes for an environment"
410
+ msgstr ""
411
+
412
+ msgid "List all environments"
413
+ msgstr ""
414
+
415
+ msgid "List all host groups for a Puppet class"
416
+ msgstr ""
417
+
418
+ msgid "List all smart class parameters"
419
+ msgstr ""
420
+
421
+ msgid "List environments of Puppet class"
422
+ msgstr ""
423
+
424
+ msgid "List environments per location"
425
+ msgstr ""
426
+
427
+ msgid "List environments per organization"
428
+ msgstr "List environments per organisation"
429
+
430
+ msgid "List hosts per environment"
431
+ msgstr ""
432
+
433
+ msgid "List of config groups"
434
+ msgstr ""
435
+
436
+ msgid "List of override values for a specific smart class parameter"
437
+ msgstr ""
438
+
439
+ msgid "List of smart class parameters for a specific Puppet class"
440
+ msgstr ""
441
+
442
+ msgid "List of smart class parameters for a specific environment"
443
+ msgstr ""
444
+
445
+ msgid "List of smart class parameters for a specific environment/Puppet class combination"
446
+ msgstr ""
447
+
448
+ msgid "List of smart class parameters for a specific host"
449
+ msgstr ""
450
+
451
+ msgid "List of smart class parameters for a specific host group"
452
+ msgstr ""
453
+
454
+ msgid "List template combination"
455
+ msgstr ""
456
+
457
+ msgid "Loading parameters..."
458
+ msgstr ""
459
+
460
+ msgid "Locations"
461
+ msgstr "Locations"
462
+
463
+ msgid "Merge all matching values (only array/hash type)"
464
+ msgstr ""
465
+
466
+ msgid "Name"
467
+ msgstr "Name"
468
+
469
+ msgid "New"
470
+ msgstr ""
471
+
472
+ msgid "No changes to your environments detected"
473
+ msgstr ""
474
+
475
+ msgid "No environment selected!"
476
+ msgstr ""
477
+
478
+ msgid "No environments found"
479
+ msgstr ""
480
+
481
+ msgid "No parameters to override for Puppet class %s"
482
+ msgstr ""
483
+
484
+ msgid "No proxy found to import classes from, ensure that the smart proxy has the Puppet feature enabled."
485
+ msgstr ""
486
+
487
+ msgid "No proxy selected!"
488
+ msgstr ""
489
+
490
+ msgid "No smart proxy was found to import environments from, ensure that at least one smart proxy is registered with the 'puppet' feature"
491
+ msgstr ""
492
+
493
+ msgid "None"
494
+ msgstr ""
495
+
496
+ msgid "Not authorized to edit classes"
497
+ msgstr "Not authorised to edit classes"
498
+
499
+ msgid "Notice"
500
+ msgstr ""
501
+
502
+ msgid "Number of Overrides"
503
+ msgstr ""
504
+
505
+ msgid "Number of classes"
506
+ msgstr ""
507
+
508
+ msgid "Obsolete"
509
+ msgstr ""
510
+
511
+ msgid "Omit"
512
+ msgstr ""
513
+
514
+ msgid "Omit from classification output"
515
+ msgstr ""
516
+
517
+ msgid "Operating System"
518
+ msgstr ""
519
+
520
+ msgid "Operating system default"
521
+ msgstr ""
522
+
523
+ msgid "Operation"
524
+ msgstr ""
525
+
526
+ msgid "Optional comma-delimited stringcontaining either 'new', 'updated', or 'obsolete'that is used to limit the imported Puppet classes"
527
+ msgstr ""
528
+
529
+ msgid "Optional parameter without value.<br/><i>Still managed by Foreman, the value will be empty.</i><br/>"
530
+ msgstr ""
531
+
532
+ msgid "Organizations"
533
+ msgstr "Organisations"
534
+
535
+ msgid "Original value info"
536
+ msgstr ""
537
+
538
+ msgid "Overridden"
539
+ msgstr ""
540
+
541
+ msgid "Override all parameters"
542
+ msgstr ""
543
+
544
+ msgid "Override match"
545
+ msgstr ""
546
+
547
+ msgid "Override this value"
548
+ msgstr ""
549
+
550
+ msgid "Override value, required if omit is false"
551
+ msgstr ""
552
+
553
+ msgid "Parameter"
554
+ msgstr "Parameter"
555
+
556
+ msgid "Parameterized class support permits detecting, importing, and supplying parameters directly to classes which support it, via the ENC and depending on a set of rules (Smart Matchers)."
557
+ msgstr ""
558
+
559
+ msgid "Parameters"
560
+ msgstr ""
561
+
562
+ msgid "Please select an environment first"
563
+ msgstr ""
564
+
565
+ msgid "Puppet"
566
+ msgstr ""
567
+
568
+ msgid "Puppet CA"
569
+ msgstr ""
570
+
571
+ msgid "Puppet Class"
572
+ msgstr ""
573
+
574
+ msgid "Puppet Class Parameters"
575
+ msgstr ""
576
+
577
+ msgid "Puppet Classes"
578
+ msgstr ""
579
+
580
+ msgid "Puppet ENC"
581
+ msgstr ""
582
+
583
+ msgid "Puppet Environment"
584
+ msgstr ""
585
+
586
+ msgid "Puppet Environments"
587
+ msgstr ""
588
+
589
+ msgid "Puppet Modules"
590
+ msgstr ""
591
+
592
+ msgid "Puppet YAML"
593
+ msgstr ""
594
+
595
+ msgid "Puppet environments"
596
+ msgstr ""
597
+
598
+ msgid "Puppet external nodes YAML dump"
599
+ msgstr ""
600
+
601
+ msgid "Puppet interval"
602
+ msgstr ""
603
+
604
+ msgid "Puppet parameter"
605
+ msgstr ""
606
+
607
+ msgid "Puppetclass|Name"
608
+ msgstr "Class name"
609
+
610
+ msgid "Remote action:"
611
+ msgstr "Remote action:"
612
+
613
+ msgid "Remove"
614
+ msgstr ""
615
+
616
+ msgid "Remove Combination"
617
+ msgstr ""
618
+
619
+ msgid "Remove a Puppet class from host"
620
+ msgstr ""
621
+
622
+ msgid "Remove a Puppet class from host group"
623
+ msgstr ""
624
+
625
+ msgid "Remove duplicate values (only array type)"
626
+ msgstr ""
627
+
628
+ msgid "Remove this override"
629
+ msgstr ""
630
+
631
+ msgid "Remove:"
632
+ msgstr ""
633
+
634
+ msgid "Required parameter without value.<br/><b>Please override!</b><br/>"
635
+ msgstr ""
636
+
637
+ msgid "Select environment"
638
+ msgstr ""
639
+
640
+ msgid "Select the changes you want to apply to Foreman"
641
+ msgstr ""
642
+
643
+ msgid "Set parameters to defaults"
644
+ msgstr ""
645
+
646
+ msgid "Show a Puppet class"
647
+ msgstr ""
648
+
649
+ msgid "Show a Puppet class for a host group"
650
+ msgstr ""
651
+
652
+ msgid "Show a Puppet class for an environment"
653
+ msgstr ""
654
+
655
+ msgid "Show a Puppet class for host"
656
+ msgstr ""
657
+
658
+ msgid "Show a config group"
659
+ msgstr ""
660
+
661
+ msgid "Show a smart class parameter"
662
+ msgstr ""
663
+
664
+ msgid "Show an environment"
665
+ msgstr ""
666
+
667
+ msgid "Show an override value for a specific smart class parameter"
668
+ msgstr ""
669
+
670
+ msgid "Show template combination"
671
+ msgstr ""
672
+
673
+ msgid "Smart Class Parameter"
674
+ msgstr ""
675
+
676
+ msgid "Smart Class Parameters"
677
+ msgstr ""
678
+
679
+ msgid "Successfully overridden all parameters of Puppet class %s"
680
+ msgstr ""
681
+
682
+ msgid "Successfully reset all parameters of Puppet class %s to their default values"
683
+ msgstr ""
684
+
685
+ msgid "Successfully updated environments and Puppet classes from the on-disk Puppet installation"
686
+ msgstr ""
687
+
688
+ msgid "The %{proxy_type} proxy could not be set for host: %{host_names}."
689
+ msgid_plural "The %{proxy_type} puppet ca proxy could not be set for hosts: %{host_names}"
690
+ msgstr[0] ""
691
+ msgstr[1] ""
692
+
693
+ msgid "The %{proxy_type} proxy of the selected hosts was cleared."
694
+ msgstr ""
695
+
696
+ msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}"
697
+ msgstr ""
698
+
699
+ msgid "The %{proxy_type} proxy of the selected hosts was set to %{proxy_name}."
700
+ msgstr ""
701
+
702
+ msgid "The class could not be saved because of an error in one of the class parameters."
703
+ msgstr ""
704
+
705
+ msgid "The final entry, Operating System default, can be set by editing the %s page."
706
+ msgstr ""
707
+
708
+ msgid "The order in which values are resolved"
709
+ msgstr ""
710
+
711
+ msgid "The requested environment cannot be found."
712
+ msgstr ""
713
+
714
+ msgid "There are no puppet environments set up on this puppet master. Please check the puppet master configuration."
715
+ msgstr ""
716
+
717
+ msgid "This Puppet class has no parameters in its signature."
718
+ msgstr ""
719
+
720
+ msgid "This will reset parameters of the class %s to their default values. Continue?"
721
+ msgstr ""
722
+
723
+ msgid "This will set all parameters of the class %s as overridden. Continue?"
724
+ msgstr ""
725
+
726
+ msgid "To update the class signature, go to the Puppet Classes page and select \"Import\"."
727
+ msgstr ""
728
+
729
+ msgid "Toggle"
730
+ msgstr ""
731
+
732
+ msgid "Total"
733
+ msgstr ""
734
+
735
+ msgid "Types of validation values"
736
+ msgstr ""
737
+
738
+ msgid "Types of variable values"
739
+ msgstr ""
740
+
741
+ msgid "Unable to generate output, Check log files"
742
+ msgstr ""
743
+
744
+ msgid "Update"
745
+ msgstr ""
746
+
747
+ msgid "Update a Puppet class"
748
+ msgstr ""
749
+
750
+ msgid "Update a config group"
751
+ msgstr ""
752
+
753
+ msgid "Update a smart class parameter"
754
+ msgstr ""
755
+
756
+ msgid "Update an environment"
757
+ msgstr ""
758
+
759
+ msgid "Update an override value for a specific smart class parameter"
760
+ msgstr ""
761
+
762
+ msgid "Update environment from facts"
763
+ msgstr ""
764
+
765
+ msgid "Update template combination"
766
+ msgstr ""
767
+
768
+ msgid "Update:"
769
+ msgstr ""
770
+
771
+ msgid "Updated"
772
+ msgstr ""
773
+
774
+ msgid "Updated hosts: changed environment"
775
+ msgstr ""
776
+
777
+ msgid "Used to enforce certain values for the parameter values"
778
+ msgstr ""
779
+
780
+ msgid "Valid Host Group and Environment Combinations"
781
+ msgstr ""
782
+
783
+ msgid "Value"
784
+ msgstr "Value"
785
+
786
+ msgid "Value to use when there is no match"
787
+ msgstr ""
788
+
789
+ msgid ""
790
+ "When a Host requests a template (e.g. during provisioning), Foreman \\\n"
791
+ " will select the best match from the available templates of that type, in the \\\n"
792
+ " following order:"
793
+ msgstr ""
794
+
795
+ msgid ""
796
+ "When editing a template, you must assign a list \\\n"
797
+ " of operating systems which this template can be used with. Optionally, you can \\\n"
798
+ " restrict a template to a list of host groups and/or environments."
799
+ msgstr ""
800
+
801
+ msgid "When enabled the parameter is hidden in the UI"
802
+ msgstr ""
803
+
804
+ msgid "Whether the smart class parameter value is managed by Foreman"
805
+ msgstr ""
806
+
807
+ msgid "belongs to config group"
808
+ msgstr "belongs to config group"
809
+
810
+ msgid "environment id"
811
+ msgstr ""
812
+
813
+ msgid "included already from parent"
814
+ msgstr ""
815
+
816
+ msgid "must be true to edit the parameter"
817
+ msgstr ""
818
+
819
+ msgid "with id %{object_id} doesn't exist or is not assigned to proper organization and/or location"
820
+ msgstr ""